cancel
Showing results for 
Search instead for 
Did you mean: 

MDM API SP05: Do I specifiy the resultDefiniton for the qualified tables ?

paras_arora3
Participant
0 Kudos

Hi All,

Using the MDM Java API SP05 , i am performing a search on the main table using FieldSearchDimensions and FieldSearchConstraints. While setting the resultDefinitions for the main table fields , I understand we do specify result definitions for the Lookup[Flat] tables as a supportingResultDefinion for the retrieveLimitedRecordsCommand.

The main table has Fields of Type Lookup[Qualifed] in addtion to Lookup[Flat] and simple text fields, Do we specify the resultDefintion for Qualified Tables as well, as a supportingResultDefinions array, for the main table Search Object ?

Paras

Accepted Solutions (0)

Answers (2)

Answers (2)

paras_arora3
Participant
0 Kudos

Solved it on my own

Former Member
0 Kudos

Hello Paras,

We don't have to specify the supporting definitions for qualified lookup values. The qualifier link holds all the qualifier values in the qualified table.

Anu

paras_arora3
Participant
0 Kudos

Anu,

Thanks, solved it on my own ...., we specifiy the the qualified loop resultdefinitions while retrieving the Record attached to QualifiedLink , i.e before executing the RetrieveRecordByID Command to retrieve the record from Qualified LookupTable.

Paras