Script include Protection policy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2023 12:29 PM
Hi,
How can I manipulate the Script Include "CommunityUtilSNC"? this script include is used in workflow "Community - Content Approval activity".
There is a notice because this item is read-only based on its protection policy.
Could you please help me!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2023 12:55 PM
Several options
1 - You don't modify the script include and just live with how it works.
2 - Look to see if there is a "CommunityUtil" and check to see if it inherits CommunityUtilSNC and if it does then modify the "CommunityUtil", since that is probably the one that is used everywhere.
3 - Copy the code to a new Script Include that has a slightly different name, modify that and then find all of the places that "CommunityUtilSNC" is used and replace it with your script include. I do NOT recommend this option at all.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2023 01:04 PM
@DrewW Thanks for your answer, but I just wanted to know how can I copy the code, I'm not able to see anything.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2023 01:14 PM
Oh its one of those. You can try and export it or use a background script to dump it to the log but I do not think any of those work anymore so you are stuck. If you have an issue with it log a support case and poke them for answers.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2023 01:41 PM
The assigned TSE will likely not change that. moko6283 needs to describe his/her goals and find another way to achieve the goal.