Share via


WrkCtrScheduler.insertJobGoalConstraints Method [AX 2012]

Creates constraints that depend on the scheduling goal for a given job.

Syntax

Note

The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.

  Microsoft Dynamics AX 2012 R3
          protected void insertJobGoalConstraints(
            RecId _jobRecId, 
            WrkCtrSchedulerGoal _goal, 
            SchedDate _minSchedDate, 
            TimeOfDay _minSchedTime, 
            SchedDate _schedDate, 
            TimeOfDay _schedTime, 
           [boolean _scheduleStartPointIsSequenceStartPoint])

  Microsoft Dynamics AX 2012 R2 (SYS)
          protected void insertJobGoalConstraints(
            RecId _jobRecId, 
            WrkCtrSchedulerGoal _goal, 
            SchedDate _minSchedDate, 
            TimeOfDay _minSchedTime, 
            SchedDate _schedDate, 
            TimeOfDay _schedTime, 
           [boolean _scheduleStartPointIsSequenceStartPoint])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          protected void insertJobGoalConstraints(
            RecId _jobRecId, 
            WrkCtrSchedulerGoal _goal, 
            SchedDate _minSchedDate, 
            TimeOfDay _minSchedTime, 
            SchedDate _schedDate, 
            TimeOfDay _schedTime)

  Microsoft Dynamics AX 2012 (FPK)
          protected void insertJobGoalConstraints(
            RecId _jobRecId, 
            WrkCtrSchedulerGoal _goal, 
            SchedDate _minSchedDate, 
            TimeOfDay _minSchedTime, 
            SchedDate _schedDate, 
            TimeOfDay _schedTime)

  Microsoft Dynamics AX 2012 (SYS)
          protected void insertJobGoalConstraints(
            RecId _jobRecId, 
            WrkCtrSchedulerGoal _goal, 
            SchedDate _minSchedDate, 
            TimeOfDay _minSchedTime, 
            SchedDate _schedDate, 
            TimeOfDay _schedTime)

Run On

Server

Parameters

  • _minSchedTime
    Type: timeOfDay
    The minimal scheduling time of the day.
  • _schedTime
    Type: timeOfDay
    The target scheduling time.
  • _scheduleStartPointIsSequenceStartPoint
    Type: boolean

See Also

Reference

WrkCtrScheduler Class