Aggregate Platform Configuration Fields

The UKG Pro Core HCM SaaS connector can aggregate platform configuration fields related to various classes during full and delta aggregation. The connector can aggregate fields related to the following classes:


This is the companion discussion topic for the documentation at https://documentation.sailpoint.com/connectors/saas/ukg_pro/help/saas_connectivity/ukg_pro_core_hcm/new_agg_platform_config_fields.html

as mentioned in the document, I tried pulling attributes for specific class by adding platformConf.Employee.allFields into the account schema. where exactly would i be getting these attributes. any insights would be helpful.

Hi @nikeshpark29, ideally it should be populated on the UI, account details page like the other account attributes are populated in the account details but that is a list of all platform configuration attributes in the employee class and their associated keys during aggregation. This is only to determine which all fields are there in the employee class.

Ideally, you should add the specific attribute to aggregate platform configuration fields related to employee class.

The syntax is as follows:

platformConf. Employee.<attributeName>

Please note that if the value present in the UKG system, then only the details will be populated. If there is any concern or issue, I would suggest to raise a support ticket.

Thanks!

1 Like