- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-21-2017 02:18 AM
Hi All,
We want to hide Approve & Reject button on RITM from once the action is performed i.e; Once user approves / reject using the respective button they should be disabled or hidden on the form.
Request your suggestions.
Solved! Go to Solution.
- Labels:
-
Scripting and Coding
-
Team Development

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-21-2017 03:49 AM
Hi Karthik,
if you do some action through "Approve" or "Reject" button then some state get change or update. so you must build some logic in your ui action condition field to make your ui action visible on those state value
curren.state=='3' || current.state=='4' // i assumed 3 and 4 value is not complete and reject state.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-23-2017 10:44 PM
Hi katz,
glad it helped.
please mark the answer correct and close this thread .
How To Mark Answers Correct From Community Inbox
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-21-2017 06:34 AM
Hello Karthik,
As per the description, I hope getting the condition right should resolve the issue.
Open the UI Action and add the condition to show if state = approved or rejected. This will make sure that the action is shown only on those state.
Thanks,
Abhishek
If this reply assisted you, please consider marking it Correct, Helpful, or Like it.
This helps other customers to learn from your thread.