2

In a plugin, I want to grant access to a record of a custom entity. Is this possible? The 2011 sdk seems to suggest that the GrantAccessRequest class only applies to out of the box entities.

keerz
  • 717
  • 1
  • 6
  • 21

1 Answers1

2

The GrantAccess message is also available for custom entities. See the excel file in the SDK which describes the available messages http://msdn.microsoft.com/en-us/library/gg328576.aspx

ccellar
  • 10,326
  • 2
  • 38
  • 56