<?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: How to obtain a field ID</title>
	<atom:link href="http://salesforce.phollaio.com/2007/04/02/how_to_obtain_a_field_id/feed/" rel="self" type="application/rss+xml" />
	<link>http://salesforce.phollaio.com/2007/04/02/how_to_obtain_a_field_id/</link>
	<description>The hows and whys of Salesforce.com</description>
	<pubDate>Tue, 06 Jan 2009 01:23:46 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Olof</title>
		<link>http://salesforce.phollaio.com/2007/04/02/how_to_obtain_a_field_id/comment-page-1/#comment-38743</link>
		<dc:creator>Olof</dc:creator>
		<pubDate>Fri, 28 Nov 2008 13:39:43 +0000</pubDate>
		<guid isPermaLink="false">http://salesforce.phollaio.com/2007/04/02/how_to_obtain_a_field_id/#comment-38743</guid>
		<description>Thanks!!!</description>
		<content:encoded><![CDATA[<p>Thanks!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JD</title>
		<link>http://salesforce.phollaio.com/2007/04/02/how_to_obtain_a_field_id/comment-page-1/#comment-37402</link>
		<dc:creator>JD</dc:creator>
		<pubDate>Thu, 06 Nov 2008 21:07:32 +0000</pubDate>
		<guid isPermaLink="false">http://salesforce.phollaio.com/2007/04/02/how_to_obtain_a_field_id/#comment-37402</guid>
		<description>I can't get custom lookup fields to populate with data using this method, am I missing something?</description>
		<content:encoded><![CDATA[<p>I can&#8217;t get custom lookup fields to populate with data using this method, am I missing something?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Susan</title>
		<link>http://salesforce.phollaio.com/2007/04/02/how_to_obtain_a_field_id/comment-page-1/#comment-22019</link>
		<dc:creator>Susan</dc:creator>
		<pubDate>Fri, 06 Jun 2008 12:45:04 +0000</pubDate>
		<guid isPermaLink="false">http://salesforce.phollaio.com/2007/04/02/how_to_obtain_a_field_id/#comment-22019</guid>
		<description>Hi there - minor correction - the Status field is actually tsk12 not tsk4</description>
		<content:encoded><![CDATA[<p>Hi there - minor correction - the Status field is actually tsk12 not tsk4</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Salesforce URL Explained &#124; Warrior Point - Latest News on SaaS &#38; Tutorials for On-demand Software</title>
		<link>http://salesforce.phollaio.com/2007/04/02/how_to_obtain_a_field_id/comment-page-1/#comment-15921</link>
		<dc:creator>Salesforce URL Explained &#124; Warrior Point - Latest News on SaaS &#38; Tutorials for On-demand Software</dc:creator>
		<pubDate>Mon, 31 Mar 2008 04:55:34 +0000</pubDate>
		<guid isPermaLink="false">http://salesforce.phollaio.com/2007/04/02/how_to_obtain_a_field_id/#comment-15921</guid>
		<description>[...] Most standard and custom fields on any object can be pre-filled using a URL parameter. You just need to figure out the corresponding parameter name. In this case, the parameter opp3 corresponds with the Opportunity Name field. Here&#8217;s a good post that provides the instructions and a complete list: Decoding Salesforce. [...]</description>
		<content:encoded><![CDATA[<p>[...] Most standard and custom fields on any object can be pre-filled using a URL parameter. You just need to figure out the corresponding parameter name. In this case, the parameter opp3 corresponds with the Opportunity Name field. Here&#8217;s a good post that provides the instructions and a complete list: Decoding Salesforce. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ale</title>
		<link>http://salesforce.phollaio.com/2007/04/02/how_to_obtain_a_field_id/comment-page-1/#comment-13033</link>
		<dc:creator>Ale</dc:creator>
		<pubDate>Tue, 19 Feb 2008 16:32:17 +0000</pubDate>
		<guid isPermaLink="false">http://salesforce.phollaio.com/2007/04/02/how_to_obtain_a_field_id/#comment-13033</guid>
		<description>@Steve: Thanks for pointing this out; I believe the forms will post the values to Salesforce if only the NAME attribute contains the actual Id of the field; this shouldn't prevent you from changing the value of the ID attribute to something more comprehensible (eg: "region") and validate the field via Javascript using something like: getElementByID("region").

Please let us know if this helps (works).</description>
		<content:encoded><![CDATA[<p>@Steve: Thanks for pointing this out; I believe the forms will post the values to Salesforce if only the NAME attribute contains the actual Id of the field; this shouldn&#8217;t prevent you from changing the value of the ID attribute to something more comprehensible (eg: &#8220;region&#8221;) and validate the field via Javascript using something like: getElementByID(&#8221;region&#8221;).</p>
<p>Please let us know if this helps (works).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://salesforce.phollaio.com/2007/04/02/how_to_obtain_a_field_id/comment-page-1/#comment-13003</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Tue, 19 Feb 2008 11:34:23 +0000</pubDate>
		<guid isPermaLink="false">http://salesforce.phollaio.com/2007/04/02/how_to_obtain_a_field_id/#comment-13003</guid>
		<description>Hi


We have a custom field in Sales Force and a have a simple web-to-lead form on our website that uses ringlead to pass the lead to Sales Force. 

The Custom ID and Name that Sales Force gave us for inclusion on this form (to be attached to the 'region' field) is: 

0N30000000mnNj 

This is a nightmare for clientside javacript/ajax validation as 

IT IS NOT WEB COMPLIENT - name an id should not begin with a digit, should begin only with a letter. please see W3 's website: 

http://www.w3.org/TR/html401/types.html#type-id

This is a serious problem as I am unable to write ANY JavaScript validation for this field and subsequently data is lost and leads are not being distributed correctly which is harming our business. Why could sales force not spot this and is there a way to customise this custom field name and id so that at least it starts with a letter???

Has anyone come against this issue and found a work-around in JavaScript validation???

Thanks</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>We have a custom field in Sales Force and a have a simple web-to-lead form on our website that uses ringlead to pass the lead to Sales Force. </p>
<p>The Custom ID and Name that Sales Force gave us for inclusion on this form (to be attached to the &#8216;region&#8217; field) is: </p>
<p>0N30000000mnNj </p>
<p>This is a nightmare for clientside javacript/ajax validation as </p>
<p>IT IS NOT WEB COMPLIENT - name an id should not begin with a digit, should begin only with a letter. please see W3 &#8217;s website: </p>
<p><a href="http://www.w3.org/TR/html401/types.html#type-id" rel="nofollow">http://www.w3.org/TR/html401/types.html#type-id</a></p>
<p>This is a serious problem as I am unable to write ANY JavaScript validation for this field and subsequently data is lost and leads are not being distributed correctly which is harming our business. Why could sales force not spot this and is there a way to customise this custom field name and id so that at least it starts with a letter???</p>
<p>Has anyone come against this issue and found a work-around in JavaScript validation???</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Ruitman</title>
		<link>http://salesforce.phollaio.com/2007/04/02/how_to_obtain_a_field_id/comment-page-1/#comment-6430</link>
		<dc:creator>Daniel Ruitman</dc:creator>
		<pubDate>Sun, 25 Nov 2007 00:22:49 +0000</pubDate>
		<guid isPermaLink="false">http://salesforce.phollaio.com/2007/04/02/how_to_obtain_a_field_id/#comment-6430</guid>
		<description>the type field on activities is tsk10 much like the event type field evt10</description>
		<content:encoded><![CDATA[<p>the type field on activities is tsk10 much like the event type field evt10</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon</title>
		<link>http://salesforce.phollaio.com/2007/04/02/how_to_obtain_a_field_id/comment-page-1/#comment-6176</link>
		<dc:creator>Jon</dc:creator>
		<pubDate>Tue, 20 Nov 2007 19:38:55 +0000</pubDate>
		<guid isPermaLink="false">http://salesforce.phollaio.com/2007/04/02/how_to_obtain_a_field_id/#comment-6176</guid>
		<description>We are using Salesforce.com as a helpdesk application.  Currently, we have to enter information in the case close window in order to close a ticket.  We need to setup a button on our cases to allow us to bypass this and automatically close a case with generic information.  Does anyone know of any code that will allow us to do this?  I talked with Salesforce and they told me that we need to set up an S-Control, but that they can't help me with that.  I'm a novice so any help would be appreciated.

Thanks!</description>
		<content:encoded><![CDATA[<p>We are using Salesforce.com as a helpdesk application.  Currently, we have to enter information in the case close window in order to close a ticket.  We need to setup a button on our cases to allow us to bypass this and automatically close a case with generic information.  Does anyone know of any code that will allow us to do this?  I talked with Salesforce and they told me that we need to set up an S-Control, but that they can&#8217;t help me with that.  I&#8217;m a novice so any help would be appreciated.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Susan</title>
		<link>http://salesforce.phollaio.com/2007/04/02/how_to_obtain_a_field_id/comment-page-1/#comment-1030</link>
		<dc:creator>Susan</dc:creator>
		<pubDate>Fri, 15 Jun 2007 12:53:49 +0000</pubDate>
		<guid isPermaLink="false">http://salesforce.phollaio.com/2007/04/02/how_to_obtain_a_field_id/#comment-1030</guid>
		<description>...actually I found them.  I posted them here if anyone is interested:
http://community.salesforce.com/sforce/board/message?board.id=general_development&#38;message.id=11864</description>
		<content:encoded><![CDATA[<p>&#8230;actually I found them.  I posted them here if anyone is interested:<br />
<a href="http://community.salesforce.com/sforce/board/message?board.id=general_development&amp;message.id=11864" rel="nofollow">http://community.salesforce.co.....e.id=11864</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Susan</title>
		<link>http://salesforce.phollaio.com/2007/04/02/how_to_obtain_a_field_id/comment-page-1/#comment-1013</link>
		<dc:creator>Susan</dc:creator>
		<pubDate>Tue, 12 Jun 2007 12:37:31 +0000</pubDate>
		<guid isPermaLink="false">http://salesforce.phollaio.com/2007/04/02/how_to_obtain_a_field_id/#comment-1013</guid>
		<description>Hi there,
How can I find the id for user fields?  I am trying to create a user from a contact record and prepopulate some of the fields....
Thanks</description>
		<content:encoded><![CDATA[<p>Hi there,<br />
How can I find the id for user fields?  I am trying to create a user from a contact record and prepopulate some of the fields&#8230;.<br />
Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>
