Aaron McCausland
07/12/2025, 1:22 PMCeligo AI
07/12/2025, 1:22 PMAI generated answer (using internal Slack threads):To send email notifications automatically when reorder points are reached, you can use a combination of NetSuite's built-in features like Saved Searches, Workflows, and SuiteScript. Here's a general approach: 1. Saved Search: Create a saved search that identifies items that have reached their reorder points. You can set the criteria to check if the quantity available is less than or equal to the reorder point. 2. Email Trigger: Use the 'on create' or 'on update' as the email trigger in the saved search. This will send an email notification whenever the saved search results are updated, i.e., when an item reaches its reorder point. 3. Workflow: Alternatively, you can create a workflow that triggers when an item's quantity reaches its reorder point. In the workflow, you can use the 'Send Email' action to send an email notification. 4. SuiteScript: If you need more control or customization, you can use SuiteScript to write a script that checks if an item's quantity has reached its reorder point and sends an email notification. Remember to set the recipients of the email notifications appropriately. They could be the purchasing manager, warehouse manager, or any other relevant party. ****** Disclaimer: This response was generated by an artificial intelligence assistant based on previous conversations from multiple Slack channels, and may contain inaccuracies or mistakes. ******
Celigo AI
07/12/2025, 1:22 PMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.81191361
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.811686635
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.808439076
Celigo AI
07/12/2025, 1:22 PM