Nour
09/15/2025, 12:37 PMCeligo AI
09/15/2025, 12:38 PMAI generated answer (using internal Slack threads):Yes, you can show a success message after a Map/Reduce script is done successfully in NetSuite, but not directly. Map/Reduce scripts in NetSuite are asynchronous and do not provide a direct way to show a success message to the user once they are completed. However, you can implement a workaround to achieve this. One way is to use a custom record. When you schedule your Map/Reduce script, you can create a custom record and store the status of the script there. Once the Map/Reduce script is completed, you can update the status field of the custom record. You can then create a Suitelet that checks the status of the custom record and displays a success message to the user if the Map/Reduce script is completed. Here is a rough sketch of how you can implement this: 1. Create a custom record with a status field. 2. In your Suitelet, create a new custom record and schedule your Map/Reduce script. 3. In your Map/Reduce script, update the status field of the custom record once the script is completed. 4. Redirect the user to another Suitelet that checks the status of the custom record and displays a success message if the Map/Reduce script is completed. Please note that this is just a rough sketch and you may need to adjust it according to your specific requirements. ****** 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
09/15/2025, 12:38 PMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.827789366
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.82547
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.822601318
Celigo AI
09/15/2025, 12:38 PM