Write to Data Entity While on a Form.
I want to write to a Data Entity while on a form. So for example a user pushes a button I want something to write to a data Entity. I don't want to wait until the user clicks save or submit at the end of the form.
What are my options to do this? I don't see a control to write to data entities?
-
Hello Sam,
The forms are designed to fetch information while the end users populate the information. Whereas, the values can be fed into a system (Database/Data Entity/SharePoint/etc.) on Submit. One of the reasons I can provide on top of my head is that what if the user enters the value into the data source and decides to Cancel or not submit the form. Therefore, to maintain consistency of data across, we allow addition of values on form submission
Thanks
Please sign in to leave a comment.
Comments
1 comment