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.
Update: Narrative Insights has been restored and is now available.
Narrative Insights is Temporarily Unavailable due to an Infrastructure Issue. Learn how This Impacts Your Account and What to Expect While the Feature is Disabled.
Narrative Insights is Temporarily Unavailable due to an Infrastructure Issue. Learn how This Impacts Your Account and What to Expect While the Feature is Disabled.
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