<?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>crm.atechnisch.nl &#187; Global Variables</title>
	<atom:link href="http://crm.atechnisch.nl/tag/global-variables/feed/" rel="self" type="application/rss+xml" />
	<link>http://crm.atechnisch.nl</link>
	<description>How to improve Microsoft Dynamics CRM</description>
	<lastBuildDate>Wed, 25 Nov 2009 08:12:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Global Variables in MS CRM 4.0</title>
		<link>http://crm.atechnisch.nl/2008/01/global-variables-in-ms-crm-40/</link>
		<comments>http://crm.atechnisch.nl/2008/01/global-variables-in-ms-crm-40/#comments</comments>
		<pubDate>Thu, 17 Jan 2008 09:53:03 +0000</pubDate>
		<dc:creator>Huib Aarts</dc:creator>
				<category><![CDATA[Client Side Scripting]]></category>
		<category><![CDATA[MS CRM 4.0 Customizations]]></category>
		<category><![CDATA[Global Variables]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[SDK]]></category>

		<guid isPermaLink="false">http://crm.atechnisch.nl/2008/01/17/global-variables-in-ms-crm-40/</guid>
		<description><![CDATA[Global variables provide information about the Microsoft Dynamics CRM deployment and options chose by the user.
The following table shows the available global variables.Variable name and description
SERVER_URL: Provides a string that represents the base server URL. When a user is offline, the SERVER_URL points to the local Microsoft Dynamics CRM Web services.
USER_LANGUAGE_CODE: Provides an LCID value [...]]]></description>
			<content:encoded><![CDATA[<p>Global variables provide information about the Microsoft Dynamics CRM deployment and options chose by the user.<br />
The following table shows the available global variables.Variable name and description<br />
<strong>SERVER_URL</strong>: Provides a string that represents the base server URL. When a user is offline, the SERVER_URL points to the local Microsoft Dynamics CRM Web services.<br />
<strong>USER_LANGUAGE_CODE</strong>: Provides an LCID value representing the Microsoft Dynamics CRM Language Pack that the user has chosen<br />
<strong>ORG_LANGUAGE_CODE</strong>: Provides an LCID value representing the Microsoft Dynamics CRM Language Pack that is the base language for the organization<br />
<strong>ORG_UNIQUE_NAME</strong>: Provides the unique text value of the organizations name.</p>
<p>Example<br />
This script displays the values of these global variables.</p>
<pre class="brush: css;">
alert(&quot;SERVER_URL=&quot;+SERVER_URL );
alert(&quot;USER_LANGUAGE_CODE=&quot;+USER_LANGUAGE_CODE);
alert(&quot;ORG_LANGUAGE_CODE=&quot;+ORG_LANGUAGE_CODE);
alert(&quot;ORG_UNIQUE_NAME=&quot;+ORG_UNIQUE_NAME);
</pre>
<p>(Source SDK MS CRM 4.0)</p>
]]></content:encoded>
			<wfw:commentRss>http://crm.atechnisch.nl/2008/01/global-variables-in-ms-crm-40/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
