Understanding POA in CRM

PrincipalObjectAccess (POA) table is an important table which holds all grants share on CRM objects. This is just for understanding purpose. SELECT TOP 100 [PrincipalObjectAccessId] ,[PrincipalId] ,[PrincipalTypeCode] ,[ObjectId] ,[ObjectTypeCode] ,[AccessRightsMask] ,[InheritedAccessRightsMask] FROM [PrincipalObjectAccess] WITH (NOLOCK) PrincipalObjectAccessId – The GUID of share record. PrincipalId – The GUID of the User or Team receiving the Share. PrincipalTypeCode…
Read more