VBCS Validation
Content
Hello we have latest VBCS.
I have Editable Table based on ADP. I have a column in table called productNum which is required and takes exact nine digit.
I implemented following in edit mode and call javascript. It complains numValidator call in the validator is not valid. If I keep it inside sigle square bracket then erro goes away but at run time if I attempt to edit the productNum in edit mode I am thrown out of this column and cursor lands in next column thus making impossible to edit productNum column.
What is correct way of calling JavaScript function ??
0