Showing posts with label API. Show all posts
Showing posts with label API. Show all posts

Saturday, February 21, 2009

Create Documentum ACL Script

create,c,dm_acl
set,c,l,owner_name
INSERT OWNER NAME HERE
set,c,l,object_name
INSERT ACL NAME HERE
set,c,l,description
INSERT ACL DESCRIPTION HERE
grant,c,l,dm_owner,7
revoke,c,l,dm_owner,execute_proc,change_location
grant,c,l,dm_world,1
revoke,c,l,dm_world,execute_proc,change_location
grant,c,l,,ExtendedPermit,,execute_proc
save,c,l