Hi everyone, we did an user event script deployed in journal entries because we need to perform an operation when amortization journal entries are created. It's working well on edit but never on create. Did you ever encountered this issue and did you find a workaround that you could please share?
s
Shawn Talbert
03/22/2022, 8:50 PM
repost this in #C29HQS63G
m
michoel
03/22/2022, 9:13 PM
@Andrea Rivetti if you don't have journal approvals turned on, user events don't trigger on creation of amortisation journals. I'm hoping to publish an article soon with @netsuite_insights with the workaround I ended up using. Basically the idea is to run on on view mode and redirect back to the record.
Thank you a lot Michoel! Since it was urgent we opted for a scheduled mass update. Saw that you solved with a before load approach now. Thank you so much for sharing