Which IIQ version are you inquiring about?
8.3
Share all details about your problem, including any error messages you may have received.
I’m using Salesforce Connector I have enabled Contact Creation during User account creation. The standard attributes like FirstName, LastName, Email are getting populated on Contact record.
However, I need to populate 6 Attributes out of which 3 are custom Contact fields, and those fields do not exist on SailPoint User object.
My Questions:
- How can I populate custom contact fields during Contact creation if they’re not a part of user schema?
- Do I need to extend the salesforce application schema to include these custom Contact attributes?
- Should these fields be added in application.xml under custom attributes, or is there a better approach?
- Do I need to map these custom Contact fields in the provisioning plan?
Has anyone implemented something similar? Any guidance would be appreciated.