LOTUSSCRIPT/COM/OLE CLASSES
Dim session As New NotesSession Dim db As NotesDatabase Dim acl As NotesACL Set db = session.CurrentDatabase Set acl = db.ACL Call acl.RenameRole( "HR Contact", "Human Resources" ) Call acl.Save
See Also