Edit based on the User Role.

0
    I want to determine whether a Text Box can be edited based on the User Role. How can I achieve this?
asked
1 answers
2

Hi Jeffu,

Based on the security (read and write access), you have done this.

For the entity, you need to edit the attributes based on the access rules.

Alternatively, you can create a microflow and add a boolean variable to handle different user roles and pages.

answered