FormLetter::reFreshCallerDataSource Method [AX 2012]

Refreshes the calling form data source.

client public static void reFreshCallerDataSource(
    Object _callerFormDataSource, 
    boolean _recordExists, 
    boolean _doReSearch)

Run On

Client

Parameters

_callerFormDataSource
Type: Object Class
The calling form data source.
_recordExists
Type: boolean
A Boolean value that specifies whether the updated record occurs in the form data source.
_doReSearch
Type: boolean
A Boolean value that specifies whether reSearch parameter should be executed on the form data source.

Method set to client static to be run on the client to minimize the interaction between tiers.

Show: