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.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
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