PS_GRANT_OUTPUT_ACCESS

Authorizes users or roles for access to the output of a PeopleSoft process.

Interface: PROCESSREQUEST_SBB
PeopleSoft Version: 8+

Syntax

PS_GRANT_OUTPUT_ACCESS

    NAME=...
    [,TYPE=...]
    [,PID=...]
    [,JOBITEM=...]

Syntax

Description/Format

NAME=

Authorization identification: Name of a role or user
Format: script literal

TYPE=

Authorization type: Role or user
Format: script literal

Allowed values: "R" (default value) and "U"
"R" - Authorization given for a role
"U" - Authorization given for a user

Note: The agent automatically uses "R" if a character other than "R" or "U" is specified

PID=

Process instance designation
Format: Integer

JOBITEM=

Item number of a process within a PeopleSoft job
Format: Integer

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.

Optionally use the PID= parameter to specify a particular process. If you do not specify this parameter, PS_GRANT_OUTPUT_ACESS refers to the process or job instance which was started or monitored immediately before the function.

More information:

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.

Example

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: