Share via


WrkCtrScheduler.calculateResourcePriority Method [AX 2012]

Calculates the resource priority based on the requirements and the priority date.

Syntax

protected real calculateResourcePriority(
    WrkCtrTable _resource, 
    Map _requirementProperties, 
    date _priorityDate)

Run On

Server

Parameters

  • _resource
    Type: WrkCtrTable Table
    The WrkCtrTable instance to calculate the priority for.
  • _requirementProperties
    Type: Map Class
    A map of the property requirements.
  • _priorityDate
    Type: date
    The date to calculate the priorty for.

Return Value

Type: real
The resource priority.

See Also

Reference

WrkCtrScheduler Class