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:39 PM
yess, this one only.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2025 11:25 PM
Hi @JuhiV , there is a field -'Isolate Script', try to bring that field to the form and see if that field is unchecked (it might already be false).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2025 03:28 AM
Hi Gopika,
I checked, that field is already unchecked.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2025 11:02 PM
@JuhiV Verify, Is JQuery available or not on your instance.
you can do test by adding script like:
function onLoad() {
if (typeof jQuery !== 'undefined') {
} else {
}
}
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2025 03:31 AM
Hello Nilesh,
I tried this but couldn't find any logs in system logs.