Share via


VendOutPaym_DKPBS.unpackSysLastValues Method [AX 2012]

Deserializes the data required for a SysLastValues pack list.

Syntax

public void unpackSysLastValues(container _packedValues)

Run On

Called

Parameters

  • _packedValues
    Type: container
    The values stored by the SysLastValues framework that are to be deserialized.

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 complete object can be deserialized for a SysLastValues pack list.

See Also

Reference

VendOutPaym_DKPBS Class