Hello everyone,
In the accounts entity, we have the Territory lookup field. A business unit can cover multiple territories for example (BU A covers: TerA, TerB, BU B covers: TerC, TerD) I want to achieve the below:
- Based on the current user signed-in belonging BU, when the user selects the Territory field it should show only the view that is associated with his BU.
So User A that belongs to BU A cannot see the territories of User B that belong to BU B or change the view.
Is it possible to achieve the above scenario? If so, what is the best way of doing it? Can please someone provide an example?
Any help is highly appreciated.
Thank you!