Function "RemoveCheckPointFromRole()"

Top  Previous  Next

Removes a check point from the given role.

Syntax:

RemoveCheckPointFromRole(rolename, checkpointname)

 

Parameters:

rolename

the name of the role.

checkpointname

the checkpoint to remove from the role.

 

Completion Codes:

0: Normal completion

8: rolename or chekpointname not found

12: Syntax error or Security Broker error

 

Example:

RemoveCheckPointFromRole('MANAGER', 'CAN_DELETE_ORDER_RECORDS')

 

See SML Functions