Skip to main content
Nintex Community Menu Bar

ReadOnly property for CodeModule in K2?

  • June 26, 2006
  • 1 reply
  • 5 views

Forum|alt.badge.img+3
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

1 reply

Forum|alt.badge.img+3
  • July 3, 2006
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!