ProdRouteJobInfo.nextJobsQueryExcludingJobs Method [AX 2012]

Builds a query that finds the successors of a job that excludes the jobs in a specified collection.

public Query nextJobsQueryExcludingJobs(Set _jobsToExclude, [Query _baseQuery])

Run On

Called

Parameters

_jobsToExclude
Type: Set Class
A set of jobs to exclude from the search.
_baseQuery
Type: Query Class
A base query; optional.

Return Value

Type: Query Class
A query that finds the successors of the job.

Community Additions

ADD
Show: