Share via


ReqJobUpdate.createJobsFromCache Method [AX 2012]

Creates the jobs for the given order from a list of job records that were cached.

Syntax

protected void createJobsFromCache(List _jobs)

Run On

Server

Parameters

  • _jobs
    Type: List Class
    A list of records that were cached and can be used for the job creation of the current order.

See Also

Reference

ReqJobUpdate Class