[CRM 2011] Change Home Page

Basically we have two options to change our hombe page in CRM 2011:

  • Per User: Using UI, any user can change his/her own home page. See the next post
  • All User: This is not as user friendly because we have to call the webservices (Online or On-Premise)Β or run a SQL script (On-Premise)

Web Services: Execute the request UpdateUserSettingsSystemUserRequest, you can find a good example fromΒ  Gonzalo Ruiz (MVP) in this post

SQL Scritp: Run the next script:

update [DB_NAME].[UserSettingsBase]

set HomepageArea =‘A’, HomepageSubarea =‘A_1’

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s