JK Johnson
10/24/2025, 4:02 PMCeligo AI
10/24/2025, 4:02 PMAI generated answer (using internal Slack threads):The
runServerSuiteScriptAndTriggerWorkflows setting in Boomi can be set to false to prevent server-side SuiteScripts and workflows from being triggered during SOAP web services operations. However, if this setting is set to false and you're encountering a permission error, it could be due to the following reasons:
1. The integration user might not have the necessary permissions to execute the SuiteScript or workflow. Even though the user has the necessary access, they might not have the specific permissions required to execute the SuiteScript or workflow. You can check the user's permissions in NetSuite by navigating to Setup > Users/Roles > Manage Roles > [Select Role] > Permissions.
2. The runServerSuiteScriptAndTriggerWorkflows setting can be overridden at the request level. This means that even if the setting is set to false in Boomi, it can still be set to true in the individual SOAP request. You can check the SOAP request to see if this setting is being overridden.
3. The runServerSuiteScriptAndTriggerWorkflows setting is account-specific and can be set in NetSuite by navigating to Setup > Integration > SOAP Web Services Preferences. If this setting is not enabled at the account level, it might cause a permission error even if the integration user has the necessary access.
Please note that the runServerSuiteScriptAndTriggerWorkflows setting does not require admin access to be set explicitly. It can be set by any user with the necessary permissions to modify SOAP web services preferences.
******
Disclaimer:
This response was generated by an artificial intelligence assistant based on previous conversations from multiple Slack channels, and may contain inaccuracies or mistakes.
******Celigo AI
10/24/2025, 4:02 PMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.823120177
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.819397
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.815551758
Celigo AI
10/24/2025, 4:02 PMJK Johnson
10/24/2025, 4:08 PM