Browse by Tags

All Tags » K2 for Visual S... » DataFields   (RSS)
Sorry, but there are no more tags available to filter with.
  • Reading from DataFields

    Hello, I'm writing some code in a K2 custom server event through K2 for Visual Studio. In the code below, I've found that I can easily write to K2.ProcessInstance.DataFields, but that I can't seem to read from the DataFields. //Set date submittedK2.ProcessInstance.DataFields[''Date Submitted''].Value = DateTime.Now.ToShortDateString(); //Get ...
    Posted to General (Forum) by kimkhanh on February 11, 2008