WHSWorkExecuteDisplay.buildControl Method [AX 2012]

Syntax

public container buildControl(
    str _controlType, 
    str _name, 
    str _label, 
    int _newLine, 
    str _data, 
    ExtendedTypeId _inputType, 
    str _error, 
    int _defaultButton, 
   [boolean _enabled, 
    str _selected, 
    WHSRFColorText _color])

Run On

Called

Parameters

  • _controlType
    Type: str
  • _name
    Type: str
  • _label
    Type: str
  • _newLine
    Type: int
  • _data
    Type: str
  • _error
    Type: str
  • _defaultButton
    Type: int
  • _selected
    Type: str

See Also

Reference

WHSWorkExecuteDisplay Class