If you are working on a custom HTML web resource which displays different currency formats for different countries and regions, there comes a need to set the currency format according to user settings in CRM. In this tutorial we’ll learn how to format the currency accordingly. First of all retrieve Number
An activity party represents a person or group associated with an activity. An activity can have multiple activity parties. There are 11 activity party types in Microsoft Dynamics CRM. The activity party type is stored as an integer value in the ActivityParty.ParticipationTypeMask attribute. The following table lists the different activity party
Adding notes (annotations) in Microsoft dynamics CRM through custom client side code can be tricky especially when it comes to uploading attachment files. In this tutorial we’ll learn how to create a note and upload attachment using REST. First of all we have made a custom HTML form as shown