Enabling Dynamics 365 Image Field in Data Sets

Microsoft Dynamics 365 allows image storage, such as a company logo for a contact. These images may be linked to the contact with a URL. This field option is typically located in the database OOTB(Out of the Box)Closed XSD, a recommendation of the World Wide Web Consortium (W3C), specifies how to formally describe the elements in an Extensible Markup Language document. It can be used by programmers to verify each piece of item content in a document, to assure it adheres to the description of the element it is placed in. tables. The naming for the image field is "entityimage_url".

Note:Microsoft has recently added support for an image field within Dynamics. Users with the Dynamics API 9.1 are able to use the images from Dynamics 365 as a URL image file in both Data Sets and Template Builder. Users who are not currently using the Dynamics API 9.1 must reconfigure their Dynamics 365 connector and switch to the 9.1 API, refer to Experlogix App for Microsoft Dynamics 365 CE. Microsoft Power Apps is built into Dynamics 365, you must be update your setting to Enable Image Storage in Power Apps.
1. Sign into your Project Console.
2. Select the Data sets button.

The Data sets page displays

3. Select a Data set from the list.

The Data set builder displays.

4. Select the ContactPRIMARY ENTITY button.

The FIELDS and RELATIONS displays.

5. Select the FIELDS button.

On the right, the fields associated with the PRIMARY ENTITY display.

Note:Advanced fields are additional fields that must be manually configured to display and be retrievable. However, advanced fields are not guaranteed to be retrievable.
6. Select the Show advanced fields button.

The Advanced fields options display.

7. Select the entityimage_url option.

A checkmark appears next to the entityimage_url.

8. Select the blue Save Changes button.

In the top right, Changes saved displays.