how can i send a sales order to multiple contacts ...
# ask-stanley-ai
h
how can i send a sales order to multiple contacts automatically?
c
AI generated answer (using internal Slack threads):
To send a sales order to multiple contacts automatically, you can leverage the capabilities of SuiteScript and workflows in NetSuite. Here's a general approach: 1. Create a Custom Sublist: You can create a custom sublist based on a saved search for contacts, with the available filter set to 'company'. This sublist can be exposed on one of the tabs of your sales transactions. This will show all contacts associated with the customer of your sales order. 2. Use SuiteScript: You can write a SuiteScript that triggers when a sales order is created or updated. This script can fetch all the contacts related to the customer from the sublist you created. 3. Send Emails: For each contact fetched, the script can then use the
N/email
module to send the sales order. You can customize the email body to include the necessary sales order details. Please note that this approach requires knowledge of SuiteScript and NetSuite customization. If you're not familiar with these, you might need to seek help 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.837084055
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.831807256
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.831482589
Please provide your feedback on this answer.