Hi,
As per the SAP connector documentation, for the createAccount capability, only the parameters- username,password,firstname,lastname - are available. How can we insert more attributes into the SAP application (eg. Alias,Function,email) while creating the user account using the SAP connector.
We are on L&G 7.0 P05
One approach is to add a provisioning node in the workflow with update account capability.
Another approach is creating a custom java connector - here is an example:
New SAP AFX Connector - JavaCodeBased Tutorial