FormDataSource.refreshEx Method [AX 2012]

Updates the view of the specified records.

public void refreshEx([anytype pos])

Run On

Client

Parameters

pos
Type: anytype
The number of the record to refresh; optional.
If a value of -1 is specified, all records are updated. If a value of -2 is specified, all marked records and all records that have display options specified are updated.
The default value is -2.

The refreshEx method can be overridden on a form data source by right-clicking the Methods node under the data source, pointing to Override Method, and then clicking refreshEx.

Community Additions

ADD
Show: