Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! X
Is there a method to enable non org admin users the ability to edit org based ECN Templates. Context managers can see all org ECN templates from the Product > Templates link; but are unable to edit the templates. Looking for an easy way to enable edit by context managers.
--Kirk Wemple
Solved! Go to Solution.
To resolve we created a org level group named NWL_ECN_TEMPLATE_MODIFY and applied the below ACL's to this group:
ECN soft type: Read, Download, Modify, Modify Content, and Modify Identity
Change Activity soft type: Read, Download, Modify, Modify Content, and Modify Identity, Delete, and Create.
These changes were deployed only to dev platform. Now members of group can update the ECN templates on dev and then are moved to prod following validation.
Context managers should be able to create their own templates in their context. "Too many cooks in kitchen" rule applies here. I would leave it to the org admin to make updates if necessary to org level CN templates. I assume you want them to have access to the template but not make them org admins right?
Yes, that is correct. Grant access to to org templates without org admin rights. The templates must reside at org.
We would like to enable edit ability on our dev platform and then we would export them to production.
We may have to manage the templates at a context level on our dev system and then somehow export them to prod at org level.
Couldn't they just create the template in the context on the dev system, export it, and then the Org Admin could import it at the org level?
I did a little testing on this, and you would likely need to modify the xml files from the export to get them to show up at the org level
Yes. That is what I thought would be required.
Thanks for testing.
To resolve we created a org level group named NWL_ECN_TEMPLATE_MODIFY and applied the below ACL's to this group:
ECN soft type: Read, Download, Modify, Modify Content, and Modify Identity
Change Activity soft type: Read, Download, Modify, Modify Content, and Modify Identity, Delete, and Create.
These changes were deployed only to dev platform. Now members of group can update the ECN templates on dev and then are moved to prod following validation.