Hi,
I have, what I feel like would be a common scenario. My client has custom entities and I need Dynamics Marketing to be able to "Read" those entities when creating new Form Fields. I get this error since it doesn't have Read access:
The user "MarketingServices ApplicationUser" does not have access to the entities you’ve chosen (arm_treatmenttype). Autosuggest won’t work correctly until this user has read access to them.
So I copied the Marketing Services User security role and then modified the copy to include the Read access I need. The problem is, when I go to add the security role to the "MarketingServices Application User", I get this error:
<Message>System.Web.HttpUnhandledException: Exception of type 'System.Web.HttpUnhandledException' was thrown. ---> Microsoft.Crm.CrmException: Cannot update current component(name=ApplicationUser, id=5a24b264-c8f3-474d-92f6-a998cca942c1). This is a Microsoft managed component
How do I accomplish this?