<?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: Personalize D2L content using variables</title>
	<atom:link href="http://clintlalonde.net/2009/03/03/personalize-d2l-content-using-variables/feed/" rel="self" type="application/rss+xml" />
	<link>http://clintlalonde.net/2009/03/03/personalize-d2l-content-using-variables/</link>
	<description>Trying to balance the ed with the tech</description>
	<lastBuildDate>Thu, 17 May 2012 17:34:34 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Mike Kaastra</title>
		<link>http://clintlalonde.net/2009/03/03/personalize-d2l-content-using-variables/comment-page-1/#comment-3541</link>
		<dc:creator>Mike Kaastra</dc:creator>
		<pubDate>Tue, 31 Aug 2010 19:00:31 +0000</pubDate>
		<guid isPermaLink="false">http://clintlalonde.net/?p=328#comment-3541</guid>
		<description>FYI - These are called Replace Strings, and there is quite the handful that can also be used in custom widgets, navbar links, etc. They are documented, although maybe not where one would expect...custom widgets is where you&#039;ll see them referenced.  
 
There are also some undocumented ones like {rolename}, {rolecode}, {userid}, {orgunitid}, {orgunitpath}, {orgdefinedid} and probably some others i&#039;m not getting off the top of my head, although they don&#039;t all work everywhere. 
 
These can provide nice lightweight methods for integrations as well, depending on the level of security required when you want to communicate this information. </description>
		<content:encoded><![CDATA[<p>FYI &#8211; These are called Replace Strings, and there is quite the handful that can also be used in custom widgets, navbar links, etc. They are documented, although maybe not where one would expect&#8230;custom widgets is where you&#039;ll see them referenced.  </p>
<p>There are also some undocumented ones like {rolename}, {rolecode}, {userid}, {orgunitid}, {orgunitpath}, {orgdefinedid} and probably some others i&#039;m not getting off the top of my head, although they don&#039;t all work everywhere. </p>
<p>These can provide nice lightweight methods for integrations as well, depending on the level of security required when you want to communicate this information.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Clint Lalonde</title>
		<link>http://clintlalonde.net/2009/03/03/personalize-d2l-content-using-variables/comment-page-1/#comment-2482</link>
		<dc:creator>Clint Lalonde</dc:creator>
		<pubDate>Thu, 19 Mar 2009 20:51:16 +0000</pubDate>
		<guid isPermaLink="false">http://clintlalonde.net/?p=328#comment-2482</guid>
		<description>Thanks for that, Ian. I haven&#039;t actually tested any variables on the nav bar other than {firstname}, {lastname} and {OrgUnitName]. I suspect that the variables have limited scope within the application. </description>
		<content:encoded><![CDATA[<p>Thanks for that, Ian. I haven&#039;t actually tested any variables on the nav bar other than {firstname}, {lastname} and {OrgUnitName]. I suspect that the variables have limited scope within the application.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian Baran</title>
		<link>http://clintlalonde.net/2009/03/03/personalize-d2l-content-using-variables/comment-page-1/#comment-2481</link>
		<dc:creator>Ian Baran</dc:creator>
		<pubDate>Thu, 19 Mar 2009 20:30:57 +0000</pubDate>
		<guid isPermaLink="false">http://clintlalonde.net/?p=328#comment-2481</guid>
		<description>There are a number of other variables listed as email elements in the Intelligent Agent, but only the three you listed seem to work on the Navbar. 
 
{OrgName} - The name of the organization. 
{OrgUnitCode} - The code for the Org Unit. 
{OrgUnitName} - The name of the Org Unit. 
 
{OrgUnitStartDate} - The start date specified for the Org Unit. 
{OrgUnitEndDate} - The end date specified for the Org Unit. 
{InitiatingUserFirstName} - The first name of the initiating user. 
{InitiatingUserLastName} - The last name of the initiating user. 
{InitiatingUserUserName} - The user name of the initiating user. 
{InitiatingUserOrgDefinedId} - The Org Defined Id of the initiating user. 
{LoginPath} - The address of the login path for the site. 
 
{InitiatingUser} &#8211; The user who performs the actions necessary to satisfy the agent&#039;s criteria. 
{InitiatingUserAuditors} - The auditors of the user who performs the actions necessary to satisfy the agent&#039;s criteria. </description>
		<content:encoded><![CDATA[<p>There are a number of other variables listed as email elements in the Intelligent Agent, but only the three you listed seem to work on the Navbar. </p>
<p>{OrgName} &#8211; The name of the organization.<br />
{OrgUnitCode} &#8211; The code for the Org Unit.<br />
{OrgUnitName} &#8211; The name of the Org Unit. </p>
<p>{OrgUnitStartDate} &#8211; The start date specified for the Org Unit.<br />
{OrgUnitEndDate} &#8211; The end date specified for the Org Unit.<br />
{InitiatingUserFirstName} &#8211; The first name of the initiating user.<br />
{InitiatingUserLastName} &#8211; The last name of the initiating user.<br />
{InitiatingUserUserName} &#8211; The user name of the initiating user.<br />
{InitiatingUserOrgDefinedId} &#8211; The Org Defined Id of the initiating user.<br />
{LoginPath} &#8211; The address of the login path for the site. </p>
<p>{InitiatingUser} &ndash; The user who performs the actions necessary to satisfy the agent&#039;s criteria.<br />
{InitiatingUserAuditors} &#8211; The auditors of the user who performs the actions necessary to satisfy the agent&#039;s criteria.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MXT</title>
		<link>http://clintlalonde.net/2009/03/03/personalize-d2l-content-using-variables/comment-page-1/#comment-2464</link>
		<dc:creator>MXT</dc:creator>
		<pubDate>Wed, 04 Mar 2009 02:01:14 +0000</pubDate>
		<guid isPermaLink="false">http://clintlalonde.net/?p=328#comment-2464</guid>
		<description>The &quot;{&quot; some-var-name &quot;}&quot; is how Atlassian&#039;s wiki Confluence inserts data values and code blocks into pages.   
   
THINK   
think different   
Think Open Source </description>
		<content:encoded><![CDATA[<p>The &quot;{&quot; some-var-name &quot;}&quot; is how Atlassian&#39;s wiki Confluence inserts data values and code blocks into pages.   </p>
<p>THINK<br />
think different<br />
Think Open Source</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MXT</title>
		<link>http://clintlalonde.net/2009/03/03/personalize-d2l-content-using-variables/comment-page-1/#comment-2463</link>
		<dc:creator>MXT</dc:creator>
		<pubDate>Tue, 03 Mar 2009 19:00:33 +0000</pubDate>
		<guid isPermaLink="false">http://clintlalonde.net/?p=328#comment-2463</guid>
		<description>The &quot;{&quot; same-var-name &quot;}&quot; is how Atlassian&#039;s wiki Confluence inserts data values and code block into pages. 
 
THINK 
think different 
Think Open Source 
 </description>
		<content:encoded><![CDATA[<p>The &quot;{&quot; same-var-name &quot;}&quot; is how Atlassian&#039;s wiki Confluence inserts data values and code block into pages. </p>
<p>THINK<br />
think different<br />
Think Open Source</p>
]]></content:encoded>
	</item>
</channel>
</rss>

