cancel
Showing results for 
Search instead for 
Did you mean: 

WebService: How to get a qualifier value?

Former Member
0 Kudos

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.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Evandro,

Refer /people/anand.chandrashekar/blog/2006/05/23/navigating-through-qualified-links-using-the-java-api

Hope it helps.

Thanks,

Minaz

Former Member
0 Kudos

I couldn't use your example because the program didn't login. Is returned for me a heap size problem in Java. I'm trying to connect to MDM using another java class.

Edited by: Evandro Klen Stephen de Azeredo on Mar 3, 2009 6:22 PM

Answers (0)