web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :
Dynamics 365 Community / Blogs / Passion Dynamics / How to enable Image for an ...

How to enable Image for an entity in Microsoft Dynamics CRM

Rawish Kumar Profile Picture Rawish Kumar 13,758

In this blog i am going to discuss about “Image” type attribute/field in CRM and how this can be used to enable image for an entity on the form like below:

8

 

Lets see how we can achieve this:

  1. Navigate to Customization>Customize the system>Entities & navigate to the entity for which you want to enable image> go to fields > create a new field as below:2
    Give it a name and select Datatype as image – as soon as you select datatype , you will notice that Schema of the field is set to “entityimage”. Save & close
  2. Now 2nd step is to navigate to entity definition as below:3

    In the property ” Primary Image” – you will see the name has come , if not select it from the dropdown.

  3. Final Step is to make form changes, navigate to the form and open form editor and click on “form properties” , select the below option:

    4

  4. Lastly save and close the form and publish all customizations. Navigate to the entity record , you will notice an image icon is now appearing on the form.
    5
  5. click on the image and browse the image you want to set:

    6

  6. After Selecting the Image click okay and you will see image is appearing now:

    7

 

I hope this helps!

 

cheers!

Comments

*This post is locked for comments

  • Priya1 Profile Picture Priya1 30
    Posted at
    I Rawish I tried this but this field is disable on the form. "show Image in the form" is disabled on the form.
  • Hanshu Profile Picture Hanshu 40
    Posted at

    Hi Rawish, I have tried this solution and it worked well but do I need to it every time I create a new record in that entity?