SalesQuotationToLineUpdatePrompt::newExecutePrompt Method [AX 2012]
Creates a new instance of the SalesQuotationToLineUpdatePrompt class and executes the prompt instance method.
Syntax
server public static SalesQuotationToLineUpdatePrompt newExecutePrompt(SalesQuotationTable _salesQuotationTable, DialogButton _copyTaxGroupToMarkupTrans)
Run On
Server
Parameters
- _salesQuotationTable
Type: SalesQuotationTable Table
A buffer of the SalesQuotationTable table.
- _copyTaxGroupToMarkupTrans
Type: DialogButton Enumeration
A DialogButton type.
Return Value
Type: SalesQuotationToLineUpdatePrompt Class
An initiated instance of the SalesTable2LineUpdatePrompt class if any fields should be updated; otherwise, a nulled object of the SalesTable2LineUpdatePrompt class.