RunImmediateQueuedJob
This service immediately submits a job for execution that has been waiting for a future run date in the waiting queue.
URL (general format)
SERVER:PORT/lawson-ios/action/RunImmediateQueuedJob?
<parameter=key>
Required Parameters
Parameter Key | Value Type | Parameter Description |
---|---|---|
jobNumber | Numeric string | The job number of the running job to be cancelled. |
Example URL
SERVER:PORT/lawson-ios/action/RunImmediateQueuedJob?jobNumber=0000000001&jobQueue=TQUEUE
Deprecated CGI information
The RunImmediateQueuedJob service replaces some functionality of the CGI: xjobctrl.exe
CGI URL: SERVER:PORT/cgi-lawson/xjobctrl.exe?-r&LAWSON\lawsonuser&TESTJOB&0000000001&TQUEUE
Note: The CGI did not support keys, only values.