This item is read-only based on its protection policy.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2019 08:53 PM
I need to make changes to SoCDefinitionSNC Script Include but unable to do so due to read-only policy. Insert and Stay makes another copy but still in read-only status,
Thanks in advance.
- Labels:
-
Scripting and Coding

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2019 09:02 PM
That is the encapsulating code, you should be able to customize / clone the script include which implements that class / extends that class.
There should be a script include named "SoCDefinition", which is the customization point for SoCDefinitionSNC script include.
You would be able to clone that script include and can then override the functions from the extended class. You can then instantiate the implementation class and use its methods.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2019 10:05 PM
Thanks for your quick response. This gives me a good start point to try it out. I will share my journey on this.
Much appreciated.