|
Function ''AddCheckPointToRole()'' |
|
|
Adds a check point to the given role. The check point must be already existing. Syntax: AddCheckPointToRole(rolename, checkpointname)
Parameters: rolename the name of the role. checkpointname the checkpoint to add to the role.
Completion Codes: 0: Normal completion 8: rolename or chekpointname not found 12: Syntax error or Security Broker error
Example: AddCheckPointToRole('MANAGER', 'CAN_DELETE_ORDER_RECORDS')
|