CRM 2015

Fire plugin from Ribbon – Header in CRM 2015 by calling Action

I recently had a requirement where client wanted to fire a Plugin on demand in CRM 2015 i.e. from a button in header, something like next to Assign a new button Publish Here is a little background about the requirements … Read More

A currency is required if value exists in money field CRM 2015

A currency is required if value exists in money field CRM 2015 This error usually comes up when a money field is added but logged in user does not have a default Currency set Go to settings menu of user … Read More

Get OptionSet value and set OptionSet value in CRM 2015 Plugin

Below is an explanation how to get a value and label of an OptionSet field and set a value of an OptionSet field on the basis of lable in CRM 2015/2013 plugin. Let’s say we had two fields on our … Read More

Get guid entity id in crm 2015 url

It was easy to get Guid Id of a record on form as it was being displayed in URL however in CRM 2013/2015 it does not. Sometimes we need an id of record from URL so below is a simple … Read More