Hi everyone, I am trying to get the event being fi...
# suitescript
m
Hi everyone, I am trying to get the event being fired when a journal is created from amortization (Transactions > Financials > Create Amortization Journal Entries) but I can’t seem to find the right event. I have created a User Event script which is applied to Journal Entries but the before/after submit events are not being fired at all. The only event that is being fired is the before load event but this is not any use to me as the fields are not populated yet. However, if I try to edit and save that journal created it fires the before and after submit functions. Can someone suggest what I could do for this? Thank you
a
sandbox or production?
m
@andrewh it is production
a
huh, it sounds like a defect to me but it's possible that those system generated journals won't trigger a UE script. When I've run into this, I tend to use a search to isolate records that have been recently modified and then set a scheduled routine to act on the records in the search
m
@andrewh yea, i think I will just have to create a scheduled script