Nuri Ensing
06/24/2025, 2:51 PMCeligo AI
06/24/2025, 2:51 PMAI generated answer (using internal Slack threads):Based on the conversations, it seems that triggering an alert when adding or changing a Communication Note on a Purchase Order record in view mode can be achieved using a combination of User Event (UE) and Client scripts. Here's a general approach: 1. Create a User Event (UE) script that triggers on the beforeLoad event of the Purchase Order record. This script will inject a Client script onto the page. 2. The Client script will be responsible for displaying the alert message. It can use the
alert
function to display a popup message when the page is loaded.
Please note that the User Event script will run every time the Purchase Order record is loaded, not just when a Communication Note is added or changed. To make the alert specific to changes in the Communication Note, you would need to add logic to your scripts to check for changes in this field.
******
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
06/24/2025, 2:51 PMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.825157225
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.812209725
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.808664203
Celigo AI
06/24/2025, 2:51 PM