To control which Custom MDF Objects are visible to a new hire during the Additional Onboarding Data Collection step, we use the ONB2DataCollectionConfig MDF generic object. This generic object can hold a List ofUI Configuration Items that need to be rendered on the page. You can sort, add, and delete the UI items, which represent different MDF custom objects.
The default configuration of this generic object is built with the external code DEFAULT_DATA_COLLECTION_CONFIG.
You can create multiple configurations with different lists of UI items. You can then control which list of UI items appear to a new hire during the Additional Data Collection step of the onboarding process by modifying a predefined business rule in the system.
The predefined business rule is called ONB2_DataCollectionConfigSelect.
Note
The business rule ONB2_DataCollectionConfigSelect is defined by default to show any UI items added to the DEFAULT_DATA_COLLECTION_CONFIG in the ONB2DataCollectionConfig MDF generic object