Hi,
I have created a custom request form in order to create an account on Active Directory and associate it with two AD groups.
To fulfill the entire request I need three "Provisioning Command (Non-Visual)". How can I schedule a specific order to run the three "Provisioning Command (Non-Visual)"?
In the custom request form I have implemented three "Provisioning Command (Non-Visual)" with the following fields orderign:
- Provisioning Comaind: Create an Account on ad AD
- Provisioning Comaind: Add Account to AD Group
- Provisioning Comaind: Add Account to AD Group
Sometimes (randomly) I found that this order is not respected and the request form generates an error because attempts to associate an account that does not exist to a group (before the account has been created)
Thanks in advance
Kind regards
Andrea Saldamarco
I assume you are trying to provision a new account for a user who already has an AD account.
Can't answer your question regarding the order of execution, but consider the following workaround.
Use your form only with 1 provisioning command - to create the account, and in the fulfillment workflow, add 2 provisioning nodes to add the newly created account to groups.
I suggest you clarify the business use case as there might be other approaches.