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 »

How to edit the list of entities displayed in the Look for picklist in Lookup window

The regarding lookup windows generally displays a list of all entities that can be associated with an activity. Quite often this feature becomes quite an issue with the users always having to select the appropriate entity from the list before applying the search. The longer the list of entities the more time consuming it is… Read More: How to edit the list of entities displayed in the… »

How to design a Custom Activities/History tab to show Activity Party information

There have often been requests for displaying the Activity Parties in the Activities/History tab of Account/Contact. The details in these views are gathered from the ActivityPointer entity. The activity pointer entity is not customizable and so you are stuck with not having the activity party information like Sender/Receiver not being available for reference in the… Read More: How to design a Custom Activities/History tab to show Activity… »