This requirement is not for Active Directory.
I have created a field in the add access form for certain applications which should be passed in AFX fulfillment handler.
Say for example, My field variable name is department. I enabled avform prefix as well.
I know to use the samething in Provisioning command node, but this will not be helpful for me in all the scenarios.
How can I use this field in the AFX fulfillment handler? Can we use AFX custom attribute here?
Hi Vijay,
Get the form attribute value in fulfillment workflow and assign to a job variable (careful on the convention) in sqlSelect node -
And map that in connector in Mapping -
Done !!!