Skip to main content
Nintex Community Menu Bar

Changes made in Code modules do not reflect

  • November 21, 2006
  • 3 replies
  • 24 views

Forum|alt.badge.img+1
Hi,
I have a certain common functionality which needs to be performed on every activity, hence I have kept the common function in the code modules (.kcm file). However, even after making changes in the common function, they dont reflect on new instances created. The version on the K2 service manager shows the time I had exported the .kcm file to the K2 server. Can someone enlighten me how do I overcome this problem?

Regards,
Raghavendra B. Nayak

3 replies

Forum|alt.badge.img+3
  • November 22, 2006
Do the following test: Add a "dummy" Public method to your code module, compile it and see if this new method is visible in your process. Once you have done this successfully, your changes should be available AFTER your next export. Hope this helps!

Forum|alt.badge.img+1
  • Author
  • November 22, 2006
Doesn't work :(

Forum|alt.badge.img+3
  • November 22, 2006
Mmmm - does the change you made in the code module not reflect in your studio code?