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.
Please note that on Saturday, April 18, 2026, at 8:00 PM Pacific Time, our Case Management System will undergo a scheduled maintenance for approximately 15 minutes. During this time, case creation via SuiteAnswers will be unavailable and inbound calls will be routed to Customer Service.
How to generate user error page outside each transaction page.
We would like to kill the "Submit" function of the Approval Sales Orders page. (Can't block the access to the page we have to remain it because of the user's request.)
So I came up with the following control flow.
1) User presses the "Submit" button and the SO's status changes.
2) The workflow state moves to the section where user error is configured.
3) Then user error occurs and the user notices that the operation is prohibited.
(Sample)
HOWEVER, I couldn't generate this page so far with the above workflow configuration.
This is the point of my question.
To generate a user error page like 3) by the above operation flow, how should I configure the workflow?
0