General Workflow Issues
The following table lists common workflow issues and their associated solutions:
Issue |
Solution |
---|---|
The workflow did not process for you during testing. |
Take one of the following actions:
|
Users report that when the record in the workflow loads into the browser, the browser hangs and they cannot enter data. |
If you set a formula in the Condition Builder, check the syntax of the JavaScript or SQL formula. If you set a workflow action to run on a client trigger, the formula in the Condition Builder must be a JavaScript formula. If you set the action to occur on a server trigger, the formula in the Condition Builder must be a SQL formula. |
You receive the following error message:
|
Take one of the following actions:
|
In an approval routing workflow, the Next Approver field is not set correctly. |
For more information, see FAQ: SuiteFlow. |
The workflow did not complete its execution. |
Take one of the following actions:
|
Field value in actions or conditions always returns a null value. |
If you create a workflow that includes a field value in actions or conditions and it always returns a null value, you could be experiencing an issue with permissions. To resolve this issue, check the Execute As Admin box in the workflow definition. For more information, see Execute As Admin. If you create a workflow that is triggered by the inline edit action, the field value in actions or conditions may return a null value. The reason for this is that the record that the workflow runs on may not be loading completely because of the inline edit action. |
In a workflow with an Add Button action, the role of the user who interacted with the button is incorrectly listed as Administrator in the System Notes. |
If you create a workflow that includes an Add Button action, when a user interacts with the button and the record is saved, the System Notes will list the role of the user as Administrator, regardless of the role the user is logged in as. This behavior is expected and is not related to the Execute As Admin property. |
The scheduled workflow did not run as expected. |
If you schedule workflows to run on saved searches on SuiteApp bundles, you must have the SuiteApp Marketplace permission assigned or the scheduled workflow will not run as expected. |