We can add default images for some entity.
To set the default image for any image field follow the below steps
- Step 1: Upload the default image in the “images” folder in the Woodford Solution in CRM
- Step 2: In the form, click on the image field
- Step 3: Go to Edit Styles
- Step 4: In the placeholder set your default image.
- Note: How to give set path of the image in the placeholder section.
(Name of the directory).(Name of the Image).(Image number).(png)
- As shown in the above figure “Home” is the name of the directory
“Logo” is the image name and {1} represents the second image of the
directory.
- Note: {0}/{1} can be imagined like an array which gets dynamically replaced by the image at the runtime.
- Step 5: Publish the changes
- Step 6: Sync the Mobile App.
As you can see the Leads for which there aren’t any images the default Image gets displayed (The one displayed in red color.)