SalesFormLetter.pdsUnpack Method [AX 2012]
Deserializes the _packedClass instance of the SalesFormLetter class.
Syntax
protected boolean pdsUnpack(container _packedClass)
Run On
Called
Parameters
- _packedClass
Type: container
A container from which to deserialize the instance.
Return Value
Type: boolean
true if the deserialization was successful; otherwise, false .