JmgIpcLedgerEnter.pack Method [AX 2012]

Serializes the current instance of the JmgIpcLedgerEnter class.

public container pack()

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];   
} 

Community Additions

ADD
Show: