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.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
Trigger Workflow from script
Hi all
Having some trouble here. The below code throws up an error saying - "RCRD_DSNT_EXIST","message":"There are no records of this type".
Here is the problem as I see it. Some has pointed out to me that the record ID needs to be the internal ID of the item I am running the script against.
This makes 0 sense. I don't want to run the workflow against 1 item, the workflow is already configured to perform actions on multiple items.
All I am trying to do here is trigger this workflow to run when another type of record (goods receipt) is created, because of the ridiculous flaw of only being able to have a scheduled workflow run once every 30 minutes.
0