- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Mapping of AFX Connector variables with the input in the request form
Hi,
I would like to know how to map an input in a request form with the variable in the AFX Connector. I have already created and tested an AFX Connector (Rest API). By a Rest Call (Put) I can pass 3 values in test mode and the values will be transferred successfully.
Now I want to pass the 3 values in a request form and pass the values then to the AFX connector. I don't know how, because in the mapping fields from the screenshot the variable names from the request form don't appear and I don't know how to map it. Does anyone have an idea for me?
Thank you very much
- Tags:
- Access & Change Requests
- afx connector
- Community Thread
- Discussion
- Forum Thread
- global variables
- Identity G&L
- Identity Governance & Lifecycle
- IG&L
- IGL
- mapping
- RSA Identity
- RSA Identity G&L
- RSA Identity Governance & Lifecycle
- RSA Identity Governance and Lifecycle
- RSA IGL
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Couple of options for you to consider:
(screenshots below)
- Using a Provisioning Command (Non-Visual) control type in your form
- In the fulfillment workflow, using a Provisioning Command
You can use the runtime values from your form
- Using AFXCUSTOM_ prefix
It allows you to transfer runtime values from workflow to AFX connector
Search the help section and the community for AFXCUSTOM
Here are couple of examples:
How to pass a custom variable to AFX
AFX Fulfillment - How to use a Custom Parameter
As it has a specific syntax, make sure you read the following article https://community.rsa.com/docs/DOC-47428
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Couple of options for you to consider:
(screenshots below)
- Using a Provisioning Command (Non-Visual) control type in your form
- In the fulfillment workflow, using a Provisioning Command
You can use the runtime values from your form
- Using AFXCUSTOM_ prefix
It allows you to transfer runtime values from workflow to AFX connector
Search the help section and the community for AFXCUSTOM
Here are couple of examples:
How to pass a custom variable to AFX
AFX Fulfillment - How to use a Custom Parameter
As it has a specific syntax, make sure you read the following article https://community.rsa.com/docs/DOC-47428
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hi Boris,
Thanks to your tip, it works for me now
