XML error: writing date into nil field in InfoPath (xsi:nil) with Data Event

  • 8 December 2009
  • 1 reply
  • 4 views

Badge +4

I'm using a Data Event to keep a running log of who approved the last task and when.


However when I write the date into the form, I get an XML error because the field is no longer nil, e.g.:


<my:authorisedDate xsi:nil="true">8/12/2009 5:15:48 PM</my:authorisedDate>


How do I clear the nil on this field?


1 reply

Badge +4

Easiest solution for now I think is to use a Text field instead of a Date field.

Reply