Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
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?