cancel
Showing results for 
Search instead for 
Did you mean: 

list of validations under Validation group

Former Member
0 Kudos
74

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

Accepted Solutions (1)

Accepted Solutions (1)

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.

Answers (1)

Answers (1)

former_member206107
Active Participant
0 Kudos

Hi Sandeep!

Did you succeed in your try to get the validations in a Validation Group or Validate record against a validation group using Java APIs?

Kindly share your ideas on this please.

Thanks and best regards,

Arun prabhu S