Hi Everyone,
As I delve into the SAP Concur connector, I wanted to share some valuable insights. We are currently using the out-of-the-box (OOTB) SAP Concur connector. If you need to fetch and provision custom attributes, follow the steps below:
- Open the Application in Debug Page
- Insert the following entry to enable support for custom attributes:
- Map Custom Attributes: Under the jsonPathMapping section, add the following entry. Replace “custom10” with the name of your custom attribute:
- Define Custom Attributes in Schemas: Add the following entry in the schemas section:
- Provisioning Custom Attributes: For provisioning, add a field in the create or update provisioning form based on your needs. For example:
I have verified this process for both aggregation and provisioning in IIQ 8.3p4, and it works seamlessly.
Feel free to follow these steps to efficiently fetch and provision custom attributes in your SAP Concur connector.
Happy integrating!