WHSWorkExecuteDisplay.buildBatchDisposition Method [AX 2012]

Builds the batch disposition control on the RF screen.

Syntax

protected container buildBatchDisposition(
    container _con, 
   [str _controlName, 
    str _label, 
    boolean _editable])

Run On

Called

Parameters

  • _con
    Type: container
    The RF container variable.
  • _controlName
    Type: str
    The name used to identify the RF control.
  • _label
    Type: str
    The label to be used for the RF control.
  • _editable
    Type: boolean
    A Boolean value indicating whether the control is editable.

Return Value

Type: container
Returns the updated RF container variable.

See Also

Reference

WHSWorkExecuteDisplay Class