First published on MSDN on Jan 25, 2016
The following Example is an illustration of how the Create Resource Workflow Activity could be used,
This workflow can be used to create an account based off of an existing account in the FIM / MIM Portal. In this workflow i create an account to be used as an Admin Account with all attributes equal to the "base account" except for the Display Name and the Account Name. For this workflow to work the way i want I have RCDC Controls that only allow Uses in the FIM / MIM Portal that are already listed as "Admins" to be to put in a request for someone to have an "admin account" once the portal request is approved a Boolean attribute is set as "true" and the following workflow is triggered which creates the "admin account for the general user.
Value Expression | Target |
[//Target/DisplayName]+"_AD" | DisplayName |
[//Target/AccountName]+"_AD" | AccountName |
[//Target/FirstName] | FirstName |
[//Target/LastName] | LastName |
Of course the above 4 attributes are just a a display of the format and how to configure the workflow, im sure you would want more attributes set on your new accounts.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.