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’