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.
Cybersecurity
DevOps Cloud
IT Operations Cloud
If an answer to your question is correct, click on "Verify Answer" under the "More" button. The answer will now appear with a checkmark. Please be sure to always mark answers that resolve your issue as verified. Your fellow Community members will appreciate it!  Learn more
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.
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.
Thank you, Hemanth, for your reply.
Yes, this is possible, but the request is to add Roles to the group through an automated task in SMAX. Is this possible?