Skip to main content
August 31, 2021
Question

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

  • August 31, 2021
  • 6 replies
  • 0 views

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.

    6 replies

    harshas2775
    Brainy
    August 31, 2021

    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.

    gayathris111098
    August 31, 2021

    My assumption in the interface you want to apply security,

    a!isUserMemberOfGroup() you can use this function to check loggedInuser is member of the manager group if yes show otherwise hide.

    August 31, 2021

    Yes, I would like to implement security in interface. Could you please provide me links or code snippets?

    stefanhelzle0001
    Brainy
    August 31, 2021

    Can you give a bit more context? In Appian we try to implement business processes. Is that modify activity part of a process? Did you implement a record and the modify action is a related action?

    August 31, 2021

    Hi shubhamy0001,

    you can go through the below URL, you find something about it.

    https://docs.appian.com/suite/help/21.3/object-security.html 

    Regards,

    Baji