I was trying to use the ribbon workbench but this button is not in there for me to edit.
I was tried ON LOAD event with below code
function hidesharebutton(executionContext) {
'use strict';
//window.top.document.getElementById("collaborationShareButton").style.display='none';
window.parent.document.getElementById("collaborationShareButton").style.display='none';
}
but it is giving me below error.
what is the resolution for this issue.

Report
All responses (
Answers (