Hi all,
In NAV2009 RTC, if a field has a value (let's say "XXX") and you type in the same exact value "XXX", the table's OnValidate trigger will fire.
In NAV2016 CU5, this appears not to be true - if the value in the field is the same, the OnValidate trigger never fires.
Does anyone know if this was a conscious decision, or perhaps an issue that was corrected in a later CU?
Thanks
Ron
Ron
0
Answers
It saves server roundtrips when values don't change in UI. Programmatically this is of course validated every time.
You can add a space before the value to force validation. F2, Space, TAB.
Carsten
==> How To Ask Questions The Smart Way
This post is my own opinion and does not necessarily reflect the opinion or view of my employer.