I'm trying to clear some values in the process XML using the SetXMLValue method of the K2Utilities.XMLFieldMod object, but it doesn't seem to work.
Here is my statement:
SourceCode.K2Utilities.XMLFieldMod.SetXMLValue(K2.ProcessInstance.XmlFields.Item("K2InfoPathSchema").Value,"my:myFields/my:Reviewers/my:Delegations/my:Delegated", String.Empty)
I'm doing a Console.Writeline of that element using the GetXMLValue method of the same object both before and after the above statement, and it shows the same value before and after.
Any help would be appreciated.
Manipulating InfoPath XML (Process)
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.