Share via


WrkCtrScheduler.fixedJobTimesForResources Method [AX 2012]

Fills a map that contains a fixed job time for each resource in a given resource list.

Syntax

protected Map fixedJobTimesForResources(List _resources, Hours _jobTime)

Run On

Server

Parameters

  • _resources
    Type: List Class
    A List object that has all resources that the job can be scheduled on.
  • _jobTime
    Type: Hours Extended Data Type
    The fixed job time that should be assigned to each resource in the given resource list.

Return Value

Type: Map Class
A Map that contains the resource and job time pairs.

Exceptions

Exception Condition
Error

The resources parameter is invalid.

See Also

Reference

WrkCtrScheduler Class