.RBS PROCESS SECURITY
Allows the designer to invoke 'Access Control List - Processes' for a particular parent / child pair (System Administration -> Role Based Security -> Access Control List - Processes). Added in 5.4.7 and 6.0.1. Not present in 6.0.0
Usage:
PASS <Parent App Id> FIELD SHARE? N
PASS <Parent App Version> FIELD SHARE? N
PASS <Parent Proc Type> FIELD SHARE? N
PASS <Parent Proc Name> FIELD SHARE? N
PASS <Child App Id> FIELD SHARE? N
PASS <Child Proc Type> FIELD SHARE? N
PASS <Child Proc Name> FIELD SHARE? N
GOSUB --- .RBS PROCESS SECURITY
* Check for errors
IF --- .RBS PROCESS SECURITY NE
Description:
This subroutine invokes 'Access Control List - Processes' for a particular parent / child pair (System Administration -> Role Based Security -> Access Control List - Processes). This allows you add the ability for your users to maintain this information without giving them full access to System Administration.
<Parent App Id> is the Application Id of the parent process.
<Parent app Version> is the Version of the parent process.
<Parent Proc Type> is the parent process type.
<Parent Proc Name> is the parent process name.
<Child App Id> is the Application Id of the Child process.
<Child Proc Type> is the child process type. Same restriction as parent process type.
<Child Proc Name> is the child process name.
All parameters are required. If it can’t find a record in RBS for this pair, it will return an error. Note that this error checking is done against the internal RBS cross reference file. If you have changed your application, it may be out of date. See
.RBS REGEN for more information.
Comments:
Read what other users have said about this page or add your own comments.
--
JeanNeron - 2018-09-05