JobName property: ProcessRequest class
Description
This property contains the name of a job that you’ve defined in PeopleSoft Process Scheduler.
To schedule a job, you must assign values to JobName and RunControlID for the Schedule method to succeed.
If you’re scheduling a job, you don’t need to set the ProcessType property.
This property is read/write.
Example
&MYRQST.JobName = "3SQR";
Related Topics