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.
Keep an eye out for upcoming NetSuite events, including meetups, workshops, and webinars. These sessions are a great way to connect with peers, learn from experts, and stay current on the latest NetSuite updates and best practices. Registration links are provided in each event.
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