Quantcast
Channel: Microsoft Dynamics CRM Forum - Recent Threads
Viewing all articles
Browse latest Browse all 46379

Any ideas how to hide Save and New button from Service Activities?

$
0
0

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();

}

}

}

Viewing all articles
Browse latest Browse all 46379

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>