ProjPeriodCreate.pack Method [AX 2012]
Serializes the current instance of the RunBase class.
All variables that must create a new instance of the class after constructing it must be packed. Typically, a macro declared in the class declaration is used to list the variables to pack. Another macro holds a version number. This number refers to the version of a variable list. When a new variable is introduced, you will typically do the following:
-
Increment the version number in the version macro.
-
Copy the current list to the unpack method.
-
Add the new variable to the bottom of the list.
-
Recompile the class.
When the isSwappingPrompt method returns true, you can also pack some prompt-related variables.
Community Additions
ADD
Show: