Share via


ReqCalcExplodeSales_PBA::mainWeb Method [AX 2012]

Calculates the delivery date on Enterprise Portal for a Product Builder item and sets it on the caller form.

Syntax

server public static void mainWeb(Args args)

Run On

Server

Parameters

  • args
    Type: Args Class
    The arguments of the main method.

Exceptions

Exception Condition
Error

The arguments do not contain an item ID.

Remarks

It is expected that the arguments contain a reference to an item and the record defined is of the PBAItemLine enumeration type.

The caller is expected to be an approval form of a Product Builder item on Enterprise Portal.

See Also

Reference

ReqCalcExplodeSales_PBA Class