I want to trigger an alert when adding or chaning ...
# ask-stanley-ai
n
I want to trigger an alert when adding or chaning a Communication Note on a Purchase order record
c
AI generated answer (using internal Slack threads):
****** Disclaimer: This response was generated by an artificial intelligence assistant based on previous conversations from multiple Slack channels, and may contain inaccuracies or mistakes. ****** To trigger an alert when adding or changing a Communication Note on a Purchase Order record, you can use a SuiteScript or a workflow. For SuiteScript, you can use a User Event Script that triggers on the 'After Submit' event. In this script, you can compare the oldRecord and newRecord to see if the 'Communication Note' field has been changed. If it has, you can then trigger an alert. For a workflow, you can create a workflow that triggers on the 'After Record Submit' event. In this workflow, you can add a state with a condition that checks if the 'Communication Note' field has been changed. If it has, you can then trigger an action to show a message or send an email. Please note that the specifics of the implementation will depend on your exact requirements and the configuration of your NetSuite account.
Slack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.840737462
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.818269968
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.81575
Please provide your feedback on this answer.