Is it possible to Add Roles to Assignment groups in SMAX?

Hi All,

We are using version 24.1 of SMAX.

The requirement is to add roles to the assignment group through an offering, through an automated task. Is this possible?

Thank you in advance.

Parents
  • 0

    Hi,

    You can try below business rule

    Create relationship of type ${'PersonToGroup'} between ${entity.UserOptions.USERFIELD.Id} and ${entity.UserOptions.GROUPFIELD.Id}

    This will add the user selected in one of the USER options field to the GROUP which is selected in another field of user options.

Reply
  • 0

    Hi,

    You can try below business rule

    Create relationship of type ${'PersonToGroup'} between ${entity.UserOptions.USERFIELD.Id} and ${entity.UserOptions.GROUPFIELD.Id}

    This will add the user selected in one of the USER options field to the GROUP which is selected in another field of user options.

Children