Announcement

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

    Submit data from multiple dynamic forms

    If I have multiple dynamic forms with the same dataSource doing form1.saveData() will also save data for other forms?

    #2
    If you have multiple forms that have the same DataSource and are all editing the same DataSource record, you can use a ValuesManager to tie them all together it one logical form, which can be submitted by calling valuesManager.saveData()

    Comment

    Working...
    X