ServiceNow Learning
Monday, August 27, 2018
Remove back button on ServiceNow form view
Remove the back button on the any form view in ServiceNow
Please use the below client script for that particular form load
function onLoad() { document.getElementsByClassName("btn btn-default icon-chevron-left navbar-btn")[0].style.display="none"; }
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)