FormDataSource.refresh Method [AX 2012]
Updates the form by updating the view of all the records in the data source.
The contents of the records are redrawn without loading from disk. You can, for example, use refresh if you have to update while a lengthy operation is running.
Use the FormDataSource.refreshEx method if you do not want to refresh all the records.
The refresh method can be overridden on a form data source. Right-click the Methods node under the data source, point to Override Method, and then click refresh.
Community Additions
ADD
Show: