Aggregate User-Defined Fields
The UKG Pro Core HCM connector can aggregate user-defined employee fields during full and delta aggregation. The connector aggregates the user-defined fields into the account schema.
User-Defined Personnel Fields
To aggregate user-defined personnel fields, add the user-defined attributes to the UKG Pro Core HCM schema with personnelUDF.
set as the prefix for each one. The syntax is as follows:
personnelUDF.<attributeName>
For example:
personnelUDF.Participated in Health Screening
Note
To get a list of the user-defined personnel field names in the UKG Pro Core HCM system, add personnelUDF.allFields
to the account schema. Adding this attribute to the account schema returns a list of all user-defined personnel attributes and their associated keys during aggregation. Use this list as a guide to help you add the user-defined personnel attributes to the account schema.
User-Defined Company Fields
To aggregate user-defined company fields, add the user-defined attributes to the UKG Pro Core HCM schema with companyUDF.
set as the prefix for each one. The syntax is as follows:
companyUDF.<attributeName>
For example:
companyUDF.Retention Score
Note
To get a list of the user-defined company field names in the UKG Pro Core HCM system, add companyUDF.allFields
to the account schema. Adding this attribute to the account schema returns a list of all user-defined company attributes and their associated keys during aggregation. Use this list as a guide to help you add the user-defined company attributes to the account schema.
User-Defined International Attributes
To aggregate user-defined international fields, add the user-defined attributes to the UKG Pro Core HCM schema with internationalUDF.
set as the prefix for each one. The syntax is as follows:
internationalUDF.<attributeName>
For example:
internationalUDF.country
Note
To get a list of the user-defined international field names in the UKG Pro Core HCM system, add internationalUDF.allFields
to the account schema. Adding this attribute to the account schema returns a list of all user-defined international attributes and their associated keys during aggregation. Use this list as a guide to help you add the user-defined international attributes to the account schema.