In NetSuite, we have certain checkpoints in UserEv...
# ask-stanley-ai
v
In NetSuite, we have certain checkpoints in UserEvent and workflows during SalesOrder Creation. These are not getting triggered when the 3rd party creates SalesOrder through WebService with runServerSuiteScriptAndTriggerWorkflows flag as False.
c
AI generated answer (using internal Slack threads):
In NetSuite, User Events and workflows are triggered based on certain actions or events. However, there are certain scenarios where these events might not get triggered. For example, when a Sales Order is created through a 3rd party service via WebService, the User Events and workflows might not get triggered if the
runServerSuiteScriptAndTriggerWorkflows
flag is set to False. This flag is used to specify whether the server-side SuiteScript and workflows should be triggered when a record is submitted. If this flag is set to False, the server-side SuiteScript and workflows will not be triggered. This is a common scenario when records are created or updated through WebServices. In addition, there are certain actions in NetSuite that do not trigger User Events or workflows. These typically include bulk processes or some of the native action buttons on records. If an action doesn't trigger a User Event, it won't trigger a Workflow either as they leverage the same server-side triggers. If you need to run a script or workflow on record creation or update, and the
runServerSuiteScriptAndTriggerWorkflows
flag is set to False, you might need to find an alternative solution. One possible solution could be using a scheduled script, but it won't be real-time. ****** Disclaimer: This response was generated by an artificial intelligence assistant based on previous conversations from multiple Slack channels, and may contain inaccuracies or mistakes. ******
Slack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.866528511
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.858329654
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.855623186
Please provide your feedback on this answer.