Share via


ReqTransCache_Periodic.insertProcessItemsFromQuery Method [AX 2012]

Inserts the items to be processed in the ReqProcessItem table.

Syntax

public void insertProcessItemsFromQuery(container _con)

Run On

Called

Parameters

  • _con
    Type: container
    A container that has a QueryRun object with all the items to process.

See Also

Reference

ReqTransCache_Periodic Class