PurchTotalsForm_PurchTable::executeDisplayFieldsServer Method [AX 2012]

Calculates totals and sets the fields values to be shown on the totals form.

server public static container executeDisplayFieldsServer(PurchTable _orderTable, PurchUpdate _specQty)

Run On

Server

Parameters

_orderTable
Type: PurchTable Table
The order table to calculate totals for.
_specQty
Type: PurchUpdate Enumeration
Quantity to calculate totals for.

Return Value

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