Announcement

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

    Request object and fields names

    When Request is sent to the server via saveData() does it have fields names? If yes, how can I access them?

    Thanks

    #2
    Yes - the dataSource request data will be a mapping of field-names to values for those fields for the record being edited/saved. How you retrieve them on the server depends on the specified protocol for the operation.

    Comment

    Working...
    X