Groups Security

I created a group and I have two interfaces where only the members in that group can see and make any approvals. Any suggestions?

  Discussion posts and replies are publicly visible

Parents
  • Groups are specifically for providing accesibilty of the objects to use.  Here in this scenario, you can give isusermemberofgroup() function in showwhen condition of the form or any specific section as per the requirement. And for the user input tasks you can assign task to the specific group to which you need to restrict.

    And for the case mentioned above please check whether the newly created user is part of the specified groups.

Reply
  • Groups are specifically for providing accesibilty of the objects to use.  Here in this scenario, you can give isusermemberofgroup() function in showwhen condition of the form or any specific section as per the requirement. And for the user input tasks you can assign task to the specific group to which you need to restrict.

    And for the case mentioned above please check whether the newly created user is part of the specified groups.

Children