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')
12730 users tagging and storing useful source code snippets
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
1 2 update dm_sysobject object set acl_name = 'WebPublisher User Default ACL' 3 where r_object_id = ID('4b00139c800005e8')