Thanks to my good friend Rasmus he pointed out that wave 2 is announcing a PCF component for rich text editing. I had to try it out see what it actually was.


After adding the multiple lines field to the form, I added a few examples. Regular Text, Color Text, link to a site, and image via Copy/Paste

Definitely cool to see that we now can store Ritch Text with images in CRM. First copy/paste images to Emails, and then copy/paste images to regular forms. Getting more and more flexible every day!:)
How is it stored?
First off I thought it might store the data of image directly in the multiple lines of text as Base64, but to my surprise it doesn’t.
Is it storing the image in Azure Blob storage? Would love to learn more about this 🙂
<div data-wrapper="true" style="font-size:14px;font-family:'Segoe UI','Helvetica Neue',sans-serif;">
<div>Regular text</div>
<div><span style="background-color:#27ae60;">Color Text</span></div>
<div><a href="https://crmkeeper.com">Link</a></div>
<div> </div>
<div>Image</div> <div><img height="131" loading="lazy" src="/api/data/v9.0/msdyn_richtextfiles(23cdb641-d10c-eb11-a813-000d3ab395a9)/msdyn_imageblob/$value?size=full" width="157"></div> </div>
im having problem with this rich text field, if i copy paste something with image some user could not see the image, is there a security configuration on this that we can enable? if im logged as System Administrator then i could see the picture
LikeLike
Did some research, and I think the entity msdyn_richtextfiles is something you need read access to:)
LikeLike