ProdRouteJobInfo.prevJobsQueryExcludingJobs Method [AX 2012]

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

public Query prevJobsQueryExcludingJobs(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 predecessors of the job.

Community Additions

ADD
Show: