Solved

Project Time Corrections


Userlevel 3
Badge +6

We use the Project Transaction, Create Correction Transaction to make project time/dollar corrections in Apps9.  I cannot find anywhere in IFS that shows the date a correction was made.  Everything references the original date of the time transaction.  Is anyone familiar with a field that shows the date a correction was made?  Thank you.

icon

Best answer by Pradeep de Alwis 10 June 2021, 08:09

View original

This topic has been closed for comments

2 replies

Userlevel 4
Badge +8

As far as I know there is no such date field in the standard application. However you could try using a custom field to store the date a transaction is created (automatically set to sysdate) so that in general you will get the date any transaction is registered.

Userlevel 4
Badge +7

Only the applied date is visible from the client since ,for all general purposes, the correction transaction would be in effect for the same date as the original project transaction and the date that the correction was made is not relevant.

You can, however, view the ROWVERSION information on the PROJECT_TRANSACTION_TAB from the database and that would include the timestamp when the correction was actually performed.

You could explore if there is a possibility to make that visible as a custom item, but there may be technical limitations/ design aspects that prevent that