Salesforce Connector: Create a contact of PersonAccount type during create

We are using IIQ 8.4p2

While creating a Salesforce account of type Community user profile, we have to create a contact. This contact should be of PersonType.

While creating this contact we have to pass 3 attributes to Salesforce contact object

PersonEmail : email of the user
IsPersonAccount: true
PersonTitle: Title of the user

But these exact attributes are not present in the Identity object in IIQ.

How do I map them

<entry key="contactAttributes">
<value>
<List>
<String>Custom_Attribute</String>
<String>NewAttribute</String>
</List>
</value>
</entry>

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.