SysExtensionSerializerMap.unpackAll Method

Unpacks all packed extension record to their corresponding inused buffer.

Syntax

Note

The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.

  Microsoft Dynamics AX 2012 R3
          public void unpackAll([boolean _onlyUnpackPrioritized])

  Microsoft Dynamics AX 2012 R2 (SYS)
          public void unpackAll()

Run On

Called

Parameters

  • _onlyUnpackPrioritized
    Type: boolean
    Flag to identify whether only unpack all of the prioritized packed extension records. Optional.

See Also

Reference

SysExtensionSerializerMap Map