Share via


TaxReport_ReportAT.packSysLastValues Method [AX 2012]

Packs the data required for the SysLastValues table.

Syntax

protected container packSysLastValues()

Run On

Called

Return Value

Type: container
A container that holds the data to persist with the SysLastValues table.

Remarks

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

See Also

Reference

TaxReport_ReportAT Class