Aaron Turecki
Aaron Turecki

Reputation: 355

MS CRM 2011 - custom plugin to share dashboard views

I'm trying to create a MS CRM Dynamics 2011 plugin that shares views in a dashboard when the dashboard is shared with users. Right now, when we share a dashboard, users cannot see the views because the views have not been shared as well.

enter image description here

I know how to share records with code, but I'm not sure how to hook my plugin to a dashboard share event. Normally I use the Plugin Registration Tool and specify an entity and CRUD operation required to kick off my plugin:

enter image description here

But because Dashboards are not entities (Contact, Account, etc.), I'm not sure how to fire my plugin during sharing. Does anyone know how to do this?

Upvotes: 1

Views: 132

Answers (1)

Aaron Turecki
Aaron Turecki

Reputation: 355

Figured this out. Message: GrantAccess. Primary Entity: userform

Upvotes: 3

Related Questions