ProcessType property: ProcessRequest class
Description
This property specifies the name of a predefined process type as a string.
To successfully schedule a process, you must assign values to ProcessName, ProcessType, and RunControlID (that is, for the Schedule method to succeed.)
The values for ProcessType depend on the types of processes you have defined in your system. There are generic process types that are delivered with your installation of PeopleSoft. These process types may include the following:
-
Application Engine
-
COBOL
-
Cube
-
nVision
-
SQR
-
WinWord
-
Other
If you define your own processes, you can use the name of that process with the ProcessType property. For example, suppose you create a custom process named "Custom CBL Programs." You could use this as follows:
&MyRqst.ProcessType = "Custom CBL Programs";
Note that spaces are included in the string for ProcessType.
This property is read/write.
Example
Note that spaces are included in the string for ProcessType.
&MYRQST.ProcessType = "Application Engine";