WHSWorkExecuteDisplay.rebuildDimUOM Method [AX 2012]

If an error occurs, rebuild the dim UOM combo box on the RF screen.

Syntax

protected container rebuildDimUOM(
    container _con, 
    boolean _showBlank, 
   [str _controlName])

Run On

Called

Parameters

  • _con
    Type: container
    The current RF container variable.
  • _showBlank
    Type: boolean
    A Boolean value to indicate whether a blank value should be included in the list of available options.
  • _controlName
    Type: str
    The name used to identify the RF control.

Return Value

Type: container
Returns the updated RF container variable.

See Also

Reference

WHSWorkExecuteDisplay Class