OutDestType property: ProcessRequest class
Description
This property specifies the type of output for the process or job to be scheduled as a string.
If the ProcessRequest object contains an invalid output type for a process, you won't be able to able to successfully schedule a process or job.
The value specified for this property is used only if the Output Destination Type for the defined process or job defined in PeopleSoft Process Scheduler is specified as Any. Otherwise any value specified for this property is ignored.
The values for OutDestType, OutDestFormat, and OutDest are dependent upon each other as well as on other values.
See Values for Output Type and Format.
This property is read/write.
Example
&MYRQST.OutDestType = "FILE";