Hi,
Hi,
am using Document validator to get fiels values ,
I have 2 text fields on the form .
am able to get value for first text field like
Pointer nodePointer = validateContext.getPointer("/sm_multiselect_docview/TextField1");
But
the second text field is binded to r_object_id as in attached screen
am not able to get second field value like
Pointer nodePointer2 = validateContext.getPointer("/sm_multiselect_docview/TextField2");
.
How to read the value in the second text field that is binded ti r_object_id .
Regards
Srini