SysOperationController.loadingOrSavingFromLastValue Method [AX 2012]

Checks whether the current execution loads from or saves to the syslastvalue table.

Syntax

public boolean loadingOrSavingFromLastValue()

Run On

Called

Return Value

Type: boolean
true if the current execution loads or saving from the syslastvalue table; otherwise, false.

Remarks

This function is typically used in the derived controller class to selectively pack or unpack parameters.

See Also

Reference

SysOperationController Class