Send bulk mails from campaign and quick campaign using Mail Merge feature

The blog will cover the process on how to send bulk emails using Quick Campaign as well as Campaigns with the help of Mail merge document. The Mail merge document allows ability to create your own word document in which you can format the mail content as per your requirement easily. The most useful feature… Read More: Send bulk mails from campaign and quick campaign using Mail… »

How to Create “My views” for custom entities

The Account entity in CRM comes along with pre-defined views for My Active Accounts. However, when you create a custom entity you will notice that by default only two views are created “Active” and “Inactive”. If you would like to add “My Active” and “My Inactive” views for custom entities, you would need to create… Read More: How to Create “My views” for custom entities »

How to Track the Next Action and Last Touch dates on Account

Quite often you need to monitor and have workflows designed based on the “Last Touch Date” or the “Next Action” date. While the former should reflect the last interaction made with the customer, the later is to keep track of the next upcoming interaction with the customer. End users often believe the Modified date reflected… Read More: How to Track the Next Action and Last Touch dates… »

Issues with deleting a picklist option from a Picklist attribute

CRM allows you to add/update/delete the picklist options of a picklist attribute. However, like most other contact managers that store the text/reference of the deleted picklist option in the records where it had been used, CRM does not store the reference. It differs in this regard. Once a picklist option has been deleted, all existing… Read More: Issues with deleting a picklist option from a Picklist attribute »

Global Functions/Variables available in Dynamics CRM

Global Functions: There are various global functions which provide information about the client system. IsOnline: This will return if the form has been opened from an Online or Offline system. This could be helpful if you would want a particular feature to be made available in a specific mode only. Example: if (IsOnline()) { alert(“You… Read More: Global Functions/Variables available in Dynamics CRM »