Accessing environment fields from code

  • 4 February 2008
  • 1 reply
  • 0 views

Badge +1

Hello,

 is it possible to acces Environments fields values  from code? (the items you can see in K2 Object browser)

For example if i want to store my WebService url in the Workflow Web Service(s) fields and assign its value to the Url property of the web service proxy class in the code..

 
Thank you in advance
 


1 reply

Badge +1

I have found that these fields can be accessed via 

K2.StringTable["fieldName"]

Reply