Share via


SalesCalcAvailableDlvDates::mainOnServer Method [AX 2012]

Calculates the delivery date on the server tier.

Syntax

server protected static boolean mainOnServer(container _cachedArgs, Common _record)

Run On

Server

Parameters

  • _cachedArgs
    Type: container
    The parameters from the Args class on the client tier.
  • _record
    Type: Common Table
    A record from the Args class on the client tier.

Return Value

Type: boolean
true if the calculation is executed; otherwise, false.

See Also

Reference

SalesCalcAvailableDlvDates Class