Group properties visibility

Certified Senior Developer

Hi All,

Need your assistence i just wanted to update all the groups visibility to public by expression is there any way to do that.

For example, If i have multiple groups and there visibility is restricted then i want to update it to as public please let me know if you have anything. Please check below secreenshot.

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Senior Developer

    high-level outline :

    1. a process model that will handle the update of group properties.

    2. Use a query to retrieve all group IDs with restricted visibility.

    3. Set up a loop in your process model that iterates over each group ID.

    4. Inside the loop, use the Edit Group smart service, setting the securityType parameter to PUBLIC

Reply
  • 0
    Certified Senior Developer

    high-level outline :

    1. a process model that will handle the update of group properties.

    2. Use a query to retrieve all group IDs with restricted visibility.

    3. Set up a loop in your process model that iterates over each group ID.

    4. Inside the loop, use the Edit Group smart service, setting the securityType parameter to PUBLIC

Children
No Data