Announcement

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

    saveAllEdits: How to pass all fields not edited fields in edit record to server

    Hi All,

    When use saveAllEdits to save data,
    how to pass all fields not edited fields in edited records to server?
    If only pass edited fields, it's hard to determine other fields have changed or not.

    Best regards,
    rollgan

    #2
    Fields that have not changed are automatically passed as dsRequest.oldValues.

    Comment

    Working...
    X