Share via


VendOutPaym_DKPBS.packSysLastValues Method [AX 2012]

Serializes the data required for the SysLastValues pack lists.

Syntax

public container packSysLastValues()

Run On

Called

Return Value

Type: container
A container that contains the data to be persisted by the SysLastValues pack list.

Remarks

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

See Also

Reference

VendOutPaym_DKPBS Class