Hello,
I have an import job which creates and updates contacts. It assigns ownership of the contacts to a Team ID. This team (I will call it "y") is in one Business Unit. We have a custom entity (I will call it "x") which is locked down for access to a team in a different business unit. During the import we get errors Principal team (Id=id of team y, type=9) is missing prvRead (on custom entity x).
There is a 1:M relationship betweeb contact and entity-x but as for the actual contacts being imported they do not have any link to entity-x and the import code does not reference entity x or any of its fields.
I need to keep access to "x" restricted so I do not want to grant read access to this entity. Can anyone explain - if I get a reference to a contact and assign it to a team does that team need read access to all associated entities also?
What is also confusing me also is the fact that this error is not consistent - it does not happen with every contact.
Any help or advice would be very welcome. Thanks.
- Seamus
*This post is locked for comments
I have the same question (0)