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) The Open Data Protocol (OData) is a data access protocol built on core protocols like HTTP and commonly accepted methodologies like REST for the web. There are various kinds of libraries and tools can be used to consume OData services. tables. The naming for the image field is "entityimage_url".
1. | Sign into your Project Console. |
2. | Select the Data sets button. |
The Data sets page displays
Figure 1-267 Sample Warning Widget.
3. | Select a Data set from the list. |
The Data set builder displays.
Figure 1-268 Select Data Set
4. | Select the ContactPRIMARY ENTITY button. |
The FIELDS and RELATIONS displays.
Figure 1-269 Opening the FIELDS Option
5. | Select the FIELDS button. |
On the right, the fields associated with the PRIMARY ENTITY display.
Figure 1-270 Data set builder FIELDS button
Figure 1-271 Advanced Fields Option
7. | Select the entityimage_url option. |
A checkmark appears next to the entityimage_url.
Figure 1-272 entityimage_url Option
8. | Select the blue Save Changes button. |
In the top right, Changes saved displays.
Figure 1-273 Savings Changes to Fields