CustPostInvoiceJob.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.

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 like: [#SysLastValuesList, baseClassPackedValues] = _packedValues; super(baseClassPackedValues);

Community Additions

ADD
Show: