If I have multiple dynamic forms with the same dataSource doing form1.saveData() will also save data for other forms?
Announcement
Collapse
No announcement yet.
X
-
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