Hi,
We'd like to hide/display section parts depending on functional roles.
Is there a way yo do that ?
Thanks
Eric
Like
Dear Eric,
Please check this topic: https://community.bpmonline.com/questions/hide-field-specific-user
best regards,
Lily
Lily Johnson,
So no way to define rules according to current user functional roles ?
Dear Eric,
You can set up only some permissions to the section columns as it is described on our academy: https://academy.bpmonline.com/documents/customer-center/7-11/columns-permissions-detail-object-permissions-section
In case you cannot achieve your goal with the help pf column permissions and business rules (https://academy.bpmonline.com/documents/service-enterprise/7-11/setting-business-rules) you can develop the additional logic but it is not easy.
You need to create EntitySchemaQuery to select the data from the SysUser or SysAdminUnit tables (https://academy.bpmonline.com/documents/technic-sdk/7-11/use-entityschemaquery-implementation-client) and then implement business rules with the help of development tools: https://academy.bpmonline.com/documents/technic-sdk/7-11/setting-edit-page-fields-using-business-rules but we do not have any examples of such complex implementation.
Best regards,
Lily