Hi all,
I'm new on BPC NW. I have the following need:
my Entity dimension has 4 levels: Service/Departement/Entity/ALL entities.
I have a responsible for each level:
User_S1 is the responsible of the Service1
User_D1 is the responsible of the Departement1
User_E1 us the responsible of the Entity1
Admin is the responsible of all entities.
I want ot build the following process:
1. User_S1 inputs data on Service1 and submits it to User_D1. User_S1 cannot update data on Service1 anymore.
2. User_D1 is able to update data on Service1. Then he submits to User_E1. Now, user_S1 and user_D1 cannot update data on Service1 anymore.
3. User_E1 is able to update data on Service1. Then he submits to Admin. Now, noone is able to update data.
How can I handle this problem? Using work status?
It seems that I can have only two roles: the owner and the manager. So if User_S1 is the owner and User_D1 is the manager I don't have any other role to define User_E1.
thanks for your help,
Alex