Discussions
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?