SalesQuotationTableForm.enableLineMenuButtons Method [AX 2012]

Enables or disables the Product Builder configuration button.

Syntax

public void enableLineMenuButtons(
    SalesQuotationLine _salesQuotationLine, 
    FormControl _buttonPBAExecute, 
    FormControl _buttonPBAConfiguratedItem)

Run On

Called

Parameters

  • _buttonPBAExecute
    Type: FormControl Class
    The PBA execute button to enable or disable.
  • _buttonPBAConfiguratedItem
    Type: FormControl Class
    The PBA configured item button to enable or disable.

See Also

Reference

SalesQuotationTableForm Class