PurchtotalsForm::displayFieldsServer Method [AX 2012]
Calculates totals and sets the fields values to be shown on the totals form.
server public static container displayFieldsServer(Common _orderTable, int _specQty)
Run On
ServerParameters
- _orderTable
- Type: Common Table
The order table to calculate totals for.
- _specQty
- Type: int
Quantity to calculate totals for. It can be eitehr PurchUpdate or PurchRFQUpdate enum value.
Show: