I do not understand what is going on here. I've read online that forms with DataSource, on submit should automatically update themselves. This is connected to sharepoint list, and I've verified the data, it does in fact get updated.
This shouldn't be complicated. We have a form that is EditFormSAF which its DataSource points to a SP list. SubmitForm() the entry gets updated, then ViewForm() to change the form back to View or read only to show the data, however the new data entries are not showing and it is showing the old entries.
If I leave this screen and go back to it, I can see the new data. Why isn't the new data updating?
SubmitForm(EditFormSAF);
ViewForm(EditFormSAF);