Before configuring a custom data collection object, you need to assign permissions to work on MDF objects. To verify if the permissions are set, go to Admin Center → Manage Permission Roles → Permission... → Administrator Permissions → Metadata Framework.
You can configure the entities listed on the Custom Data Collection page and their respective interfaces using the Metadata Framework and Business Configuration UI.
After configuration, to map the entities to Onboarding forms, associate the entities with a Metadata Framework object linked to the ONB2Process object.
You can now configure custom data collection objects by completing the following steps.
Steps
Go to Admin Center → Configure Object Definitions..
From the Create New dropdown menu, select the Object Definition option.
In the Code field, enter a name for the custom object.
Hint
Custom object names must begin with the string
CUST_
.In the API Visibility field, select Editable.
Add Fields for the additional data you want to collect from new hires.
To use the MDF custom object on any onboarding process, you must add this custom field:
- Under Fields, add a custom field. In the Name field, enter cust_userConfig.
- Choose Details associated with cust_userConfig field.
- In the Data Type field, select Generic Object.
- In the Valid Values Source field, enter ONB2DataCollectionUserConfig.
- Choose Done.
Choose Save.
Next StepsAfter creating a custom data collection object, you need to create a User Interface (UI) and configure it so it is visible to new hires.
Result
You have configured a custom data collection object.