WrkCtrActivityRequirementSet.applicableResourcesQuery Method
Composes a query that will result in the resources that at some point in the given date interval satisfy all the requirements.
Syntax
public Query applicableResourcesQuery(
[TransDate _searchFromDate,
TransDate _searchToDate,
InventSiteId _siteId,
boolean _jobSchedRequirements,
boolean _operationSchedRequirements,
boolean _retrieveGroups])
Run On
ClientOrServer
Parameters
- _searchFromDate
Type: TransDate Extended Data Type
The first date to search for resources on.
- _searchToDate
Type: TransDate Extended Data Type
The last date to search for resources on.
- _siteId
Type: InventSiteId Extended Data Type
The ID of the site to search for resources on. If blank the search is not limited to resources on a specific site.
- _jobSchedRequirements
Type: boolean
- _operationSchedRequirements
Type: boolean
- _retrieveGroups
Type: boolean
Return Value
Type: Query Class
A Query object based on the WrkCtrTable table as primary data source.