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
- _salesQuotationLine
Type: SalesQuotationLine Table
A table buffer that contains the current SalesQuotationLine values.
- _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.