Share via


WrkCtrScheduler.checkSingleJobSchedApplicableResources Method [AX 2012]

Checks that a resource meets the requirements of an operation in a specified time period when a job is scheduled.

Syntax

protected boolean checkSingleJobSchedApplicableResources(
    WrkCtrParmSchedule _wrkCtrParmSchedule, 
    WrkCtrActivityRequirementSet _activityRequirementSet, 
    InventSiteId _siteId, 
    date _lowerBound, 
    date _upperBound)

Run On

Server

Parameters

  • _lowerBound
    Type: date
    The lower bound for the requirements check date.
  • _upperBound
    Type: date
    The upper bound for the requirements check date.

Return Value

Type: boolean
false if scheduling is not being done on a single job and the specified resource does not meet operation requirements; otherwise, true.

See Also

Reference

WrkCtrScheduler Class