Share via


VendOutPaym_FI_FOR.packSysLastValues Method [AX 2012]

Packs the data required for SysLastValues.

Syntax

public container packSysLastValues()

Run On

Called

Return Value

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

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 SysLastValues and is first defined on the class one level above the RunBase or RunBaseBatch class. Derivative classes also implement this method so that an entire object can be packed for SysLastValues.

See Also

Reference

VendOutPaym_FI_FOR Class