PdsComdPricingTemplateCopy::validateInitArguments Method [AX 2012]

Validates the arguments used to initializes the class.

client server public static void validateInitArguments(Args _args)

Run On

Called

Parameters

_args
Type: Args Class
The instance of the Args class to validate.

ExceptionCondition
Error

The specified instance of the arguments is null.

-or-

The record that is included in the arguments is not valid.

Show: