Share via


VendApproveChangeDate.packSysLastValues Method [AX 2012]

Packs the object for the SysLastValue framework to support persisting user input.

Syntax

public container packSysLastValues()

Run On

Called

Return Value

Type: container
A container storing the list of values specified by the SysLastValuesList macro.

Remarks

This method brings support for inheritance to the SysLastValue implementation on this class. Derivative classes should override this method and provide their own implementation with a pack list like #SysLastValuesList, super().

See Also

VendApproveChangeDate Class

VendApproveChangeDate.unpackSysLastValues Method