How to disable Approve/Reject in List choice?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2016 05:59 AM
Hi,
In change Request there is a Approver Related list,
When one of the approver approves the request, then In the drop down, it should disable the Approve/Reject choices
How this can be done?
1)
2)
Thanks,
Priyanka
- Labels:
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2016 05:59 AM
Hi Abhinay,
Sorry for the late response, I tried this but no result. I faced the same issue as you mentioned in the previous comment.
Any help is really appreciated.
Thanks,
Priyanka

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2016 06:07 AM
What was the issue? It should not update anything even when you click the UI action.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2016 06:10 AM
Yes its not performing any action.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2016 10:25 PM
Try Changing the UI Action condition as below
(gs.hasRole('approval_admin') || isApprovalMine(current) ) && current.state != 'approved'
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2016 03:31 AM