BusinessStatistics.unpackSysLastValues Method [AX 2012]

Unpacks the object for the SysLastValue framework to support persisting user input.

public void unpackSysLastValues(container _packedValues)

Run On

Called

Parameters

_packedValues
Type: container
A packed instance of the LedgerJournalSave class.

Brings support for inheritance to the SysLastValue implementation on this class. Derived classes should override this method and provide their own implementation with an unpack list like the following: #SysLastValuesList, baseClassPackedValues] = _packedValues; super(baseClassPackedValues);

Community Additions

ADD
Show: