Hi, dear community!
I have some tests to verify our security permission for user roles. And I'm testing negative scenarios when a user doesn't have access to read and write, and I am getting an error "[Microsoft.Xrm.Sdk.OrganizationServiceFault]: Principal user <id>, is missing prvReadXXX privilege <id> on OTC=4 for entity '<enity>'". It happens with custom and default(as a Lead) entities. Also, I have cases when don't get such an error on the other entities.
I'm trying to understand why some entities require read access for write but others do not.
Do we have some documentation about it? (I've found only about Append, Create, etc (Dependencies between access rights))
I will be happy if you help me.
Thanks in advance.