TaxReport_ES.unpack Method [AX 2012]

Deserializes the _packedClass parameter value to an instance of the TaxReport_ES class.

NoteNote

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


  Microsoft Dynamics AX 2012 R3
          public boolean unpack(container _packedClass)

  Microsoft Dynamics AX 2012 R2 (SYS)
          public boolean unpack(container _packedClass)

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          public boolean unpack(container packedClass)

  Microsoft Dynamics AX 2012 (FPK)
          public boolean unpack(container packedClass)

  Microsoft Dynamics AX 2012 (SYS)
          public boolean unpack(container packedClass)

Run On

Called

Parameters

_packedClass
Type: container
The container from which to deserialize the instance.

Return Value

Type: boolean
true if deserialization was successful; otherwise, false.

Community Additions

ADD
Show: