Share via


VendOutPaym_HSBC.unpackSysLastValues Method [AX 2012]

Unpacks the data that is required for the SysLastValues .

Syntax

public void unpackSysLastValues(container _packedValues)

Run On

Called

Parameters

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

Remarks

The pack and unpack pattern does not have provisions to support 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. Derived classes also implement this method so that the whole object can be unpacked for SysLastValues .

See Also

Reference

VendOutPaym_HSBC Class