how to hide Request approval button for particular change request
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2023 04:03 AM
we have created standard change we need to hide request approval button only for that change request. i have tried using script in UI policy but its not working.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2023 04:14 AM
Can you show what you are trying to hide?
If it is a UI Action(button) then you just need to add that in the condition of the ui action.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2023 04:22 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2023 04:29 AM
Find this ui action as shown below
And Add this in the condition, append it using && operator
current.type!='standard'
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2023 04:50 AM
@Anurag Tripathi we need to hide only for informational standard change could you please help me. how we can achieve this