The purpose of this document is to show how to add a custom reference field in the existing data entity
Business requirement:
Adding custom reference
field to the existing data entity.
Development:
To demonstrate we have
added compensation level reference in HcmPositionDetail table.
We need to add this field in the existing data entity HcmPositionDetailEntity.
Step #2 In order to add the reference field we need to add the reference data source first and creates
the relation
Here in our case the data source we need to add is ‘HcmCompensationLevel’.
Step #3 Creating
extension of data entity staging table. Here the staging
table is HcmPositionDetailStaging
Step #6 You have now
successfully added custom field. You can verify if the custom field added or
not go to
Workspaces > Data Management > Data Entities > Search data entity > Click on Modify Target Mapping
No comments:
Post a Comment