Is it possible to only disable special orders? The...
# ask-stanley-ai
t
Is it possible to only disable special orders? The checkbox in enable feature is common for both of them. What I wan to achieve is, there shouldn’t be any option to create special order from sales order line level from create PO field. How can I do that?
c
AI generated answer (using internal Slack threads):
Based on the conversations, it seems that it is possible to disable the ability to create "Special Order" PO's while still allowing drop ship. This can be achieved by using a User Event (UE) script on the
beforeLoad
of Purchase Orders (POs). The script should redirect to a new PO with the same URL but with the special order parameter swapped out for the drop ship parameter. However, please note that this solution requires a good understanding of SuiteScript and how to manipulate parameters within NetSuite's URL structure. ****** 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.832284
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.824930727
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.819847107
Please provide your feedback on this answer.