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

Server

Parameters

_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.

Return Value

Type: container
Container of the field values to be shown on the totals form.
Show: