How to allow only manager role to edit data in application?

Hi Everyone,

Can anyone please tell me, how can I implement that only manager role can edit the data from the front end in the application. I have craeted a edit button in the application but do not know how to implement that only managers role can edit.

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer

    Create a group in your application that can contain the users with manager rights. Now in the application objects provide security to the before mentioned group as Editor. that you want exclusively Managers to work upon. 

    Going through docs and trainings about groups and application/object security will help you better understand the concepts as well.

Reply
  • 0
    Certified Lead Developer

    Create a group in your application that can contain the users with manager rights. Now in the application objects provide security to the before mentioned group as Editor. that you want exclusively Managers to work upon. 

    Going through docs and trainings about groups and application/object security will help you better understand the concepts as well.

Children
No Data