Share via


TaxReportYearlyAT.packSysLastValues Method [AX 2012]

Packs the data required for the SysLastValues record.

Syntax

public container packSysLastValues()

Run On

Called

Return Value

Type: container
A container that holds the data to be persisted with the SysLastValues record.

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 thhhe 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 packed for the SysLastValues record.

See Also

Reference

TaxReportYearlyAT Class