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.
Please note that on Saturday, April 11, 2026, at 8:00 PM Pacific time, our Case Management System will undergo a scheduled maintenance for approximately 30 minutes. During this time, case creation via SuiteAnswers will be unavailable and inbound calls will be routed to Customer Service.
Triggering an event on nlapiTransformRecord
Hi all,
I have a requirement where I need to trigger some code when a record is created via the nlapiTransformRecord call. This in particular applies to the 'Item Fulfillment' record.
I apologize if this is a duplication post, which i'm sure it is. Any advice on how to achieve this? The typical user event to create event is not triggering, like it does on other records.
For example:
var itemFulfillment = nlapiTransformRecord('salesorder', recordId, 'itemfulfillment');
nlapiSubmitRecord(itemFulfillment); // < --- This does not execute my user event script attached to it
0