Is there any way(smart service/out of box configuration) to modify an Existing G

Is there any way(smart service/out of box configuration) to modify an Existing Group's Group Type. Currently this group is of Type "A" and i want to change it to be of type "B".
Thanks...

OriginalPostID-60775

OriginalPostID-60775

  Discussion posts and replies are publicly visible

Parents
  • You cannot change a Group's Group Type from the designer interface. Also, I don't see a smart-service available to do so either. However, if you want you can create a plugin using the public API om.appiancorp.suiteapi.personalization.GroupService.changeGroupTypeOfGroup(java.lang.Long groupId, java.lang.Long newGroupTypeId).

    Note: Changing Group Type will remove the corresponding group attributes.
Reply
  • You cannot change a Group's Group Type from the designer interface. Also, I don't see a smart-service available to do so either. However, if you want you can create a plugin using the public API om.appiancorp.suiteapi.personalization.GroupService.changeGroupTypeOfGroup(java.lang.Long groupId, java.lang.Long newGroupTypeId).

    Note: Changing Group Type will remove the corresponding group attributes.
Children
No Data