Skip to Content
0
Former Member
May 14, 2008 at 10:34 AM

Adding Record in a MDM table using Java APIs

45 Views

While inserting records in a table, we have to make sure that if there is any field of type lookup, particular value entered is either present in the lookuptable or we insert in the lookup table.

two questions/clarifications

1. if there are more than one lookup tables, we have to do the same thing for all the tables????

2. to insert in the lookup tables, i have to find the record ID of the particular entry in the lookup table and then use the recordid to enter value in the main table. Is it correct??

Thanks and Regards

Nitin Mahajan

Edited by: Nitin Mahajan on May 14, 2008 12:34 PM

Edited by: Nitin Mahajan on May 14, 2008 12:36 PM