cancel
Showing results for 
Search instead for 
Did you mean: 

Search on a Qualify Table using MDM Webservices

Former Member
0 Kudos

Hello

I´m trying to use the standard MDM 7 webservice to search records in a Qualify Table and I´m having some problems.

When I try to search records in a non-qualify table, it works perfectly, but when I search on a qualify table, I get the following result:

repository_3001-Error executing Search Records on repository MY_REPOSITORY, error code , caused by Qualifier values are not part of a qualified lookup record

I´m filling the following fields:

parameters/query/criteria/manufacturer/LogicalOperation: AND

parameters/query/criteria/manufacturer/constraint/element1/value: (blank to return all records)

parameters/query/criteria/manufacturer/constraint/element1/expression Operation: CONTAINS

parameters/resultDefinition/fieldListType: ALL

..and the repository information...

Thanks.

Vitor Zaninotto

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Solved..

I cannot use parameters/resultDefinition/fieldListType: ALL, I must set the non-qualifier fields only.