SAP Concur: Unable to provision custom attribute orgUnit2

Hello,

I’m unable to provision the custom attribute “orgUnit2” and I can read values for existing accounts.

It works for the custom attribute “custom5”. I performed the same configuration by adding the following to the connector attributes:

"customData.orgUnit2": "['urn:ietf:params:scim:schemas:extension:spend:2.0:User'].customData[*][?(@.id=='orgunit2')].value"

"customData.custom5": "['urn:ietf:params:scim:schemas:extension:spend:2.0:User'].customData[*][?(@.id=='custom5')].value"

I’m getting the following error: "Attribute customData does not have a value matching the filter id eq “orgUnit2”. I’m trying to provision values of existing accounts.

Any idea how to solve this ?

Thank you

Hi @timahm - In the filter, you have the org unit in lower case as orgunit2 but the filter id is camel-cased orgUnit2. I don’t think this is a problem per se, but can you confirm that they don’t really have to be a case sensitive match?

Hi @sushantkulkarni ,

Indeed, I’ve tested both “orgunit2” and “orgUnit2” and I got the same error. I defined it as SailPoint doc does Enable Custom Account Attribute Support

Thank you,