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

RE: (CRM 4.0) Hiding Custom ISV Toolbar buttons and keeping them hidden when resizing window

$
0
0

Then the solution is as suggested below:

In the OnLoad handle hiding the ISV buttons in a separate funtion and attach the onresize to the form.

attachEvent(“onresize”,HandleButtons);

function HandleButtons() {

   // HandleButtons

   switch (parseInt(crmForm.all.statuscode.DataValue)) {

   case 3:        // Received

       HideIsvButton(new Array(“Assign to Investigator”, “Assign to Coordinator”, “Approve Complaint”, “Close Complaint”));

       break;

   case 6:     // Register

   …

}


Viewing all articles
Browse latest Browse all 87499

Trending Articles



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