I have a custom GL plugin where the GL posting gets wiped out when a scheduled script updates the transaction. The system notes show it is the -System- user wiping out the posting. Has anyone come across something like this before?
a
alien4u
05/08/2024, 5:38 PM
GL Plugins are executed on every transaction's edit operation, even if the edit only happens at the body level.
Your GL plugin must run its logic every time the record is created or EDITED no matter what... is a recurrent event.
t
texmc
05/09/2024, 1:37 PM
thanks. I wonder if it is because the System users uses the top level subsidiary as part of its user profile. I updated it to account for it so we'll see