Hi, Got this error while trying to import a managed solution in CRM 2016 Online. During analysis we figured out that it was pointing to one of the charts created for System User Entity. It seemed l… Source: The ‘distinct’ attribute is not declared error while trying to import solution in CRM 2016 (and earlier)
Monthly Archives: August 2016
Sample code to update Access Mode of System User in C# (CRM 2016 or earlier)
Recently had a requirement to set Access Mode of around 500 users to Administrative from Read – Write. We wrote an on demand workflow for that. However, running that workflow on those 500 records i… Source: Sample code to update Access Mode of System User in C# (CRM 2016 or earlier)
{KnowHow}–Create a view to show security roles assigned to user along with roles the user inherits from the team
Originally posted on Debajit's Dynamic CRM Blog:
The title might be confusing. So let’s straightway jump to the requirement here. Our client a role lookup on custom entity form and on click of the lookup, the user should be presented with a view with a view which shows the security role directly assigned to…
{KnowHow}–Create a view to show security roles assigned to user along with roles the user inherits from the team
Originally posted on Debajit's Dynamic CRM Blog:
The title might be confusing. So let’s straightway jump to the requirement here. Our client a role lookup on custom entity form and on click of the lookup, the user should be presented with a view with a view which shows the security role directly assigned to…