Share via


ReqTransPoSplit.pdsUnpack Method [AX 2012]

Deserializes the _packedClass instance of the ReqTransPoSplit class.

Syntax

protected boolean pdsUnpack(container _packedClass)

Run On

Called

Parameters

  • _packedClass
    Type: container
    A container that contains the packed contents of the class.

Return Value

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

Remarks

This method should be called from the standard unpack method or from a sub-class instance with the same name.

See Also

Reference

ReqTransPoSplit Class