PurchCopyingForm.initializeControls Method [AX 2012]
Initializes the state of controls on 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
The form.
- _qtyFactor
- Type: FormRealControl Class
The qtyFactor FormRealControl.
- _reverseSign
- Type: FormCheckBoxControl Class
The reverseSign FormCheckBoxControl.
- _copyMarkup
- Type: FormCheckBoxControl Class
The copyMarkup FormCheckBoxControl.
- _recalculateAmount
- Type: FormCheckBoxControl Class
The recalculateAmount FormCheckBoxControl.
- _copyPrecisely
- Type: FormCheckBoxControl Class
The copyPrecisely FormCheckBoxControl.
- _deleteLines
- Type: FormCheckBoxControl Class
The deleteLines FormCheckBoxControl.
- _copyHeader
- Type: FormCheckBoxControl Class
The copyHeader FormCheckBoxControl.
- _tabPagePurch
- Type: FormTabPageControl Class
The tabPagePurch FormTabPageControl.
- _tabPagePurchOrder
- Type: FormTabPageControl Class
The tabPagePurchOrder FormTabPageControl.
- _tabPagePackingSlip
- Type: FormTabPageControl Class
The tabPagePackingSlip FormTabPageControl.
- _tabPageInvoice
- Type: FormTabPageControl Class
The tabPageInvoice FormTabPageControl.
- _tabPageRFQCaseTable
- Type: FormTabPageControl Class
The tabPageRFQCaseTable FormTabPageControl.
- _tabPagePurchReqTable
- Type: FormTabPageControl Class
The tabPagePurchReqTable FormTabPageControl.
- _tabPageAgreementPO
- Type: FormTabPageControl Class
The tabPageAgreementPO FormTabPageControl.
- _groupReasonCode
- Type: FormGroupControl Class
The groupReasonCode FormGroupControl.
Community Additions
ADD
Show: