Which IIQ version are you inquiring about?
8.4
Share all details about your problem, including any error messages you may have received.
I have a delimited application, in which users can have multiple accounts. So I want to have AccountSelector rule in-place. I have a custom form for user to select bundle/role and account for the provisioning.
I don’t see feasible way to add this account selector rule in the IT bundle where I can refer the said user selected account from the form.
What would be the best way to handle this situation?
I’m not sure if that’s possible without any customization. Ideally, you would transition your custom form to utilize a Role Provisioning Policy, but if that’s not possible, you could retain your existing custom form.
Given that you have multiple accounts, consider implementing logic in your account selector rule to return either the first or preferred account link. Then, within your workflow, capture the account selected through your custom form and adjust your provisioning plan accordingly.
Will give it a go and let you know if this works. Thanks!