WrkCtrTable::lookupWrkCtrId Method
Opens a lookup form for resources.
Syntax
client public static void lookupWrkCtrId(
FormStringControl _ctrl,
[InventSiteId _siteId,
ProdUnitId _prodUnitId,
RefRecId _resourceGroup,
boolean _onlyIndividualResource])
Run On
Client
Parameters
- _ctrl
Type: FormStringControl Class
The control to which the lookup form should bind.
- _siteId
Type: InventSiteId Extended Data Type
The ID of a site that the results in the lookup should be filtered based on; optional.
- _prodUnitId
Type: ProdUnitId Extended Data Type
The ID of a production unit that the results in the lookup should be filtered based on; optional.
- _resourceGroup
Type: RefRecId Extended Data Type
The ID of a resource group that the results in the lookup should be filtered based on; optional.
- _onlyIndividualResource
Type: boolean
Indicates that only individual resources should be shown in the lookup; optional.