Need help on display info messages
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Friday
Ive requirement when approvals are rejected in authorize state the state transtioned to new state also planned scheduled dates are also changes automatically(which triggered from workflow script)based on this we need to show some message on change request form
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Friday - last edited Friday
Hi @Teja3
Where do the approvals take place, in the table or through the portal?
Could you try creating a business rule, after, on the change table, so that when the status changes, the message is sent.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Friday
Hi ,
Option 1: Create an After/Update Business Rule on the Change Request form. Set the condition to trigger when the state changes. Additionally, check if the planned start or end date has been modified, and if so, display a pop‑up message on the form.
Option 2: Add a “Reject Flag” field to the Change table. If this field is set to true when Approval rejected, display a pop‑up message on the form.
Please mark helpful & correct answer if it's worthy for you.
