Attribute selection on the basis of userrole

0
Scenario to implement :-  The Cost Center and Department is Userrole dependent If the Userrole is HOD Select the department and all associated cost center is considered by default If the Userrole is director or line manager Select the cost center If the Userrole is finance department and cost center is not relevant if the Userrole is general user ,Select the cost centerPl Please assist in creating the logic how to implement this logic in version 10.12.4
asked
2 answers
1

Just create four different containers each with conditional visibility based on the user role. Then in each of the containers you could create the appropiate references etc. Do note that you might run into trouble if user roles are stacked like the manager of the financial department that could have both roles.

Other sollution would be to have a microflow open different pages depending on the user roles of the current user. This way you can already determine if user roles are stacked and then model out with page to open.

Regards,

Ronald

 

answered
0

I have created the different visibility according to the conditions applied.But I am not able to get the data in my database having association value of attribute. department and cost center 

department -> CeerUser_Department/Department/DepartmentName

cost center -> CeerUser_CostCenter/CostCenter/SubDepartments

these values when i checked are not getting saved in the database.Could you please guide me on this what could be the possible reason for this issue.

ceer_user_deptcostcenterselection.png

answered