Insert 10,000 Account sharing settings into the PrincipalObjectAccess table,
And checked the Account shareing settings in CRM Account Page are correct,
But the sub-grid association records are still not displayed.
Anything else to insert?
*This post is locked for comments
I have the same question (0)Wilson,
Inserting data directly into POA table is unsupported and will lead to unexpected behavior. Please avoid direct SQL manipulation in CRM.
The reason this might be happening is because the cascading relationship record will not be created in POA table which prevent the referential record from being displayed.
You can use following API to share record and this method will not lead to any such irregularity and manual work:
msdn.microsoft.com/.../hh547423.aspx
Thanks,
PS