How to update the datafields..?
Hi,
i have tried to update the process data fields of a particular process whose worklist item and serial nos i know,but its showing error "value cannot null"...
Connection con = new Connection();
con.Open("192.168.18.223", "[;];Authentication=External;User=sheshku;Password=");
WorklistItem wli = con.OpenWorklistItem("MDPTHAM33271, 1425, 58", "ASP");
wli.ProcessInstance.DataFields["CaseId"].Value = 2;
wli.Update();
wli.Finish();
textBox1.Text = wli.ProcessInstance.DataFields["CaseId"].Value.ToString();
plz help me regarding this..
i have tried to update the process data fields of a particular process whose worklist item and serial nos i know,but its showing error "value cannot null"...
Connection con = new Connection();
con.Open("192.168.18.223", "[;];Authentication=External;User=sheshku;Password=");
WorklistItem wli = con.OpenWorklistItem("MDPTHAM33271, 1425, 58", "ASP");
wli.ProcessInstance.DataFields["CaseId"].Value = 2;
wli.Update();
wli.Finish();
textBox1.Text = wli.ProcessInstance.DataFields["CaseId"].Value.ToString();
plz help me regarding this..
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
