Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Unpacks the object for SysLastValue framework to support persisting user input.
Syntax
public void unpackSysLastValues(container _packedValues)
Run On
Called
Parameters
- _packedValues
Type: container
A packed instance of LedgerJournalSave.
Remarks
This methods brings support for inheritance to the SysLastValue implementation on this class. Derivative classes should override this method and provide their own implementation with an unpack list like: [#SysLastValuesList, baseClassPackedValues] = _packedValues; super(baseClassPackedValues);