kennkerp
09/09/2024, 6:24 PMCeligo AI
09/09/2024, 6:25 PMAI generated answer (using internal Slack threads):In NetSuite, there is no specific event type on a workflow when the close button is clicked on a sales order or purchase order. The action of closing a PO or SO does not trigger a User Event script. However, there are a few workarounds you can consider: 1. Detecting that the record is viewed after closing. This would involve creating a script that checks the status of the record when it is viewed, and if it has been closed, perform the necessary actions. 2. Removing the standard close button and adding your own custom button. This custom button could then trigger a script or workflow when clicked. 3. Using a beforeLoad/status combo. This would involve checking the status of the record in a beforeLoad script and performing actions based on whether it has been closed. 4. Creating a custom button for close which will close and then execute any logic which you want to execute. Remember, these are just workarounds and may not work in all scenarios or may require additional customization to fit your specific needs. ****** 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/09/2024, 6:25 PMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.842166
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.832229733
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.830034196
Celigo AI
09/09/2024, 6:26 PM