InventTable::lookupRouteId Method

Performs a lookup on the RouteVersion table.

Syntax

client public static void lookupRouteId(
    FormStringControl _lookupCtrl, 
    ItemId _itemId, 
    InventDim _inventDimCriteria, 
   [boolean _onlyApproved, 
    boolean _onlyActive])

Run On

Client

Parameters

  • _inventDimCriteria
    Type: InventDim Table
    The inventory dimensions that are used to filter the lookup.
  • _onlyApproved
    Type: boolean
    A Boolean value that indicates if only approved route versions are shown in the lookup; optional.
  • _onlyActive
    Type: boolean
    A Boolean value that indicates if only active route versions are shown in the lookup; optional.

See Also

Reference

InventTable Table