PdsComdPricingTradeUpdate::main Method [AX 2012]

Provides an entry point for the PdsComdPricingTradeUpdate class when it is called from a menu item.

client server public static void main(Args _args)

Run On

Called

Parameters

_args
Type: Args Class
The arguments for the PdsComdPricingTradeUpdate class.

ExceptionCondition
Error

A record argument was provided that was not a PdsPricingMargin or PdsPricingMarginLine record.

This update class may be run directly and can be run as a batch.When a current record buffer is set in the arguments then this will expect either a PdsPricingMargin or PdsPricingMarginLine record and immediately run the trade agreement update.

Show: