AssetDeleteBudgetModel.unpackSysLastValues Method [AX 2012]

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

public void unpackSysLastValues(container _packedValues)

Run On

Called

Parameters

_packedValues
Type: container
A packed instance of LedgerJournalSave.

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

Community Additions

ADD
Show: