Hi,
I created a custom entity in my Dynamics 365 CRM (version 9.0). Now I want to provide read access to all users on this entity . I don't want to achieve this by updating security roles (or) by creating teams. Any Suggestions ?
Tried Solution : While creating entity , I had setup the ownership to "organization" hoping that all the users in CRM will have at least read access to the entity. But , when I tried to GET entity data in java script , I am facing missing ReadPrivilege error. Whereas , with System admin security role, it's fetching data without any issue.
*This post is locked for comments