NumberSeqDatatype.addParameterType Method [AX 2012]

Adds a new parameter type for the data type.

Syntax

public boolean addParameterType(
    NumberSeqParameterType _type, 
   [boolean _isEnabled, 
    boolean _isConfigurable])

Run On

Called

Parameters

  • _isEnabled
    Type: boolean
    A Boolean value that indicates whether the parameter type is enabled.
  • _isConfigurable
    Type: boolean
    A Boolean value that indicates whether the parameter type is configurable.

Return Value

Type: boolean
true if the parameter type was added; otherwise, false.

See Also

Reference

NumberSeqDatatype Class