Add Custom Attributes for a SuccessFactor Connector

Which IIQ version are you inquiring about? - IIQ 8.4p2

A customer requested adding new OData attributes in a working SuccessFactor connector:
image

I’ve tried it in several ways, but it hasn’t worked :

I think a special configuration is needed for PickList attributes, but I haven’t found any documentation for this type of fie ld.

The only error that appears when running an aggregation is:

Error occurred while executing method createROForEmpJob
sailpoint.connector.ConnectorException: {
"error" : {
"code" : "ServerErrorException", "message" : {
"lang" : "en-US", "value" : "Index 0 out of bounds for length 0"
}
}
}

@HPALACIO You must be using OOTB connector to connect with Successfactor. In this case, attributes are predefined and it may not support attributes. We had similar case with Oracle HRMS, where we had to make a separate call in Customization rule for every user to get those additional attributes and update the resource object.

Similarly you can try to make separate API call to get the additional attributes in your customization rule.

Note: Found a fix?Help the community by marking the comment as solution. Feel free to react(:heart:,:+1:, etc.)with an emoji to show your appreciation or message me directly if your problem requires a deeper dive.