AxdBase.unpackPropertyBag Method [AX 2012]

Unpacks the docPurpose property from an instance of the aifPropertyBag extended data type (if relevant for the particular Axd document).

Syntax

protected void unpackPropertyBag(AifPropertyBag _aifPropertyBag)

Run On

Server

Parameters

Remarks

The unpackPropertyBag method does nothing on the AxdBase class.

A derived document class must override if the document purpose is of relevance to that document. For example, AxdPurchaseRequisition.unpackPropertyBag Method.

See Also

AxdBase Class

AifPropertyBag Extended Data Type