Need help displaying messages on form
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
Hello @Everyone
need help on below requirement
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
thanks in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
an hour ago
Hi @Teja3,
could yióu possibly describe "show some message" in more details?
If you want to display info/error message it can be achieved by onLoad client script on change_request table but tgat would require server side call (ajax) to the backend...
Wouldn't it be easier just to add a comment or a work note? If so, it can be performed by business rule, flow, schedueld job or many many other options. Depending on exact requirement and what's the convention/practice in your envrionment..
Answers generated by GlideFather. Check for accuracy.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
an hour ago - last edited an hour ago
Hey,ive tried onload client script and called script include in the script include i glided approval table to get the rejected approvals
but the issue is whenever we rejected approvals from assess state then also the message is getting displayed
the main requirement is when approvals are rejected from authorize state planned dates are moved to 7 days future
So we required to display a message
