PurchCopyingForm_PurchRFQCaseTable.initializeControls Method [AX 2012]
Inititalizes controls for PurchCopying form.
public void initializeControls(
FormRun _element,
FormRealControl _qtyFactor,
FormCheckBoxControl _reverseSign,
FormCheckBoxControl _copyMarkup,
FormCheckBoxControl _recalculateAmount,
FormCheckBoxControl _copyPrecisely,
FormCheckBoxControl _deleteLines,
FormCheckBoxControl _copyHeader,
FormTabPageControl _tabPagePurch,
FormTabPageControl _tabPagePurchOrder,
FormTabPageControl _tabPagePackingSlip,
FormTabPageControl _tabPageInvoice,
FormTabPageControl _tabPageRFQCaseTable,
FormTabPageControl _tabPagePurchReqTable,
FormTabPageControl _tabPageAgreementPO,
FormGroupControl _groupReasonCode)
Run On
ClientParameters
- _element
- Type: FormRun Class
Instance of the FormRun object containing controls that need to be initialized.
- _qtyFactor
- Type: FormRealControl Class
Quantity factor control.
- _reverseSign
- Type: FormCheckBoxControl Class
Reverse sign control.
- _copyMarkup
- Type: FormCheckBoxControl Class
Copy markup control.
- _recalculateAmount
- Type: FormCheckBoxControl Class
Recalculate amount control.
- _copyPrecisely
- Type: FormCheckBoxControl Class
Copy precisely control.
- _deleteLines
- Type: FormCheckBoxControl Class
Delete lines control.
- _copyHeader
- Type: FormCheckBoxControl Class
Copy header control
- _tabPagePurch
- Type: FormTabPageControl Class
Tab page control Purchase order
- _tabPagePurchOrder
- Type: FormTabPageControl Class
Tab page control Confiramtiong
- _tabPagePackingSlip
- Type: FormTabPageControl Class
Tab page control Product receipt
- _tabPageInvoice
- Type: FormTabPageControl Class
Tab page control Invoice
- _tabPageRFQCaseTable
- Type: FormTabPageControl Class
Tab page control Request for quotation
- _tabPagePurchReqTable
- Type: FormTabPageControl Class
Tab page control Purchase requisition
- _tabPageAgreementPO
- Type: FormTabPageControl Class
Tab page control Purchase agreement
- _groupReasonCode
- Type: FormGroupControl Class
Group control Reason code.
Community Additions
ADD
Show: