LedgerJournalTrans.cacheAllowEdit Method
Updates the performance validation caches that indicate when the LedgerJournalTrans table can be edited.
Syntax
public void cacheAllowEdit()
Run On
Called
Remarks
We have several scenarios when the database is queried by the LedgerJournalTrans.checkAllowEdit method to determine whether the current row may be edited.
This method tracks the validation problems for the current row and caches the results. From a service create operation point of view, we can track these scenarios as the rows are being added.