<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Update Infopath forms from within Workflow</title>
	<atom:link href="http://www.novolocus.com/2006/08/15/update-infopath-forms-from-within-workflow/feed" rel="self" type="application/rss+xml" />
	<link>http://www.novolocus.com/2006/08/15/update-infopath-forms-from-within-workflow/</link>
	<description>Whatever Andy Burns is working on...</description>
	<pubDate>Tue,  6 Jan 2009 02:09:15 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: dave</title>
		<link>http://www.novolocus.com/2006/08/15/update-infopath-forms-from-within-workflow/#comment-3028</link>
		<dc:creator>dave</dc:creator>
		<pubDate>Mon, 06 Oct 2008 16:42:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.novolocus.com/?p=168#comment-3028</guid>
		<description>The code works fine for simple field updates.  I tried it for just a text box on a sample form.  

But, when I have a Contact Selector on the infopath form I get the dreaded "Schema validation found non-datatype errors".  This is a repeating object that allows the lookup of a person.  If I have this control on the page, and I read and save the form (even without an update) I get the above mentioned error.  I have read up on the error and most people experience it when they set a nil value to an object and don't remove the attribute.  

Any help is appreciated</description>
		<content:encoded><![CDATA[<p>The code works fine for simple field updates.  I tried it for just a text box on a sample form.  </p>
<p>But, when I have a Contact Selector on the infopath form I get the dreaded &#8220;Schema validation found non-datatype errors&#8221;.  This is a repeating object that allows the lookup of a person.  If I have this control on the page, and I read and save the form (even without an update) I get the above mentioned error.  I have read up on the error and most people experience it when they set a nil value to an object and don&#8217;t remove the attribute.  </p>
<p>Any help is appreciated</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://www.novolocus.com/2006/08/15/update-infopath-forms-from-within-workflow/#comment-2794</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Wed, 30 Jul 2008 08:27:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.novolocus.com/?p=168#comment-2794</guid>
		<description>Hmm. Sounds weird. Have you updated the Infopath form maybe? I've had issues where we've updated the Infopath form - versioning on Infopath forms in SharePoint can be a bit hit and miss. We ended up installing our latest version for as an entirely new form...</description>
		<content:encoded><![CDATA[<p>Hmm. Sounds weird. Have you updated the Infopath form maybe? I&#8217;ve had issues where we&#8217;ve updated the Infopath form - versioning on Infopath forms in SharePoint can be a bit hit and miss. We ended up installing our latest version for as an entirely new form&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Linda</title>
		<link>http://www.novolocus.com/2006/08/15/update-infopath-forms-from-within-workflow/#comment-2791</link>
		<dc:creator>Linda</dc:creator>
		<pubDate>Wed, 30 Jul 2008 03:49:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.novolocus.com/?p=168#comment-2791</guid>
		<description>Hi there,

Have anyone experience where the schema has change?

I used the code and the workflow run somehow the InfoPath Schema of the xml file has change.

Regards,

Linda.</description>
		<content:encoded><![CDATA[<p>Hi there,</p>
<p>Have anyone experience where the schema has change?</p>
<p>I used the code and the workflow run somehow the InfoPath Schema of the xml file has change.</p>
<p>Regards,</p>
<p>Linda.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://www.novolocus.com/2006/08/15/update-infopath-forms-from-within-workflow/#comment-1431</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Wed, 09 Apr 2008 15:41:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.novolocus.com/?p=168#comment-1431</guid>
		<description>You can find this from the form itself. I think it's one of the properties of the .XSN file itself. Try opening the .XSN in Infopath and checking for properties (under the file menu) there.

As you've rightly noticed, Infopath creates a unique namespace for your form - based on it's creation/update date, I think. 

(I'm no Infopath expert!)

EDIT: Took a look, and the namespace under the File&gt;Properties isn't quite right - some colons have been replaced by underscores.
&lt;a href="http://blogs.msdn.com/mahuja/archive/2008/03/31/passing-query-string-to-a-infopath-2007-form.aspx" rel="nofollow"&gt;There is some good advice from Madhur&lt;/a&gt; - which is how I think I've done this in the past, actually (a long, long time ago):

&lt;blockquote&gt;To find out your namespace, rename the .xsn file to .cab and open the template.xml file&lt;/blockquote&gt;

</description>
		<content:encoded><![CDATA[<p>You can find this from the form itself. I think it&#8217;s one of the properties of the .XSN file itself. Try opening the .XSN in Infopath and checking for properties (under the file menu) there.</p>
<p>As you&#8217;ve rightly noticed, Infopath creates a unique namespace for your form - based on it&#8217;s creation/update date, I think. </p>
<p>(I&#8217;m no Infopath expert!)</p>
<p>EDIT: Took a look, and the namespace under the File>Properties isn&#8217;t quite right - some colons have been replaced by underscores.<br />
<a href="http://blogs.msdn.com/mahuja/archive/2008/03/31/passing-query-string-to-a-infopath-2007-form.aspx" rel="nofollow">There is some good advice from Madhur</a> - which is how I think I&#8217;ve done this in the past, actually (a long, long time ago):</p>
<blockquote><p>To find out your namespace, rename the .xsn file to .cab and open the template.xml file</p></blockquote>
]]></content:encoded>
	</item>
	<item>
		<title>By: Omar Formacio</title>
		<link>http://www.novolocus.com/2006/08/15/update-infopath-forms-from-within-workflow/#comment-1405</link>
		<dc:creator>Omar Formacio</dc:creator>
		<pubDate>Fri, 04 Apr 2008 00:14:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.novolocus.com/?p=168#comment-1405</guid>
		<description>What is the NamespaceManager for InfoPath 2007 Form?

"http://schemas.microsoft.com/office/infopath/2003/myXSD/2006-06-08T14:13:41");"</description>
		<content:encoded><![CDATA[<p>What is the NamespaceManager for InfoPath 2007 Form?</p>
<p>&#8220;http://schemas.microsoft.com/office/infopath/2003/myXSD/2006-06-08T14:13:41&#8243;);&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.novolocus.com/2006/08/15/update-infopath-forms-from-within-workflow/#comment-17</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Fri, 07 Dec 2007 19:45:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.novolocus.com/?p=168#comment-17</guid>
		<description>Thanks for your help! Writing back to Infopath xml should be simple, but has proven rather difficult. Your article saved me hours of work!
Thanks for the great post!</description>
		<content:encoded><![CDATA[<p>Thanks for your help! Writing back to Infopath xml should be simple, but has proven rather difficult. Your article saved me hours of work!<br />
Thanks for the great post!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
