<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Filling forms using data from EntityPicker aka EntityPicker with Callback</title>
	<atom:link href="http://blog.mastykarz.nl/filling-forms-entitypicker-callback/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mastykarz.nl/filling-forms-entitypicker-callback/</link>
	<description>Innovation Matters &#124; SharePoint Server MVP &#124; ISSN 2210-9390</description>
	<lastBuildDate>Thu, 09 Feb 2012 05:22:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Waldek Mastykarz</title>
		<link>http://blog.mastykarz.nl/filling-forms-entitypicker-callback/comment-page-1/#comment-50607</link>
		<dc:creator>Waldek Mastykarz</dc:creator>
		<pubDate>Wed, 07 Jul 2010 12:07:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/filling-forms-entitypicker-callback/#comment-50607</guid>
		<description>@MN: that&#039;s odd. What the JavaScript does is, it putts value into the standard text field. On submit this information should be handled by SharePoint and stored in the list item. Have you tried manually entering the information and checking if it gets persisted or not?</description>
		<content:encoded><![CDATA[<p>@MN: that&#039;s odd. What the JavaScript does is, it putts value into the standard text field. On submit this information should be handled by SharePoint and stored in the list item. Have you tried manually entering the information and checking if it gets persisted or not?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MN</title>
		<link>http://blog.mastykarz.nl/filling-forms-entitypicker-callback/comment-page-1/#comment-50486</link>
		<dc:creator>MN</dc:creator>
		<pubDate>Mon, 05 Jul 2010 22:24:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/filling-forms-entitypicker-callback/#comment-50486</guid>
		<description>Hi Waldek
One last question, in the example above we have Contact field followed by name, address and city. When I find a matching record the javascript is populating the name, address and city fields. It is all perfect. But when I submit none of the fields - name, address and city are getting populated in the list item. But when I move the contact field after the name, address and city fields, the list item is getting populated with the data.

Any ideas on that? Appreciate your time and help.

Thanks
MN</description>
		<content:encoded><![CDATA[<p>Hi Waldek<br />
One last question, in the example above we have Contact field followed by name, address and city. When I find a matching record the javascript is populating the name, address and city fields. It is all perfect. But when I submit none of the fields &#8211; name, address and city are getting populated in the list item. But when I move the contact field after the name, address and city fields, the list item is getting populated with the data.</p>
<p>Any ideas on that? Appreciate your time and help.</p>
<p>Thanks<br />
MN</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MN</title>
		<link>http://blog.mastykarz.nl/filling-forms-entitypicker-callback/comment-page-1/#comment-50297</link>
		<dc:creator>MN</dc:creator>
		<pubDate>Sat, 03 Jul 2010 15:30:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/filling-forms-entitypicker-callback/#comment-50297</guid>
		<description>Thanks for your help. Now I understand. I was thinking we need to pass the second parameter to the javascript function and I was not sure how to pass it down to the javascript function..... 

Thank you again for your help.

MN</description>
		<content:encoded><![CDATA[<p>Thanks for your help. Now I understand. I was thinking we need to pass the second parameter to the javascript function and I was not sure how to pass it down to the javascript function&#8230;.. </p>
<p>Thank you again for your help.</p>
<p>MN</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Waldek Mastykarz</title>
		<link>http://blog.mastykarz.nl/filling-forms-entitypicker-callback/comment-page-1/#comment-50279</link>
		<dc:creator>Waldek Mastykarz</dc:creator>
		<pubDate>Sat, 03 Jul 2010 10:14:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/filling-forms-entitypicker-callback/#comment-50279</guid>
		<description>@MN: The serialized data is processed in the browser not in your server-side code, so the fact that it is not available in the CreateChildControls doesn&#039;t really matter.</description>
		<content:encoded><![CDATA[<p>@MN: The serialized data is processed in the browser not in your server-side code, so the fact that it is not available in the CreateChildControls doesn&#039;t really matter.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MN</title>
		<link>http://blog.mastykarz.nl/filling-forms-entitypicker-callback/comment-page-1/#comment-50278</link>
		<dc:creator>MN</dc:creator>
		<pubDate>Sat, 03 Jul 2010 10:07:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/filling-forms-entitypicker-callback/#comment-50278</guid>
		<description>Waldek,

I understand what you are saying. But we are setting up the AfterCallbackScript in the create CreateChildControls we will not have the serialized xml data from the PickerEntity available yet the CreateChildControls method.

Thanks
MN</description>
		<content:encoded><![CDATA[<p>Waldek,</p>
<p>I understand what you are saying. But we are setting up the AfterCallbackScript in the create CreateChildControls we will not have the serialized xml data from the PickerEntity available yet the CreateChildControls method.</p>
<p>Thanks<br />
MN</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Waldek Mastykarz</title>
		<link>http://blog.mastykarz.nl/filling-forms-entitypicker-callback/comment-page-1/#comment-50274</link>
		<dc:creator>Waldek Mastykarz</dc:creator>
		<pubDate>Sat, 03 Jul 2010 09:27:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/filling-forms-entitypicker-callback/#comment-50274</guid>
		<description>@MN: The AfterCallbackClientScript points to a *JavaScript* function. As you know JavaScript is being executed in the browser (client-side) as opposite to the CreateChildControls method which is being processed server-side. So the only thing that you do in CreateChildControl is to provide the name of the JavaScript function that should be executed when an entity has been selected. In my example it&#039;s the Imtech.resolveEntityData function that is responsible for setting the contact information of the selected customer.

Hope that helps,

Waldek</description>
		<content:encoded><![CDATA[<p>@MN: The AfterCallbackClientScript points to a *JavaScript* function. As you know JavaScript is being executed in the browser (client-side) as opposite to the CreateChildControls method which is being processed server-side. So the only thing that you do in CreateChildControl is to provide the name of the JavaScript function that should be executed when an entity has been selected. In my example it&#039;s the Imtech.resolveEntityData function that is responsible for setting the contact information of the selected customer.</p>
<p>Hope that helps,</p>
<p>Waldek</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MN</title>
		<link>http://blog.mastykarz.nl/filling-forms-entitypicker-callback/comment-page-1/#comment-50272</link>
		<dc:creator>MN</dc:creator>
		<pubDate>Sat, 03 Jul 2010 09:08:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/filling-forms-entitypicker-callback/#comment-50272</guid>
		<description>Waldek,

Thanks for you quick reply. I&#039;m having difficulty understanding how to populate the Contact Name, Address and City for the selected contact. Basically I&#039;m looking for code example if any around AfterCallbackClientScript. From the article I understand that I need to call &quot;entityEditorCallback&quot; Java script passing the senderId and serialized entity data. But we are setting up the AfterCallbackClientScript in the CreateChildControls of the FieldControl. But we do not have entity data set yet at that point.

I truly appreciate any help or pointers

Have a great day
MN</description>
		<content:encoded><![CDATA[<p>Waldek,</p>
<p>Thanks for you quick reply. I&#039;m having difficulty understanding how to populate the Contact Name, Address and City for the selected contact. Basically I&#039;m looking for code example if any around AfterCallbackClientScript. From the article I understand that I need to call &#034;entityEditorCallback&#034; Java script passing the senderId and serialized entity data. But we are setting up the AfterCallbackClientScript in the CreateChildControls of the FieldControl. But we do not have entity data set yet at that point.</p>
<p>I truly appreciate any help or pointers</p>
<p>Have a great day<br />
MN</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Waldek Mastykarz</title>
		<link>http://blog.mastykarz.nl/filling-forms-entitypicker-callback/comment-page-1/#comment-50271</link>
		<dc:creator>Waldek Mastykarz</dc:creator>
		<pubDate>Sat, 03 Jul 2010 08:19:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/filling-forms-entitypicker-callback/#comment-50271</guid>
		<description>@MN: There are some examples of the most important parts. What more would you like to see?</description>
		<content:encoded><![CDATA[<p>@MN: There are some examples of the most important parts. What more would you like to see?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MN</title>
		<link>http://blog.mastykarz.nl/filling-forms-entitypicker-callback/comment-page-1/#comment-50230</link>
		<dc:creator>MN</dc:creator>
		<pubDate>Fri, 02 Jul 2010 19:13:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/filling-forms-entitypicker-callback/#comment-50230</guid>
		<description>Waldek,

Thanks for your post. Can you please post your code for this article.

Regards
N</description>
		<content:encoded><![CDATA[<p>Waldek,</p>
<p>Thanks for your post. Can you please post your code for this article.</p>
<p>Regards<br />
N</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jasmim</title>
		<link>http://blog.mastykarz.nl/filling-forms-entitypicker-callback/comment-page-1/#comment-48295</link>
		<dc:creator>Jasmim</dc:creator>
		<pubDate>Fri, 21 May 2010 11:33:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/filling-forms-entitypicker-callback/#comment-48295</guid>
		<description>Waldek,

what i&#039;m trying to do is a custom picker that receives 3 query parameters and with those and  the search query it performes a query to a stored procedure that is in another database. Do you think it is possible?</description>
		<content:encoded><![CDATA[<p>Waldek,</p>
<p>what i&#039;m trying to do is a custom picker that receives 3 query parameters and with those and  the search query it performes a query to a stored procedure that is in another database. Do you think it is possible?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

