Hello to everyone.
i develop on crm since a lot now, but this is my first time on an Online version and i have never used Business units before
i need to design and build a solution that uses business units
there is one root BU an many child units
each unit has his contacts, not visible by the other BU
but if i am adding a contact in BU2 and i detect that this contact exists in BU1, i am not allowed to create a duplicate,
but both BU should be able to read write this contact
is this possible?
p.s. i am adding the contact through a microservice in c# do you have any link example on how i can achieve this goal?
thank you in advance!