Share via


TaxReportYearlyAT.unpackSysLastValues Method [AX 2012]

Unpacks the data required for SysLastValues.

Syntax

public void unpackSysLastValues(container _packedValues)

Run On

Called

Parameters

  • _packedValues
    Type: container
    The values stored by the SysLastValues framework that are to be unpacked.

Remarks

The pack and unpack pattern does not have provisions for supporting different serialization and the SysLastValues records pack lists. This separate packing mechanism has been implemented for a SysLastValues record and is first defined on the class one level above the RunBase or RunBaseBatch class. Derivative classes also implement this method so that a whole object can be unpacked for a SysLastValues record.

See Also

Reference

TaxReportYearlyAT Class