There is in my repository a Lookup Qualified field with two Qualifier fields. I need to get these two field value using the WebService (MDMSearchRecords).
I can to get the LinkId and the RecordId of the field, but I can't to get the Qualifier values.
I have inserted in resultDefinition node the following values:
fieldDefinition \ element1 \ fieldCode: MDM_ADDRESS (Qualified Field in Main Table)
fieldDefinition \ element1 \ loadAllAttributes: false
fieldDefinition \ element1 \ lookupLevel: 0 (when I put other value, the Portal became freezed)
fieldDefinition \ fieldListType: <blank> (I have tried whith ALL).
tableCode: <My Main Table>
Need I to do other search using the LinkId? The qualifier fields that I need to get aren't display values.
Evandro.