How to mask the "suppliers, customers" datas between different BGs
There are two BGs in our system,and we meet some problems :
The A_OU is belong to the BG1, the B_OU is belong to the BG2. There is a supplier which is created by a user from B_OU,and we don't want the users from A_OU to see even update this supplier,but now,the system allows the A_OU's user to update this supplier.
So , we want to know if we can achieve the data barrier between two different BGs?