SetItemFolder method: ProcessRequest class
Syntax
SetItemFolder(PortalFolder [, JobName] [, PrcsItemLevel] [, JobSeqNo] [, ItemJobSeq])
Description
Use the SetItemFolder method to associate a report folder with any job items jobset.
The folder that you specify must have already been created using the System Settings component in Process Scheduler Manager.
Parameters
| Parameter | Description |
|---|---|
|
PortalFolder |
Specify the name of the report folder to use for the job item as a string. The folder that you specify must have already been created using Report Manager. |
|
JobName |
Specify the name of the job that this item belongs to as a string. |
|
PrcsItemLevel |
Specify the job item's process item level within the main job as a number. |
|
JobSeqNo |
Specify the job item's job sequence number within the process item level as a number. |
|
ItemJobSeq |
Specify the job item’s sequence within its parent job as a number |
Returns
None.
Example
&RQST.SetItemFolder("GENERAL", "MULTIJOB", 1, 2);
Related Topics