cancel
Showing results for 
Search instead for 
Did you mean: 

Retrieve Validation Groups via MDM Java API

Former Member
0 Kudos

Hi Community,

can anybody tell me how to retrieve validation groups via MDM Java API? I know that i can retrieve validations and get the groups of this validation. But i need to serach for specific validation groups by code.

Any idea?

Thanks,

Tobi

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

HI Tobias,

I think you can use RetrieveValidationsCommand and use its object to call the validations for a table using setTableId(mainTableId).

Thanks,

Ravi

Former Member
0 Kudos

Thanks for your answer. Well thats what i described. I can get only the validations of the maintable. But i need to retrieve the groups. What i want to do is seraching for a group with the code "xyz" and then get the validations which are assigned to this group.

Thanks,

Tobi

Former Member
0 Kudos

Sorry, i just found out that i can get the groups this was. May fault. I can't get them by code but by name. I can live with that :D. Thanks for your help.

Answers (0)