How do I get the label text for an OptionSet parameter value?

Entity fields that have an OptionSet data type contains an integer value and a string label. You will mostly use the integer value when you use the field value in your code, no matter if you use the standard late bound method, for instance in your CRM plugins: … or if you use early binding […]

Read More

How do I create an entity field of Guid value type?

It is of course possible to create a field on an entity that holds a reference to another entity by using the entity field data type “Lookup”. The field will then contain an EntityReference consiting of the referenced entity’s logical name and it’s id in Guid format. But what if you want to store a […]

Read More

Embed a Web Resource in an Entity page

You can get a long way using Dynamics 365 CRM’s built-in functionality, but every once in while there may be special cases where it just doesn’t cut it. Then it’s good to know that you can embed Web Resources in the Entity page UI where you can built extra functionality using html and javascript. You […]

Read More