- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-27-2016 02:30 AM
I have a requirement asking for hiding the back button on incident form. We want to restrict this only to Incident form. Please suggest if there is any possibility.
Thanks in Advance:)
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-27-2016 04:40 AM
Write an on load client script in the incident table.Script:
function onLoad() {
//Type appropriate comment here, and begin script below
document.getElementsByClassName("btn btn-default icon-chevron-left navbar-btn")[0].style.display="none";
}
Thanks,
Mihir
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-27-2016 03:56 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-27-2016 04:40 AM
Write an on load client script in the incident table.Script:
function onLoad() {
//Type appropriate comment here, and begin script below
document.getElementsByClassName("btn btn-default icon-chevron-left navbar-btn")[0].style.display="none";
}
Thanks,
Mihir
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-07-2019 10:58 AM
the below code was not working in madrid version. please help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-07-2019 11:54 AM
Hi Mihir,
This code was working fine for London,but this is not working for Madrid.
Could you please help.
Will there be any change for the button ID with madrid version?
Regards,
Sanitha