NumberSeqDatatype.setParameterType Method [AX 2012]

Stores a parameter type at the specified position in the set of available parameter types.

Syntax

private void setParameterType(int _position, container _parameterType)

Run On

Called

Parameters

  • _position
    Type: int
    An Integer value that specifies at which position the parameter type is stored.
  • _parameterType
    Type: container
    A container that contains the following three values:

Exceptions

Exception Condition
Error

The set of available parameter types has not been retrieved from the database.

See Also

Reference

NumberSeqDatatype Class