ProdRouteJobInfo Class [AX 2012]
The ProdRouteJobInfo class is used to retrieve data for a ProdRouteJob.
| Method | Description | |
|---|---|---|
| addRange | Adds a range to the ProdRouteJob data source of a specified query. |
| allNextJobsHaveStartTimes | Indicates whether all the successor jobs have the start times set. |
| allPrevJobsHaveEndTimes | Indicates whether all the predecessor jobs have the start times set. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| checkOverlapSubsequenceCurrentOperation | Indicates whether a job can be part of an overlap subsequence in which the overlap job belongs to the current operation. |
| checkOverlapSubsequencePrevOperations | Indicates whether a job can be part of an overlap subsequence in which the overlap job belongs to the previous operation. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| hasParallelJobs | Indicates whether a job has parallel jobs. |
| isIncludedInOverlapSubsequence | Indicates whether a job is included in an overlap subsequence. |
| new | Creates an instance of the class based on a specified production job. |
| nextJobInOperation | Finds a successor job in the same operation to which a job belongs. |
| nextJobInOperationQuery | Builds a query that finds the successor job in the same operation this job belongs to and any parallel operations. |
| nextJobs | Finds the successors of a job. |
| nextJobsEarliestStartDateTime | Finds the earliest start date and time of all the successors of a job. |
| nextJobsQuery | Builds a query that finds the successors of a job. |
| nextJobsQueryExcludingJobs | Builds a query that finds the successors of a job that excludes the jobs in a specified collection. |
| notify | Releases the hold on an object that has called the wait method on this object. (Inherited from Object.) |
| notifyAll | Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.) |
| objectOnServer | Determines whether the object is on a server. (Inherited from Object.) |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| parallelJobs | Finds all jobs that are parallel to a job. |
| parallelJobsQuery | Builds a query that finds all jobs that are parallel to a job. |
| parmJob | Gets or sets the Job parameter. |
| prevJobInOperation | Finds the predecessor job in the same operation to which a job belongs. |
| prevJobInOperationQuery | Builds a query that finds the predecessor job in the same operation this job belongs to and any parallel operations. |
| prevJobs | Finds the predecessors of a job. |
| prevJobsLatestEndDateTime | Finds the latest end date and time of all the predecessors of a job. |
| prevJobsQuery | Builds a query that finds the predecessors of a job. |
| prevJobsQueryExcludingJobs | Builds a query that finds the predecessors of a job that excludes the jobs in a specified collection. |
| query2ProdRouteJob | Executes a query and retrieves a reference to the ProdRouteJob data source of that query. |
| setFieldsToSelect | Sets the selection list of a ProdRouteJob data source of a query to a specified list of fields. |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| validateSingleJobRescheduling | Indicates whether a job is not of the type overlap, is not involved in an overlap sequence, does not have parallel jobs and that all predecessor and successor jobs are scheduled when you try to schedule a single job. |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::newFromProdRouteJob | Creates an instance of the class based on a production job. |
| ::newFromWrkCtrParmSchedule | Creates an instance of the class based on the specified resource schedule controller. |
Community Additions
ADD
Show: