PurchAgreementTree_PSN::construct Method [AX 2012]

Creates an instance of the class based on the specified parameter.

client server public static PurchAgreementTree_PSN construct(FormTreeControl _formTree, [RecId _parentPurchAgreementId])

Run On

Called

Parameters

_formTree
Type: FormTreeControl Class
An object of the FormTreeControl class.
_parentPurchAgreementId
Type: RecId Extended Data Type
The record ID of the PurchAgreementHeader table record.

Return Value

Type: PurchAgreementTree_PSN Class
The instance of the class specific based on the _formTree and _parentPurchAgreementId parameters.
Show: