Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    valuesHaveChanged() function

    I see that form.valuesHaveChanged() compares all properties on the edited record and not just the properties that are exposed for editing in the form. Is there a way to change this behavior so that it only checks values actually displayed in the current form?

    #2
    That you'd have to implement by iterating over the values to check yourself.

    Comment

    Working...
    X