All Tags »
K2 for Visual S... »
DataFields (RSS)
Sorry, but there are no more tags available to filter with.
-
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 ...