Share via


ReqJobUpdate.insertJob Method [AX 2012]

Inserts one job into the database and in the local job cache.

Syntax

protected void insertJob(ReqRouteJob _reqRouteJob)

Run On

Server

Parameters

  • _reqRouteJob
    Type: ReqRouteJob Table
    A ReqRouteJob to insert in the database and in the cache.

See Also

Reference

ReqJobUpdate Class