CRM 2011 Full Screen

by Phil Adams 29. July 2011 10:41

In CRM 3 and CRM 4 you could maximise a form to use full screen with the following:
    window.moveTo(0,0);
    window.resizeTo(screen.availWidth, screen.availHeight);

In CRM 2011 this has changed you must add .top to your javascript as below:
    window.top.moveTo(0,0);
    window.top.resizeTo(screen.availWidth, screen.availHeight);

Tags: ,

CRM | MSCRM | CRM 2011

Add comment

  Country flag

biuquote
  • Comment
  • Preview
Loading

About Phil

Phil has been working with CRM since the BETA of CRM v1.0 and has seen a lot of the problems arising from installation, maintenance and Development.

Phil specializes in the ISV area of CRM; Creating Add-Ons and Plugins for various clients.

Phil currently works as a Microsoft Dynamics CRM Consultant and Developer for Cambridge Online Systems Ltd In the UK.

Phil also has several Microsoft Certifications in .NET and CRM

Month List

RecentComments

Comment RSS