Skip to main content

Hi,


 I have a process that is kicked off from an IPC event.  In the child process I need to capture some of the data from the parent process and write that to a new Infopath form.  I have this all working except for a date field which creates an error in the new form.  Reading has shown that I need to remove the xsi:nil attribute from the target date field in order to input the new data.  So far all the tips and tricks on the web are not working.  Does anyone have any tips on how to get this done?


Thank you,


 JR

This might be a bit brute force, but in the K2 process you have access to the raw xml of the infopath form, so why not simply replace all xsi:nil with blank directly in the XML field?

Reply