Authorizes users or roles for access to the output of a PeopleSoft process.
Interface:
PROCESSREQUEST_SBB
PeopleSoft Version: 8+
PS_GRANT_OUTPUT_ACCESS
NAME=...
[,TYPE=...]
[,PID=...]
[,JOBITEM=...]
This script element is used to dynamically and automatically assign access rights to the output of an executed PeopleSoft process. Rights can be issued for roles or users.
Using the optional PID= parameter, a particular process can be specified. If the parameter is not used, the script element refers to the process (PS_RUN_PROCESS) or job (PS_RUN_JOB) instance which was started or monitored immediately before.
If the script applies to a PeopleSoft job, individual rights for all processes in that job can be given using JOBITEM=. For example, rights for the first single process are given with JOBITEM=1, for the second single process with JOBITEM=2, etc. In case this parameter is not specified, identical rights are assigned for all PeopleSoft job single processes.
In this example, the user "PS" is given access rights to the output of a PeopleSoft process.
PS_GRANT_OUTPUT_ACCESS NAME='PS',TYPE='U'
See also:
Automic Documentation - Tutorials - Automic Blog - Resources - Training & Services - Automic YouTube Channel - Download Center - Support |
Copyright © 2016 Automic Software GmbH |