Never been to DZone Snippets before?

Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world

« Newer Snippets
Older Snippets »
Showing 11-12 of 12 total

How to obtain physical path of a document in Documentum

Launch this API call:

getpath,c,<r_object_id>

Update the ACL of a workflow with Web Publisher default ACL


- Locate the workflow r_object_id.
- DQL:

update dm_sysobject object set acl_name = 'WebPublisher User Default ACL'
where r_object_id = ID('4b00139c800005e8')
« Newer Snippets
Older Snippets »
Showing 11-12 of 12 total