Plug-in Name to change Group Type

I have existing groups of type "Custom" that should have really been created with a different Group Type and would like to address this issue. Need to use the following APIs from GrouppService intefrace to change group type - changeGroupTypeOfGroup or changeGroupTypesOfGroups
forum.appian.com/.../GroupService.html

Does anyone knows what is the existing plugin name / URL ?

  Discussion posts and replies are publicly visible

Parents Reply
  • You are unlikely to find a plug-in because frankly the group type isn't that important. The main reason to have a group type is to define attributes for groups, which is pretty rarely used. It's better practice to store information about groups in a database because it can then be queried the same way you get other data.

    In general I'd suggest using custom groups, and unless you have a specific concern with a group that is the wrong type, I'd recommend not going through the effort to create a plug-in for this purpose.

Children
No Data