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"; }

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.