I need help with the IIQ use case whenever the user is onboarded to IIQ. An AD account must be created based on the user type, such as employee or contract.
Here, the thing is that we need to define this group, like emp or contract, under the joiner WF level code; we don’t want to create it under the business or IT role concept, and we need to pass this group also during the AD account provision. Do you have any heads-up or suggestions on how to achieve this use case?
Hi @sagr0812 ,
You can achieve this use case by creating a Lifecycle Event in IIQ. In this lifecycle event, you can configure the associated workflow to handle the provisioning process. Within the workflow, you will create the plan for provisioning the AD account. Additionally, based on the user type (e.g: employee or contract), you can assign the appropriate group to the AD account during the provisioning process.
Thanks, Arun do have any sample code for this rule and the provisioning?
do you already have joiner workflow created? if yes then you can add logic to provision the AD account and group membership based on the requirement. if you can share the joiner workflow then it would be easy to help on this.
No i not yet created any thing asking for help.