Hi
When we open the lines for a General Journal, the LedgerJournalTransDaily form takes about 17 seconds to open, even if there is only one line in the journal.
I used the tracing cockpit to trace what is happening, and the results are strange. The time is being spent in LedgerJournalTrans::FormDataSource::setFurtherPostingProtection. There are 21 text fields where the call to FormDataObject::allowEdit takes just under half a second, whereas the same call for other fields range between 2 and 5 milliseconds. The same 21 fields come up every time I run the trace.
We do have custom fields on the LedgerJournalTrans table, but the calls that are taking a long time are not any of our custom fields.
Has anyone encountered anything similar, or have any ideas?