This documentation is archived and is not being maintained.
JmgIpcLedgerEnter.pack Method [AX 2012]
Serializes the current instance of the JmgIpcLedgerEnter class.
Run On
Called
Return Value
Type:
container
A container that contains the current instance of the JmgIpcLedgerEnter class.
When the RunBase.isSwappingPrompt method returns true, you may need to also pack some prompt-related variables.
abstract public container pack()
{
return [#CurrentVersion,#CurrentList];
}