How can we remove "Request Approval" button from change template.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2025 09:04 PM
Hi Team,
I'm trying to remove "Request Approval" button from change template. When we open any existing template in Standard Change we get an option to modify template once we click that in bottom of the form we can see that "Request Approval" button. I checked in UI Actions table but i couldn't find it there. This button is OOB, but not able to find where it is configured.
- Labels:
-
Change Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2025 10:06 PM - edited 02-27-2025 10:10 PM
Hi @JuhiV
you can try by adding a onload catalog client script to the catalog item 'Modify a Standard Change Template' and hide it.
jQuery("#submit_button_std_chg_approval").hide();
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2025 10:09 PM
Hi @JuhiV , you can write a jQuery-
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2025 10:28 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2025 10:35 PM
Hi @JuhiV , you are using the same record producer, right? -This one?