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 1-1 of 1 total  RSS 

Update the ACL of a workflow with Web Publisher default ACL


- Locate the workflow r_object_id.
- DQL:

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