how can i make default print in sales order to pic...
# ask-stanley-ai
h
how can i make default print in sales order to picking different form?
c
AI generated answer (using internal Slack threads):
To make the default print in sales order to picking a different form, you can use a combination of custom fields and workflows. Here's a step-by-step guide: 1. Create a custom field on the Sales Order record. This field will be used to track whether the Sales Order has been printed or not. You can name it something like "Printed?" and make it a checkbox type field. 2. Create a new workflow that is triggered when a Sales Order record is created or edited. This workflow should have a condition that checks if the "Printed?" field is checked or not. 3. In the workflow, add an action that sets the "Printed?" field to true when the Sales Order is printed. This can be done using the "Set Field Value" action in the workflow. 4. Add another action in the workflow that prints the Sales Order using the desired form when the "Printed?" field is set to true. This can be done using the "Print Record" action in the workflow. 5. Finally, train your users to use this new workflow instead of the native print functionality in NetSuite. They should create or edit the Sales Order, check the "Printed?" box, and then save the record. The workflow will then automatically print the Sales Order using the desired form. Please note that this solution requires some familiarity with NetSuite's workflow engine. If you're not comfortable setting up workflows, you may want to seek assistance from someone who is. ****** 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.851678371
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.838285744
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.835175455
Please provide your feedback on this answer.