Share via


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

  • _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

Return Value

Type: Query Class
A Query object based on the WrkCtrTable table as primary data source.

See Also

Reference

WrkCtrActivityRequirementSet Table