Best Approach for Controlling Field Access in Read-Only Interface

How can we allow certain users to view critical fields while restricting access for others, all within the same application and read-only interface? What’s the best approach to achieve this?

  Discussion posts and replies are publicly visible

Parents
  • We are currently planning a design for a front interface with two radio buttons, each leading to a completely different application.

    1. For the first requirement, we need RBAC to control which users can see both radio buttons, and which users can only see the radio button for Application 1.

    2. After navigating to the application, we want some users to have access to specific fields while hiding them from others.

      NOTE: We are not using any record types. Its direct integration.

    Suggestions from   and   will help with the first requirement, while  's suggestion will address the second requirement. I really appreciate all of your input!

Reply
  • We are currently planning a design for a front interface with two radio buttons, each leading to a completely different application.

    1. For the first requirement, we need RBAC to control which users can see both radio buttons, and which users can only see the radio button for Application 1.

    2. After navigating to the application, we want some users to have access to specific fields while hiding them from others.

      NOTE: We are not using any record types. Its direct integration.

    Suggestions from   and   will help with the first requirement, while  's suggestion will address the second requirement. I really appreciate all of your input!

Children
No Data