Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
Stay in the Know
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
User Event with Sublist
I have a user event script 1 which is triggered on the after submit event of record A. It creates many record B's. This script is working correctly. We added a user event script 2 on record B which creates many record C's. The after submit event script 2 on record B works correctly when record B is manually saved. The problem is that the after submit on record B is not being triggered when the script 1 saves the record B in the script.
The obvious solution is to move the script 2 logic into script 1 however the metering of the script prevents this because script 1 uses up to 980 units.
0