FormLetter::reFreshCallerDataSource Method [AX 2012]
Refreshes the calling form data source.
client public static void reFreshCallerDataSource(
Object _callerFormDataSource,
boolean _recordExists,
boolean _doReSearch)
Run On
ClientParameters
- _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.
Show: