Page 2 of 2

Re: bypass validation

Posted: Tue Oct 25, 2016 3:51 pm
by kswisher
No, i am just using basic profoundui controls. When i say form data, that is what Google Chrome refers to it as when you watch the traffic go back and forth over the network in the developer tools. IE calls it the Request Body. Basically in the form of RECORDFORMAT.BOUNDVARIABLENAME : value.

I just have a rather strange display file that is trying to keep fields in sync by using javascript, and this apparently does not trigger the field to register as changed so it is not sent.

Re: bypass validation

Posted: Fri Oct 28, 2016 9:50 am
by Scott Klement
When you change a field in JavaScript, please make sure you use the pui.set() or changeElementValue() API that we provide. That will ensure that the field is marked as changed and sent accordingly.