/
Efficient Use Of Job Queue

Efficient Use Of Job Queue

A job queue entry record has many fields whose purpose is to transfer parameters to a procedure that you have specified to run with the job queue. This also means that procedures to be executed through the job queue must be specified with the job queue record record as a parameter in the OnRun trigger. This helps provide an additional layer of security by preventing users from running random procedures through the job queue. If the user must pass parameters to a report, the only way to do so is to package the report execution into a procerura, which then parses the input parameters and inserts them into the report before execution.