Skip to main content
Nintex Community Menu Bar

Accessing environment fields from code

  • February 4, 2008
  • 1 reply
  • 7 views

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

Forum|alt.badge.img+1
  • Author
  • February 4, 2008

I have found that these fields can be accessed via 

K2.StringTable["fieldName"]