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.
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