NumberSeqDatatype.getParameterType Method [AX 2012]

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

Syntax

private container getParameterType(int _position)

Run On

Called

Parameters

  • _position
    Type: int
    An Integer value that specifies at which position the parameter type should be retrieved.

Return Value

Type: container
The parameter type container at the specified position. The container holds the following three values:

  1. An enumeration value that indicates the parameter type that is retrieved.

  2. A Boolean value that indicates whether the parameter are enabled.

  3. A Boolean value that indicates whether the parameter type is configurable.

Exceptions

Exception Condition
Error

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

See Also

Reference

NumberSeqDatatype Class