JmgArchiveFutureRegistrations.pack Method [AX 2012]

Serializes the current instance of the JmgArchiveFutureRegistrations class.

public container pack()

Run On

Called

Return Value

Type: container
A container that contains the current instance of the JmgArchiveFutureRegistrations class.

When the RunBase.isSwappingPrompt method returns true you may have to pack some prompt-related variables also.

The following example demonstrates the use of this method.

abstract public container pack() 
{ 
    return [#CurrentVersion,#CurrentList]; 
} 

Community Additions

ADD
Show: