PurchTable2LineUpdatePrompt::newExecuteExtendedPrompt Method [AX 2012]
Creates a new instance of the PurchTable2LineUpdatePrompt class and executes the extendedPrompt instance method.
server public static PurchTable2LineUpdatePrompt newExecuteExtendedPrompt(PurchTable _purchTable, DialogButton _copyTaxGroupToMarkupTrans)
Run On
ServerParameters
- _purchTable
- Type: PurchTable Table
A buffer of the PurchTable table.
- _copyTaxGroupToMarkupTrans
- Type: DialogButton Enumeration
A DialogButton type.
Return Value
Type: PurchTable2LineUpdatePrompt ClassAn initiated instance the PurchTable2LineUpdatePrompt class if any fields are to be updated; otherwise, a nulled object of the PurchTable2LineUpdatePrompt class.
Show: