Hi !
Anyone knows how to do it? I 've tried Ribbon Workbench but it can't find that button.
I also tried using jquery but also didn't work because of the structure of id apparently.
function DisappearSaveNew()
{
//First we get the jquery library which is CRM already using
if (typeof ($) == 'undefined') {
if(!!parent) {
$ = parent.$;
jQuery = parent.jQuery;
//Hide the Save and New button
$('#serviceappointment|NoRelationship|Form|Mscrm.Form.serviceappointment.SaveAndNew-Medium').hide();
}
}
}
*This post is locked for comments
I have the same question (0)