Skip to main content

New version of SolzEditor – HTML Email Editor

In release 1 of SolzEditor HTML Email Editor, one of main limitations of the current solution was to add dynamic CRM data fields to the email template. That is one of the primary reasons why at the end one had to open template in the core CRM editor and then add these fields.
This problem has been addressed in the recently released version. This version of SolzEditor allows one to select the CRM entity and add CRM attributes to the template natively. Let’s look at how you can add dynamic entity attributes below.
1. Go to HTML Email Template Editor and open an existing template say Case Escalation.
2. As you can see the HTML template is loaded and editing area and much similar to how it is in the core CRM the dynamic fields are highlighted in yellow.

3. You can see two new dropdown options, first one is Entity in which a list of related CRM entities is loaded. This list depends on the type of template i.e. is it an email template for Account or Contact or Case or Organization etc. As you can see below the “Case Escalation” template is based on Case entity and the related entities are loaded in the Entity dropdown.

4. The second new dropdown is Attributes. Once you select a related CRM Entity, the applicable entity attributes are populated in the Attributes dropdown. You can see if Account entity is selected the Attributes dropdown has the attributes of account entity.



5. Click on the place in email template where you want to insert the dynamic field i.e. attribute. Simply select the attribute and click Insert. The below example shows how we inserted the Account Owner at the end of email.

6. If you open the template using “Open Template” you can see that the values we inserted are now inserted properly in the email template


Few things that can be improved in future version is the default text condition and showing the display name of the attribute instead of logical name.FOR MORE....@http://soluzionecrm.blogspot.in/2017/02/dynamics-crm-development-tips-and.html

please do get in touch with us at @Solzit.com


Comments

Popular posts from this blog

Dynamics CRM Development: Tips and Tricks – Calling a Workflow from Ribbon Button

There are a lot of quick ways of doing things in Dynamics CRM but developers struggle in finding how. Today I am going to explain how to call a workflow on a custom ribbon button. Let’s say you have a situation, where you want to perform some operation on customribbon button on “click event”. Let us take an example. I have a button on OPPORTUNITY form called‘ConfirmRequest ’. On the click event of this button I have to generate an ORDERandalso want to send an email. The best way to achieve this is by creating a workflow. Butthe issue is, how to call workflow on the button click. There are many solutions posted on the web, that involve using JavaScript, web resources etc. however there is a much easier way that requires no codin g. For this we use Ribbon Workbench. The same can be downloaded from the link  https://www.develop1.net/public/Download%20Ribbon%20Workbench%202013.aspx.  Download and install the solution in your CRM instance. Here are the steps to follow: ...

Auto Counter in CRM

For Microsoft Dynamics CRM 2015/2016 , one of the major challenges faced by developers is generating Auto numbers on various entities. To overcome this, Soluzione IT services releases  “Solz Auto Counter” solution to automate the process of adding counters to the CRM entities. It allows user to configure counter for default as well as custom entities. Here, you can put any prefix, suffix, counter zero padding and specified date formats with Auto numbering. You can set initial value of counter and its incremental value as well. At any point of time it can be activated or deactivated. You can also provide Security Role as per the user access in Dynamics CRM, it can be Read Only or Admin Access. One can configure the Auto counter as per the example given below. 1.Install the SolzAutoCounter solution in Dynamics CRM by importing the managed solution. After it is successfully installed you should have SolzAutoCounter in your solutions as below. 2.Clicking on the Auto Coun...

The “New” Business Process Flows in Dynamics 365

One of the reason that Dynamics scores over many other CRMs is the competency to create and customize business process flows and initiate workflows. The new Dynamics 365 announcement of CRM late last year has one of cool upgrading of the Business Process Flows. Business Process Flow in MicrosoftDynamics 365  is a tool, which is meant to help guide users through a business process in the system. Business process flows are representations of your business processes and are displayed visually in Dynamics 365 as a heading across the top of an entity form. This can be modified to suit the business process requirements for that entity. A business process flow is composed of Stages, and within each stage there are Steps to complete which are fields. In the business process flow heading, a user can see which stage they are at in the procedure, and which steps they want to complete before they proceed. Business process flows permit organizations to require users to com...