Posts

Showing posts from November, 2023

Open Windows Email App with To, CC and BCC information from Dynamics

Image
In this blog, we are going see how we can open a windows email app with information from Dynamics CRM. Problem Statement :  As we all know, when we click that little icon on Email field, it open our windows mail app. One of our client, wanted to have that feature with CC and BCC information as well. And this is not supported by OOB feature. To achieve this particular functionality, I have overridden the OOB functionality. Let's see, step by step, how I did it. First of all, find "data-id" for your email field. It is unique for each control. You can find it by Inspect on Email icon of your field. Create a HTML web resource which overrides the Email icon click functionality.  Click here to download the complete code file.  Add this as a component on CRM form. Just make sure, you have this component added in somewhere at the top section of the form as web resource needed to be loaded and also set height as only 1 row so that it would not eat more space. To call the function