I have a requirement to display a custom picture in one of the tabs of form in MS CRM
Can someone tell me the steps to do that
I have a requirement to display a custom picture in one of the tabs of form in MS CRM
Can someone tell me the steps to do that
Hi Bipin,
Is there any chance if we want to display the image from our local folder?
Hi,
Update URL from pic_trulli.jpg to www.w3schools.com/.../pic_trulli.jpg
Please mark my answer verified if this is helpful!
Regards,
Bipin Kumar
Follow my Blog: xrmdynamicscrm.wordpress.com/
Hi Bipin,
I have created a html webresource with the below code and added this webresource url in the IFrame url
<!DOCTYPE html>
<html>
<body>
<h2>HTML Image</h2>
<img src="pic_trulli.jpg" alt="Trulli" width="500" height="333">
</body>
</html>
But image is not getting displayed the tab
Hi,
You have two options -
1. Use Iframe
2. User webresources with HTML
Iframe -> You need to paste your image URL which is available on the internet.
Webresource -> Source code can be copied from w3school - www.w3schools.com/.../tryit.asp
Replace image URL with your Image URL in HTML code
How to insert Webresource of Form -> Settings->Customization->Customize the system->Entities->Your Entity->Forms->Insert
Result
Please mark my answer verified if this is helpful!
Regards,
Bipin Kumar
Follow my Blog: xrmdynamicscrm.wordpress.com/
Use the HTML web resource. Embed the code
<iframe src=[Image path]> </iframe>
Add your webresource under Tab.
Can you please suggest how to do it with IFrame as i have to display it only once for the client demo
Hello,
Can you provide more details on your requirement?
Alternatively, You can use PCF control for Images.
https://www.crmcrate.com/power-apps/pcf-custom-control-in-dynamics-365-crm-step-by-step-guide/
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,253 Super User 2024 Season 2
Martin Dráb 230,188 Most Valuable Professional
nmaenpaa 101,156