PurchTableInteractionHelper.getEnabledHeaderCreditInvoiceButton Method [AX 2012]

Enables or disables the Credit Invoice menu item in the Header action panel.

NoteNote

The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.


  Microsoft Dynamics AX 2012 R3
          protected boolean getEnabledHeaderCreditInvoiceButton()

  Microsoft Dynamics AX 2012 R2 (SYS)
          protected boolean getEnabledHeaderCreditInvoiceButton()

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          protected void getEnabledHeaderCreditInvoiceButton()

  Microsoft Dynamics AX 2012 (FPK)
          protected void getEnabledHeaderCreditInvoiceButton()

  Microsoft Dynamics AX 2012 (SYS)
          protected void getEnabledHeaderCreditInvoiceButton()

Run On

Called

Return Value

Type: boolean
true if the button should be enabled; otherwise, false.

Community Additions

ADD
Show: