I Want to Show custom welcome screen when a user logs in to Dynamics CRM 2016.
I searched and i just got how to disable welcome screen tour but i couldn't find how to show my own custom screen (message or HTML).
Any help is appreciated.
Thanks
Custom Welcome Screen in Dynamics CRM
2.3k Views Asked by Waseem Ali At
4
There are 4 best solutions below
4
On
You can also add your welcome page as HTML web resource, add its link to your sitemap and set this sitemap subarea as a default tab for every user.
EDIT (detailed description):
Create custom HTML web resource and publish it in CRM.
Edit your sitemap to contain link to newly created web resource. Sample configuration below:
In my case my web resource HTML name is "new_welcome.html"
- Go to user's personal options and set your new site.map position to be your user's default tab. You may do this with CRM interface (separately for every user :()) or with the tools for personal options mass update (for example with User Settings Utility from XrmToolBox)
0
On
Solution of you problem is Announcements.
Its easy to configure and easy to circulate the information across all the users.
Follow the below links for more information about Announcement,
0
On
I would suggest not to use announcements because of the following reasons:
- It is legacy functionality from CRM 2011 version.
- It does not support rich text formatting or html components, images, etc.
- You still need to create custom web resource to present it to the end user (so from the work effort perspective it also does not make sense)
Make a dashboard with a single large HTML web resource.
Place your content inside that HTML web resource.
Set that dashboard as the default for new users. Display a specific dashboard by default for a specific user role