<?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: Setting SharePoint Form Fields Using Query String Variables Without Using JavaScript</title>
	<atom:link href="http://www.endusersharepoint.com/2009/11/03/setting-sharepoint-form-fields-using-query-string-variables-without-using-javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.endusersharepoint.com/2009/11/03/setting-sharepoint-form-fields-using-query-string-variables-without-using-javascript/</link>
	<description>The SharePoint &#34;How-To&#34; Online Magazine</description>
	<lastBuildDate>Sun, 21 Mar 2010 23:16:55 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: eru</title>
		<link>http://www.endusersharepoint.com/2009/11/03/setting-sharepoint-form-fields-using-query-string-variables-without-using-javascript/comment-page-1/#comment-47196</link>
		<dc:creator>eru</dc:creator>
		<pubDate>Thu, 18 Mar 2010 14:56:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.endusersharepoint.com/?p=3120#comment-47196</guid>
		<description>How can this work if you do not know the name of the field beforehand?  
i.e. i do not know the that the field will be called &quot;IssueID&quot;.  
A site manager might add it to a list as &quot;TheIssueID&quot; but my code would still need to work.

I think the above will fail in this scenario.</description>
		<content:encoded><![CDATA[<p>How can this work if you do not know the name of the field beforehand?<br />
i.e. i do not know the that the field will be called &#8220;IssueID&#8221;.<br />
A site manager might add it to a list as &#8220;TheIssueID&#8221; but my code would still need to work.</p>
<p>I think the above will fail in this scenario.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: weatherman</title>
		<link>http://www.endusersharepoint.com/2009/11/03/setting-sharepoint-form-fields-using-query-string-variables-without-using-javascript/comment-page-1/#comment-26324</link>
		<dc:creator>weatherman</dc:creator>
		<pubDate>Thu, 28 Jan 2010 18:12:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.endusersharepoint.com/?p=3120#comment-26324</guid>
		<description>Thanks so much for this it help me big time, but I have one question. When passing a person&#039;s name to a people/group column in the child list new form, I am getting an error. Is there a conversion that can be done? I can pass the domain/userid but the field will not authenticate it. any help would be appreaciated.</description>
		<content:encoded><![CDATA[<p>Thanks so much for this it help me big time, but I have one question. When passing a person&#8217;s name to a people/group column in the child list new form, I am getting an error. Is there a conversion that can be done? I can pass the domain/userid but the field will not authenticate it. any help would be appreaciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vinoth Kumar</title>
		<link>http://www.endusersharepoint.com/2009/11/03/setting-sharepoint-form-fields-using-query-string-variables-without-using-javascript/comment-page-1/#comment-24098</link>
		<dc:creator>Vinoth Kumar</dc:creator>
		<pubDate>Mon, 11 Jan 2010 22:43:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.endusersharepoint.com/?p=3120#comment-24098</guid>
		<description>I have a problem in sharepoint.

We use publishing html to pass a url with query string like the below

http://domain.com/new.aspx?cname =Mike

firstly We dont know why the querystring not be assessible in new.aspx

and on the web browser the link shows as  http://domain.com/new.aspx?cname = 

is there any secuirty setting or state to be configured.</description>
		<content:encoded><![CDATA[<p>I have a problem in sharepoint.</p>
<p>We use publishing html to pass a url with query string like the below</p>
<p><a href="http://domain.com/new.aspx?cname" rel="nofollow">http://domain.com/new.aspx?cname</a> =Mike</p>
<p>firstly We dont know why the querystring not be assessible in new.aspx</p>
<p>and on the web browser the link shows as  <a href="http://domain.com/new.aspx?cname" rel="nofollow">http://domain.com/new.aspx?cname</a> = </p>
<p>is there any secuirty setting or state to be configured.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shawn Miller</title>
		<link>http://www.endusersharepoint.com/2009/11/03/setting-sharepoint-form-fields-using-query-string-variables-without-using-javascript/comment-page-1/#comment-22250</link>
		<dc:creator>Shawn Miller</dc:creator>
		<pubDate>Mon, 28 Dec 2009 21:19:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.endusersharepoint.com/?p=3120#comment-22250</guid>
		<description>Is there a way that I can pass this info to an event?

Situation:  Employee fills in signup information including name and employee ID.  After filling out signup, I&#039;m redirecting them straight to a calendar where they can fill in availability. 

What I&#039;ve found is that you can&#039;t modify NewForm for an event (calendar) without breaking Recurrence, which I want to use.  I would like to pass the name and ID to the event.  Is there a way I can do that?</description>
		<content:encoded><![CDATA[<p>Is there a way that I can pass this info to an event?</p>
<p>Situation:  Employee fills in signup information including name and employee ID.  After filling out signup, I&#8217;m redirecting them straight to a calendar where they can fill in availability. </p>
<p>What I&#8217;ve found is that you can&#8217;t modify NewForm for an event (calendar) without breaking Recurrence, which I want to use.  I would like to pass the name and ID to the event.  Is there a way I can do that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Khaled El Mansoury</title>
		<link>http://www.endusersharepoint.com/2009/11/03/setting-sharepoint-form-fields-using-query-string-variables-without-using-javascript/comment-page-1/#comment-19231</link>
		<dc:creator>Khaled El Mansoury</dc:creator>
		<pubDate>Sun, 15 Nov 2009 14:20:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.endusersharepoint.com/?p=3120#comment-19231</guid>
		<description>Hi,
Good approach, but how would I integrate this for a document library, where I would put a query string in the url to the upload form, then after the user has uploaded the document, the user is then automatically redirected to an edit form of the just uploaded document and there I want the value of a lookup column to be filled with the value passed in the query string. Then if the editg form is being accessed normally (i.e. edit item) then the value of that lookup column should of course show the current value for that particular document.
How would I achieve that?
Thanks in advance,</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Good approach, but how would I integrate this for a document library, where I would put a query string in the url to the upload form, then after the user has uploaded the document, the user is then automatically redirected to an edit form of the just uploaded document and there I want the value of a lookup column to be filled with the value passed in the query string. Then if the editg form is being accessed normally (i.e. edit item) then the value of that lookup column should of course show the current value for that particular document.<br />
How would I achieve that?<br />
Thanks in advance,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vaishnavi Desai</title>
		<link>http://www.endusersharepoint.com/2009/11/03/setting-sharepoint-form-fields-using-query-string-variables-without-using-javascript/comment-page-1/#comment-19110</link>
		<dc:creator>Vaishnavi Desai</dc:creator>
		<pubDate>Thu, 12 Nov 2009 19:02:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.endusersharepoint.com/?p=3120#comment-19110</guid>
		<description>HI Mark,

That&#039;s a good approach and I have tried doing that.
But the client requirement is to be able to just click on a link or an option on the list.

When the user clicks on that link or option, it will open up a form(template) for that ID# with all prefilled values for that item.

The user can make changes or submit the NewItem form, which will create a new item in that list with a different ID#.

There should be no user interaction to start the workflow.

Let me know if you have any more questions.

Thanks,
Vaishnavi</description>
		<content:encoded><![CDATA[<p>HI Mark,</p>
<p>That&#8217;s a good approach and I have tried doing that.<br />
But the client requirement is to be able to just click on a link or an option on the list.</p>
<p>When the user clicks on that link or option, it will open up a form(template) for that ID# with all prefilled values for that item.</p>
<p>The user can make changes or submit the NewItem form, which will create a new item in that list with a different ID#.</p>
<p>There should be no user interaction to start the workflow.</p>
<p>Let me know if you have any more questions.</p>
<p>Thanks,<br />
Vaishnavi</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Rackley</title>
		<link>http://www.endusersharepoint.com/2009/11/03/setting-sharepoint-form-fields-using-query-string-variables-without-using-javascript/comment-page-1/#comment-19098</link>
		<dc:creator>Mark Rackley</dc:creator>
		<pubDate>Thu, 12 Nov 2009 17:30:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.endusersharepoint.com/?p=3120#comment-19098</guid>
		<description>Vaishnavi,

In a similar situation I created a manual workflow to &quot;clone&quot; the original request in SPD.

Is this an option for you?  User would go to request they wish to clone, execute the manual workflow, a copy of the request would be created, then the user would go in and edit as needed.

This is the most simple approach I can think of, if this will not work for you let me know and I&#039;ll give it some more thought.

best of luck,
Mark</description>
		<content:encoded><![CDATA[<p>Vaishnavi,</p>
<p>In a similar situation I created a manual workflow to &#8220;clone&#8221; the original request in SPD.</p>
<p>Is this an option for you?  User would go to request they wish to clone, execute the manual workflow, a copy of the request would be created, then the user would go in and edit as needed.</p>
<p>This is the most simple approach I can think of, if this will not work for you let me know and I&#8217;ll give it some more thought.</p>
<p>best of luck,<br />
Mark</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nasir</title>
		<link>http://www.endusersharepoint.com/2009/11/03/setting-sharepoint-form-fields-using-query-string-variables-without-using-javascript/comment-page-1/#comment-18974</link>
		<dc:creator>Nasir</dc:creator>
		<pubDate>Tue, 10 Nov 2009 22:44:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.endusersharepoint.com/?p=3120#comment-18974</guid>
		<description>Hi Mark,

I never blame on your work. I apologize if I hurt you. In these days I am looking for one solution and I find that same material owned by different people. So little confused that who is the genuine owner. I really like your work and also regular visitor of this website. 

Regards,

Nasir</description>
		<content:encoded><![CDATA[<p>Hi Mark,</p>
<p>I never blame on your work. I apologize if I hurt you. In these days I am looking for one solution and I find that same material owned by different people. So little confused that who is the genuine owner. I really like your work and also regular visitor of this website. </p>
<p>Regards,</p>
<p>Nasir</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vaishnavi</title>
		<link>http://www.endusersharepoint.com/2009/11/03/setting-sharepoint-form-fields-using-query-string-variables-without-using-javascript/comment-page-1/#comment-18973</link>
		<dc:creator>Vaishnavi</dc:creator>
		<pubDate>Tue, 10 Nov 2009 22:35:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.endusersharepoint.com/?p=3120#comment-18973</guid>
		<description>Hi Mark,

Thanks for your quick response.
Actually i think converting it to text box does not help, as i want to prefill the form, from an alreay created item in list.
Suppose,

Item #2 is created.
Now user wants to use #2 as a prototype to submit another request.
Then clicking on a link, it will open up a newitem page with prefill values for that ID#2 (as in EditForm.aspx).

User can change those values or use the same to create a new request.

Thanks.</description>
		<content:encoded><![CDATA[<p>Hi Mark,</p>
<p>Thanks for your quick response.<br />
Actually i think converting it to text box does not help, as i want to prefill the form, from an alreay created item in list.<br />
Suppose,</p>
<p>Item #2 is created.<br />
Now user wants to use #2 as a prototype to submit another request.<br />
Then clicking on a link, it will open up a newitem page with prefill values for that ID#2 (as in EditForm.aspx).</p>
<p>User can change those values or use the same to create a new request.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Rackley</title>
		<link>http://www.endusersharepoint.com/2009/11/03/setting-sharepoint-form-fields-using-query-string-variables-without-using-javascript/comment-page-1/#comment-18972</link>
		<dc:creator>Mark Rackley</dc:creator>
		<pubDate>Tue, 10 Nov 2009 22:12:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.endusersharepoint.com/?p=3120#comment-18972</guid>
		<description>Vaishnavi,

I believe you should be able to follow the steps above for creating the new entry form and for every field you want to pre-fill, convert it to a text field and set the text=&quot;&quot; for each field.

If the fields are static you can just hard code the pre-fill value (ie text=&quot;Active&quot;).  However, if the pre-filled values are dynamic you will have more work to do.</description>
		<content:encoded><![CDATA[<p>Vaishnavi,</p>
<p>I believe you should be able to follow the steps above for creating the new entry form and for every field you want to pre-fill, convert it to a text field and set the text=&#8221;" for each field.</p>
<p>If the fields are static you can just hard code the pre-fill value (ie text=&#8221;Active&#8221;).  However, if the pre-filled values are dynamic you will have more work to do.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
