PurchTableForm.enableUpdateJournalButtons Method [AX 2012]
Sets the enabled property on buttons used for posting purchase orders when multiple orders are selected.
Note |
|---|
|
The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using. |
Microsoft Dynamics AX 2012 R3
public void enableUpdateJournalButtons(
PurchTable _purchTable,
FormFunctionButtonControl _buttonUpdatePurchaseOrder,
FormFunctionButtonControl _buttonUpdateReceiptsList,
FormFunctionButtonControl _buttonUpdatePackingSlip,
FormFunctionButtonControl _buttonUpdateInvoice,
FormFunctionButtonControl _buttonProformaPurchaseOrder,
FormFunctionButtonControl _buttonProformaReceiptsList,
FormFunctionButtonControl _buttonProformaPackingSlip,
FormFunctionButtonControl _buttonProformaInvoice,
[FormFunctionButtonControl _buttonUpdateInvoice4Paym,
FormFunctionButtonControl _buttonUpdateFacture,
FormFunctionButtonControl _buttonUpdateFactureEditLines,
FormFunctionButtonControl _buttonUpdateInvoice4PaymProforma,
FormFunctionButtonControl _buttonUpdateFactureProforma,
FormFunctionButtonControl _buttonUpdateFactureEditLinesProforma,
FormFunctionButtonControl _buttonConfirmationRequest,
FormFunctionButtonControl _MCRButtonDeliverMenuItemButton,
FormFunctionButtonControl _MCRButtonReleaseMenuItemButton,
FormFunctionButtonControl _MCRButtonProformaDeliverMenuItemButton,
FormFunctionButtonControl _MCRButtonProformaReleaseMenuItemButton])
Microsoft Dynamics AX 2012 R2 (SYS)
public void enableUpdateJournalButtons(
PurchTable _purchTable,
FormFunctionButtonControl _buttonUpdatePurchaseOrder,
FormFunctionButtonControl _buttonUpdateReceiptsList,
FormFunctionButtonControl _buttonUpdatePackingSlip,
FormFunctionButtonControl _buttonUpdateInvoice,
FormFunctionButtonControl _buttonProformaPurchaseOrder,
FormFunctionButtonControl _buttonProformaReceiptsList,
FormFunctionButtonControl _buttonProformaPackingSlip,
FormFunctionButtonControl _buttonProformaInvoice,
[FormFunctionButtonControl _buttonUpdateInvoice4Paym,
FormFunctionButtonControl _buttonUpdateFacture,
FormFunctionButtonControl _buttonUpdateFactureEditLines,
FormFunctionButtonControl _buttonUpdateInvoice4PaymProforma,
FormFunctionButtonControl _buttonUpdateFactureProforma,
FormFunctionButtonControl _buttonUpdateFactureEditLinesProforma])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
public void enableUpdateJournalButtons(
PurchTable _purchTable,
FormFunctionButtonControl _buttonUpdatePurchaseOrder,
FormFunctionButtonControl _buttonUpdateReceiptsList,
FormFunctionButtonControl _buttonUpdatePackingSlip,
FormFunctionButtonControl _buttonUpdateInvoice,
FormFunctionButtonControl _buttonProformaPurchaseOrder,
FormFunctionButtonControl _buttonProformaReceiptsList,
FormFunctionButtonControl _buttonProformaPackingSlip,
FormFunctionButtonControl _buttonProformaInvoice)
Microsoft Dynamics AX 2012 (FPK)
public void enableUpdateJournalButtons(
PurchTable _purchTable,
FormFunctionButtonControl _buttonUpdatePurchaseOrder,
FormFunctionButtonControl _buttonUpdateReceiptsList,
FormFunctionButtonControl _buttonUpdatePackingSlip,
FormFunctionButtonControl _buttonUpdateInvoice,
FormFunctionButtonControl _buttonProformaPurchaseOrder,
FormFunctionButtonControl _buttonProformaReceiptsList,
FormFunctionButtonControl _buttonProformaPackingSlip,
FormFunctionButtonControl _buttonProformaInvoice)
Microsoft Dynamics AX 2012 (SYS)
public void enableUpdateJournalButtons(
PurchTable _purchTable,
FormFunctionButtonControl _buttonUpdatePurchaseOrder,
FormFunctionButtonControl _buttonUpdateReceiptsList,
FormFunctionButtonControl _buttonUpdatePackingSlip,
FormFunctionButtonControl _buttonUpdateInvoice,
FormFunctionButtonControl _buttonProformaPurchaseOrder,
FormFunctionButtonControl _buttonProformaReceiptsList,
FormFunctionButtonControl _buttonProformaPackingSlip,
FormFunctionButtonControl _buttonProformaInvoice)
Run On
CalledParameters
- _purchTable
- Type: PurchTable Table
The PurchTable record that is used to determine whether the buttons must be enabled or disabled.
- _buttonUpdatePurchaseOrder
- Type: FormFunctionButtonControl Class
The form button control for purchase order posting.
- _buttonUpdateReceiptsList
- Type: FormFunctionButtonControl Class
The form button control for receipt list updating.
- _buttonUpdatePackingSlip
- Type: FormFunctionButtonControl Class
The form button control for packing slip updating.
- _buttonUpdateInvoice
- Type: FormFunctionButtonControl Class
The form button control for invoice updating.
- _buttonProformaPurchaseOrder
- Type: FormFunctionButtonControl Class
The form button control for pro forma purchase order posting.
- _buttonProformaReceiptsList
- Type: FormFunctionButtonControl Class
The form button control for pro forma receipt list updating.
- _buttonProformaPackingSlip
- Type: FormFunctionButtonControl Class
The form button control for pro forma packing slip updating.
- _buttonProformaInvoice
- Type: FormFunctionButtonControl Class
The form button control for pro forma invoice updating.
- _buttonUpdateInvoice4Paym
- Type: FormFunctionButtonControl Class
The form button control for invoice 4 payment updating.
- _buttonUpdateFacture
- Type: FormFunctionButtonControl Class
The form button control for facture updating.
- _buttonUpdateFactureEditLines
- Type: FormFunctionButtonControl Class
The form button control for facture edit lines updating.
- _buttonUpdateInvoice4PaymProforma
- Type: FormFunctionButtonControl Class
The form button control for pro forma invoice 4 payment updating.
- _buttonUpdateFactureProforma
- Type: FormFunctionButtonControl Class
The form button control for pro forma facture updating.\
- _buttonUpdateFactureEditLinesProforma
- Type: FormFunctionButtonControl Class
The form button control for pro forma facture edit lines updating.
- _buttonConfirmationRequest
- Type: FormFunctionButtonControl Class
The form button control for purchase order confirmation request.
- _MCRButtonDeliverMenuItemButton
- Type: FormFunctionButtonControl Class
The form button control for deliver of drop ship
- _MCRButtonReleaseMenuItemButton
- Type: FormFunctionButtonControl Class
The form button control for release of drop ship
- _MCRButtonProformaDeliverMenuItemButton
- Type: FormFunctionButtonControl Class
The form button control for pro forma deliver of drop ship
- _MCRButtonProformaReleaseMenuItemButton
- Type: FormFunctionButtonControl Class
The form button control for pro forma release of drop ship
Community Additions
ADD
Show:
Note