cancel
Showing results for 
Search instead for 
Did you mean: 

list of validations under Validation group

Former Member
0 Kudos
75

Hi,

I want to retrive list of validations under Validation group using JAVA API, can anyone give me inputs on this. I can retrive list of validations in a table, but i need it from group level.

Regards,

Sandeep

View Entire Topic
Former Member
0 Kudos

Hi Sandeep,

Method getValidations() of class RetrieveValidationsCommand returns the ValidationProperties from which you can take you the GroupId for that validation and once you get all the validations you can easily sort it by GroupIds.

Regards,

Jitesh Talreja

Former Member
0 Kudos

Jitesh,

I have only Group Name from which have to get list of valdations under that, for RetrieveValidationsCommand we need to set TableID and it fetches validation formation w.r.t Table, but my requirement is to get at group level with out passing table ID.

I can get the validations under group based on group ID but i have only group Name. is there any way to get GroupID by passing groupName.

Regards,

Sandeep.