Pop-up confirmation upon approval
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-24-2024 12:31 PM
When the approver goes to approval table to approve the request.
Once the approver clicks on Approve UI action button, he should receive a confirmation box saying ' Do you want to approve the request or you still want to continue reviewing? '
If approver click on OK, then request should be approved else it should be untouched (same as before).
If anyone can help. It would be highly appreciated!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-06-2024 07:55 PM
Can you copy the script here? Hard to see with the screenshot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-06-2024 07:59 PM
condition:
current.state=='requested' && (gs.hasRole('approval_admin') || isApprovalMine(current) || (gs.hasRole('change_admin') && RP.isRelatedList()&&parent.sys_class_name == 'change_request'))
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-07-2024 10:51 AM
The script and condition look fine to me. Did you populate the 'Action name' field as well?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-07-2024 02:59 PM
My action name is approve_record.
1. But why it is showing error on change record, when i tried approving the request.
2. Why it is impacting other tables as well such as RITM, incident?