Hi,
I am having an async table, it has three columns. There are few validations that are to be done before submitting the data to the flow service.
proto | hName | qName -->columns [proto is dropdown, hname is textbox and qName is dropdown]
validation required:
There cannot be duplicate entries of proto, only in case of proto as ABC it can be duplicate.
The hName cannot be blank in case if proto is ABC.
If the proto is ABC then hname cannot be duplicate.
Can you please help me on this. I am trying it using the content provider getResultsProvider().getArray() something like this in the save button action. I am unable to fetch the data from the table to do the validation.
how to achieve this. Thanks
#MWS-CAF-Task-Engine#webMethods-BPMS#webMethods