WHSWorkExecuteDisplay.buildProductDimensionsFromInventDim Method [AX 2012]

Builds RF text controls for product dimensions based off an inventory dimension record.

Syntax

protected container buildProductDimensionsFromInventDim(
    container _con, 
    ItemId _itemId, 
    InventDim _inventDim, 
   [boolean _enableControls])

Run On

Called

Parameters

  • _con
    Type: container
    The current RF container we are adding text controls to.
  • _inventDim
    Type: InventDim Table
    The inventory dimension record we are basing product dimension controls off of.
  • _enableControls
    Type: boolean
    Boolean to determine whether added text controls should be editable.

Return Value

Type: container
An updated RF container which includes text controls for the item's product dimensions.

See Also

Reference

WHSWorkExecuteDisplay Class