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.
How to invoke script call with CSV import of custom record
I have created a custom record.
When I manually create a new record, and press <save>, a function is called inside a script. This function creates a journal entry based on the field values of the record.
works great.
However, when I use CSV import to create a new record, the corresponding journal entry is not created.
I assume that the scipt function is not invoked.
Does anyone know how I can have a journal entry created when I execute a csv upload for my custom record?
0