PurchAgreementForm.setButtonForDirectInvoice Method [AX 2012]

Enables or disables action pane buttons on the selected purchase agreements in which direct invoice is enabled on their classification.

NoteNote

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 setButtonForDirectInvoice(boolean enableButton)

  Microsoft Dynamics AX 2012 R2 (SYS)
          public void setButtonForDirectInvoice(boolean enableButton)

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          public void setButtonForDirectInvoice([boolean _enableButton])

  Microsoft Dynamics AX 2012 (FPK)
          public void setButtonForDirectInvoice([boolean _enableButton])

Run On

Called

Parameters

enableButton
Type: boolean

Community Additions

ADD
Show: