WHSWorkExecuteDisplay.addTrackingDimRecUOMControl Method [AX 2012]

Adds the batch UOM control to the RF container.

Syntax

protected container addTrackingDimRecUOMControl(
    container _con, 
    str _label, 
    str _elements, 
    str _selected, 
    boolean _enabled)

Run On

Called

Parameters

  • _con
    Type: container
    The RF container variable.
  • _label
    Type: str
    The label to be used for the control.
  • _elements
    Type: str
    The elements to be included in the combobox.
  • _selected
    Type: str
    A Boolean value indiciating the value that must be selected from the list of available options.
  • _enabled
    Type: boolean
    A Boolean value indicating whether the control is enabled for edit.

Return Value

Type: container
Returns the updated RF container variable.

See Also

Reference

WHSWorkExecuteDisplay Class