I’m looking for the below answers that I haven’t been able to find any definitive answers.
With workday Integration System we are only pulling the first value of the object in Workday. This is with a SaaS connector. We are considering the possibility to having multiple concatinated values with multiple delimiters. One delimiter to deliniate multiple positions and another delimiter to represent the data fields for the position.
the concern here is that we might exceed the source attribute value length.
What is the maximum length of a string on an account attribute?
What is the maximum length of a string on an ISC Identity Attribute?
What is the maximum number of multiple values one can have on an attribute? (How large can the array grow?)
It seems that Workday Integration custom fields only represents a single value, rather than multiple values, is this correct or is there a way to pull multiple values? (Yes the schema has been set to multi-valued on the connector and an aggregation performed)
As a test I did try to add the custom fields to the source configuration:
“connectorAttributes”: {
“healthCheckTimeout”: 90,
“idnProxyType”: “sp-connect”,
“multiValueAttr”: [
“TEST_ALL_JOB_CODES”,
“ALL_JOB_CODES”,
“ALL_L0CATIONS”,
“ALL_POSITION_IDS”,
“ALL_POSITION_START_DATES”,
“ALL_POSITION_END_DATES”,
“ALL_JOB_TITLES”,
“TEST_FIELD_1__c”,
“TEST_TEXT_FIELD__c”,
“TEST_SINGLE_OBJECT_FIELD__c”
],
Thanks!

