Hi,
I have implemented a custom request form in order to create an account on Active Directory. I need to use the AFX Custom Parameter, to change the UserName parameter of the form.
In oder to test the AFX Custom Parameter capability, I have added a SQL_Node in a Default AFX Fulfillment WF, with the following command:
- select 'XXX1234' as AFXCUSTOM_CUSTOM_CUSTOMNAME from dual
In "Create an Account on an AD server" AFX capabilities I have implemented the following mapping:
- mapping ${Custom.Customname}
When I submitted the request form the overead of parameter does not occur.
Is the above mentioned configuration correct ?
Thanks in advance
Kind regards
Andrea Saldamarco
Everything looks correct to me at first glance. Could you try to rename your parameter to something else AFX_CUSTOM_CUSTOM_NEWNAME or something like it.. wild guess that it has something to do with the CUSTOMNAME.