SalesQuotationMassCreateController.initializeServiceParameter Method [AX 2012]

Creates an instance of the SalesQuotationMassCreateContract class.

Syntax

protected Object initializeServiceParameter(DictMethod dictMethod, int parameterIndex)

Run On

Called

Parameters

  • dictMethod
    Type: DictMethod Class
    An instance of the DictMethod class that describes the service operation.
  • parameterIndex
    Type: int
    The index of the service parameter.

Return Value

Type: Object Class
An instance of the SalesQuotationMassCreateContract class.

See Also

Reference

SalesQuotationMassCreateController Class