I have a custom GL plugin where the GL posting get...
# suitescript
t
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
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
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