I have a few group types. By mistake, I added three particular groups in the wro

I have a few group types. By mistake, I added three particular groups in the wrong group type. I can't seem to find a way to modify the group type for a particular group. Is there a way to do it without having to delete the group and recreating it? (I can't do that)

OriginalPostID-224883

OriginalPostID-224883

  Discussion posts and replies are publicly visible

Parents
  • @erickp Afaik there isn't any plugin or OOTB functionality as of now. You may need to write one such and 'changeGroupTypeOfGroup' method from 'Group Service' Interface ( at http://bit.ly/2a2Izwa ) can help you in getting the requirement accomplished.

    In-case if you are working with Appian Cloud, you may talk to them and they may offer you support either by suggesting you how to overcome the problems in case if you delete and recreate the Groups or may help you get a new plugin.
Reply
  • @erickp Afaik there isn't any plugin or OOTB functionality as of now. You may need to write one such and 'changeGroupTypeOfGroup' method from 'Group Service' Interface ( at http://bit.ly/2a2Izwa ) can help you in getting the requirement accomplished.

    In-case if you are working with Appian Cloud, you may talk to them and they may offer you support either by suggesting you how to overcome the problems in case if you delete and recreate the Groups or may help you get a new plugin.
Children