Skip to main content
Hi All,

We created a customised code module, but don't want user to edit it or make any changes accidentally, so I'm wondering in K2 whether or not there is a way to set the property of code module in order to disallow user to modify the code. Or is it possible for not displaying the Code Modules in K2 studio, so the user can't modify it at all?


Thanks a lot,
Patrick
I would recommend that you rather use a .NET assembly to do this, rather than a code module. This way, the assembly is compiled and only users with the code can access it. You can still use the code module to expose the methods in the assembly if you wish.

Hope this helps!

Reply