PurchReApprovalPolicyRuleFieldList::newForm Method [AX 2012]

Initializes a new instance of the PurchReApprovalPolicyRuleFieldList class.

client public static PurchReApprovalPolicyRuleFieldList newForm(
    FormRun _formRun, 
    int _parentControlId, 
    int _detailsControlId)

Run On

Client

Parameters

_formRun
Type: FormRun Class
The FormRun object in which the view and tree structures will be added.
_parentControlId
Type: int
The ID of a form group control where the view and tree structure will be added.
_detailsControlId
Type: int
The ID of a form group control where detailed information about the view and tree structure will be added.

Return Value

Type: PurchReApprovalPolicyRuleFieldList Class
A new instance of the PurchReApprovalPolicyRuleFieldList class.
Show: