The Dynamics 365 Category entity has certain peculiarities, like it doesn't have a state and status attributes as many other entities in Dynamics 365 and the Common Data Service. In this article I'll describe how to create your own custom Category Status and lock the attributes in the form accordingly. Dynamics 365 Category entity doesn't … Continue reading Where is my Category status?
Category: JavaScript
Capture contact images with Xrm.Device.captureImage
This article shows how to capture contact images using a Dynamics 365 mobile App based on the new client API in version 9. The same could be extended to capture images in any entity for other business scenarios. The new Dynamics 365 API introduces several new namespaces, one of them is Xrm.Device. This namespace offers … Continue reading Capture contact images with Xrm.Device.captureImage
Dynamics 365 (CRM) Image Loader
This article describes how to create a simple Dynamics 365 (CRM) web resource that would allow us to display images based on a dynamics URL. This URL would be stored in an entity attribute and the name of the attribute would passed as a parameter to the web resource. Preparing the demo for EMEA Summit … Continue reading Dynamics 365 (CRM) Image Loader