WHSWorkExecuteDisplay.buildDispositon Method [AX 2012]

Builds a list of disposition codes to be used within the RF

Syntax

public container buildDispositon(
    container _con, 
   [str _selected, 
    boolean _enabled, 
    boolean _addEmpty])

Run On

Called

Parameters

  • _con
    Type: container
    Container holding RF information
  • _selected
    Type: str
    Selected value for disposition control
  • _enabled
    Type: boolean
    Determines if control is enabled or not
  • _addEmpty
    Type: boolean
    Determines if an empty entry should be added as the first disposition code

Return Value

Type: container
Container with disposition values

See Also

Reference

WHSWorkExecuteDisplay Class