Share via


VendOutPaym_SEPGU.packSysLastValues Method [AX 2012]

Packs the data required for the SysLastValues container.

Syntax

public container packSysLastValues()

Run On

Called

Return Value

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

Remarks

The pack and unpack pattern does not have provisions to support different serialization and the SysLastValues pack lists. This separate packing mechanism has been implemented for the SysLastValues container 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 container.

See Also

Reference

VendOutPaym_SEPGU Class