I created a new Security Role (ex: Employee) for a Team that allows the following:
O = Organization | B = Business Unit
Read (B) | Create, Write, Append, AppendTo (O)
But when I create a new record, I get the following error:
The Record is successfully saved. user with id <user id> does not have ReadAccess right(s) for record with id <record id> of entity Employee. Consider assigning a role with the required access level to the user or team.
However I can edit existing Records just fine.
If I change the Read Access to Organization, I can now create new record.
Why do I need Organization Read Access level to create a record for
Business Unit? I don't want users from this Business Unit to see
everything.