In MDM Hub, Foreign Key relationship provides a connection between the Base Object through the Match Column. Foreign Key sometimes called Reference table used to link one Base Object contains foreign key (Child table) that make an association with the other Base Table( Parent table).
How To Create Foreign Key Relationships:
In order to configure foreign key relationship in MDM follow the Following steps :
Create Parent Table.
Create Child Table.
Define a foreign relationship.
Adding Foreign Relationships:
Start the MDM Hub Console and enter your Login Credentials.
Start the Schema Manger -> Acquire Write Lock
Click on BO Object -> Expand the child table (that will contain the Foreign Relation)
Click on Relationships.
Click on Add (+) button. Schema Manager will display Relationship Dialog Box.
Now Relate the Child relationship( Left Pane) to Parent BO Object (Right Pane).
Relate with with column name with the ROWID_OBJECT of Parent.
Click Ok and Save.
Configuring LOOKUP Relationships :
Now after adding the Relationship between Parent and Child BO Object We need to perform Lookup in the Table so that from Parent BO can retrieve the values during the Loading Process. For this
0 Comment(s)