<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>SharePoint &#187; Tips</title>
	<atom:link href="http://www.sharepointboris.net/tag/tips/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sharepointboris.net</link>
	<description>and Boris Gomiunik</description>
	<lastBuildDate>Thu, 22 Dec 2011 11:45:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>A quick way to get to know the internal name of the SharePoint Column</title>
		<link>http://www.sharepointboris.net/2010/02/the-quick-way-to-get-to-know-the-internal-name-of-the-sharepoint-column/</link>
		<comments>http://www.sharepointboris.net/2010/02/the-quick-way-to-get-to-know-the-internal-name-of-the-sharepoint-column/#comments</comments>
		<pubDate>Mon, 15 Feb 2010 22:21:49 +0000</pubDate>
		<dc:creator>Boris Gomiunik</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://www.sharepointboris.net/2010/02/the-quick-way-to-get-to-know-the-internal-name-of-the-sharepoint-column/</guid>
		<description><![CDATA[If you need to know the internal name of a SharePoint column (which can be pretty different from actual if you&#8217;re using spaces and latin characters, you can discover this very simple: Go to list&#8217;s settings and edit the properties of the field (on a sample below we&#8217;ll get to know the internal name of [...]]]></description>
			<content:encoded><![CDATA[<p>If you need to know the internal name of a SharePoint column (which can be pretty different from actual if you&#8217;re using spaces and latin characters, you can discover this very simple:</p>
<ol>
<li>Go to list&#8217;s settings and edit the properties of the field (on a sample below we&#8217;ll get to know the internal name of a &quot;Business phone&quot; column in a standard Contacts list:     <br /><a href="http://boris.gomiunik.net/wp-content/uploads/2010/02/image45.png" rel="lightbox[659]" title="image"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://boris.gomiunik.net/wp-content/uploads/2010/02/image_thumb41.png" width="216" height="244" /></a> </li>
<li>In the URL of the &quot;Change Column&quot; page, look for &quot;Field=…&quot; at the end:     <br /><a href="http://boris.gomiunik.net/wp-content/uploads/2010/02/image46.png" rel="lightbox[659]" title="image"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://boris.gomiunik.net/wp-content/uploads/2010/02/image_thumb42.png" width="454" height="40" /></a>&#160;&#160; </li>
<li>In the example above, the internal name is <strong>WorkPhone</strong>. But if your column name contains strange characters, like e.g. <strong>Hello%5FWorld%5Fx0020%5FColumn</strong> (which we would get if we created a &quot;Hellp_World Column&quot; column, type the following in the URL bar of your Web Browser:      <br /><strong>javascript:unescape(&#8216;[your-field-name]&#8216;) </strong>      <br />and press enter. You&#8217;ll get the internal name of the field:      <br /><a href="http://boris.gomiunik.net/wp-content/uploads/2010/02/image47.png" rel="lightbox[659]" title="image"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://boris.gomiunik.net/wp-content/uploads/2010/02/image_thumb43.png" width="405" height="164" /></a> </li>
</ol>
<p>Why is internal column name good for? XSLT views code in SharePoint Designer, Querying SharePoint Web Services, custom scripts, when programming backend against a SharePoint list or list item,…</p>
<p><!-- PHP 5.x --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sharepointboris.net/2010/02/the-quick-way-to-get-to-know-the-internal-name-of-the-sharepoint-column/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

