Share via


SalesTotals::displayFieldsServer Method [AX 2012]

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

Syntax

server public static container displayFieldsServer(Common _orderTable, SalesUpdate _specQty)

Run On

Server

Parameters

  • _orderTable
    Type: Common Table
    The order table to calculate totals for.

Return Value

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

See Also

Reference

SalesTotals Class