Skip to main content
Nintex Community Menu Bar

Updating Hyperlink field of Calendar list item

  • August 25, 2009
  • 2 replies
  • 12 views

Forum|alt.badge.img+8

Im trying to create a calendar event via k2 and the calendar has a hyperlink field when i try to assign value to that field with a value in the Infopath form(one data field). Error occured while parsing EntityName, Line 1, Position XXXX


what is causing this error

2 replies

Forum|alt.badge.img+11
  • August 25, 2009
Are you using an ampersand in the URL?  If so, try escaping it with '&'.  The same applies to any XML character.

Forum|alt.badge.img+8
  • Author
  • August 25, 2009

thanks david,


I have a '&' in the url. One of my data fields contains the value of the url. It ends like  ....filename.xml&DefaultItemOpen=1. How shud format this?