Hi
I have the Country and Customer entities.
The Customer entity has an “Explicit hierarchies” called Geography and also has a leaf member called Country which is domain-based attribute and referencing the Country entity.
I created two consolidated members for Geography hierarchy as below:
CAN {Canada}
US {United State}
And I have the following questions:
- How can I move the created leaf member to the related Consolidated Members automatically? For example, if I have a customer who belongs to Canada then that customer (row) needs to be moved to the “CAN” node.
- For each country I have a group in “User and Groups” section which have access to different entities. I need to make sure that if a user belongs to “Group Canada” can only see Canada in country dropdown once is creating a customer. How can I implement that?
Thanks