Share via


VendOutPaym_ISO20022_Generic_BE.unpackSysLastValues Method [AX 2012]

Unpacks the data that is required for the SysLastValues table.

Syntax

protected void unpackSysLastValues(container _packedValues)

Run On

Called

Parameters

  • _packedValues
    Type: container
    The values that are stored by the SysLastValues framework and that should 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 the SysLastValues table and is first defined on the class that is one level above the RunBase or RunBaseBatch class. Derivative classes also implement this method, so that a whole object can be unpacked for the SysLastValues table.

See Also

Reference

VendOutPaym_ISO20022_Generic_BE Class