Skip to main content

As the title says, is it possible to access the string table programmatically. If so can yo tell me how.

Ideally, through athe code event o the workflow itself.

 

Thanks in advance

 

Resolved. If anyone if looking for an answer then here it is.

 

Just need to add the following dll to your workflow

K2 EnvironmentSettings.Client

 

Then just use the already created K2 contextin a code envent ant type

 

K2.StringTableb"FieldName"];

 

Hope this helps someone else

   


Reply