Posts

Showing posts from February, 2022

D365: Security Permissions for Rich Text Editor

Image
Recently I came across this issue in my organization. We have enabled RTE (MS PCF) control on one of the memo fields in CRM form. For some reason it's not allowing users to insert image inside it (preview not showing and OK not enabled). Even when they copy paste from the local devices and saves, it is not retaining the image they copy pasted.  But all these functionalities works fine for sys admin.  After going through MS docs I came across this... https://docs.microsoft.com/en-us/powerapps/maker/model-driven-apps/rich-text-editor-control based on this info I head over to CRM security roles and found this entity called Rich Text Attachment under Custom Entities tab once I gave create, read, write permissions the users are allowed to insert/copy paste the images inside Dynamics CRM forms. Hope it helps...