Friday, March 12, 2010

Maximize the CRM form in MS CRM 4.0

Here is the JScript to maximise the CRM form.

window.moveTo(0, 0);
window.resizeTo(screen.availWidth, screen.availHeight);

2 comments:

Withers said...

How does this work on multiple monitors

Rossco said...

Hi, works well, but I found that once the code was in, and you just close the (in this case Contact Entity)the dialog of "are you sure you want to navigate away from this page" came up each time, even without making any changes to the contact..
Otherwise a great idea.
Cheers
Rossco