10-28-2016 01:52 PM
02-24-2017 07:13 PM
Hey Chuck,
Actually this is a harder problem than I expected, but as you summized, there is a helper function available to retrieve a form field by it's ID.
Below is the code I put inside a "formValidateBeforeSubmit" function:
var thisUn1 = scope.findFormFieldWithId(scope.allFormFields, 'label1');
var thisUn2 = scope.findFormFieldWithId(scope.allFormFields, 'singleentry');
alert(thisUn1.id + ":" + thisUn1.value);
alert(thisUn2.id + ":" + thisUn2.value);
Hope this helps,
Greg
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.