Så ändrar du storlek och position på popups i Microsoft CRM

Har du irriterat dig över att fönstret som öppnas upp när du klickar på en länk i Microsoft CRM inte maximeras eller kommer upp på fel ställe?

Isåfall har jag något till dig som kommit in från GY på Nassau till vår sida för användartips om Microsoft CRM

Are you always repositioning and resizing your Popup windows to display all of your information? Standardize the way your Popups open!

  1. Go to Settings - Customization
  2. Choose the Entity (Ie. Contact)
  3. Choose the Form - The Main Application Form
  4. Choose Form Properties
  5. Choose On Load and Edit
  6. Click the Event is Enabled box
  7. Add the following in the box:

// Resize the default Window Size

window.resizeTo(1000,760);

window.moveTo(5,5);

Tack GY för tipset !!

- David Orlander

 Abbonera på nyheter via RSS| Abbonera på nyheter via Email