Hagar Ahmed
10/03/2024, 1:50 PMCeligo AI
10/03/2024, 1:50 PMAI generated answer (using internal Slack threads):To use the Show Message action on entry for a transfer order, you would need to use a combination of User Event (UE) and Client scripts. The Workflow's native Show Message action does not work in view mode, only in edit mode. Here's a general approach: 1. Create a User Event (UE) script that triggers on beforeLoad event. This script will inject a Client script onto the page. 2. In the Client script, use the
pageInit
function to display a message when the record is loaded.
Please note that this approach will work for specific scenarios where you want to display a message on record load.
******
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
10/03/2024, 1:50 PMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.809200048
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.808986366
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.808225095
Celigo AI
10/03/2024, 1:50 PM