- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
How to pass variables to native Active directory AFX
How do you pass a variable defined within a SQL select node through to the native active directory AFX for account creation?
I have created a SQL select node as per screenshot 1 attached which creates the AD account home directory path.
I have specified the variable within the AFX connector to pass this variable as per screenshot 2 attached but the variable name rather than the value is passed to AFX
I have successfully passed other variables but that has been where I have a provisioning command node where I can specify the ${JobUserData_Variable}.
Can someone advise?
- Tags:
- Community Thread
- Discussion
- Forum Thread
- Identity G&L
- Identity Governance & Lifecycle
- IG&L
- IGL
- RSA Identity
- RSA Identity G&L
- RSA Identity Governance & Lifecycle
- RSA Identity Governance and Lifecycle
- RSA IGL
- Workflows
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
When using AFXCUSTOM variable, the naming convention in the AFX connector is very important.
Workflow substitution variables are case sensitive. Only the first letter of the substitution variable should be in upper case, and all following letters should be in lower case.
In your case, the configuration in AFX connector should be ${Custom.Homedirpath} and not ${Custom.HOMEDIRPATH}
See the following article for additional examples: 000031515 - RSA Via L&G AFX fulfillment workflow switches to manual fulfillment when using w...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
When using AFXCUSTOM variable, the naming convention in the AFX connector is very important.
Workflow substitution variables are case sensitive. Only the first letter of the substitution variable should be in upper case, and all following letters should be in lower case.
In your case, the configuration in AFX connector should be ${Custom.Homedirpath} and not ${Custom.HOMEDIRPATH}
See the following article for additional examples: 000031515 - RSA Via L&G AFX fulfillment workflow switches to manual fulfillment when using w...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Thanks Boris, all works now
