<?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>ServiceNow Guru &#187; List collector Archives </title>
	<atom:link href="http://www.servicenowguru.com/tag/list-collector/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.servicenowguru.com</link>
	<description>ServiceNow Consulting Scripting Administration Development</description>
	<lastBuildDate>Mon, 30 Jan 2012 23:21:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Change the Size of a List Collector Slushbucket Variable</title>
		<link>http://www.servicenowguru.com/scripting/client-scripts-scripting/change-size-list-collector-slushbucket-variable/</link>
		<comments>http://www.servicenowguru.com/scripting/client-scripts-scripting/change-size-list-collector-slushbucket-variable/#comments</comments>
		<pubDate>Wed, 24 Nov 2010 08:33:06 +0000</pubDate>
		<dc:creator>Mark Stanger</dc:creator>
				<category><![CDATA[Client scripts]]></category>
		<category><![CDATA[Catalog client scripts]]></category>
		<category><![CDATA[List collector]]></category>
		<category><![CDATA[Service catalog]]></category>
		<category><![CDATA[Slushbucket]]></category>

		<guid isPermaLink="false">http://www.servicenowguru.com/?p=2830</guid>
		<description><![CDATA[List collector variables are a great way to collect multiple pieces of information about referenced records in a single variable in the Service Catalog. One complaint I get about these variables is that they take up a lot of space on the screen. While there&#8217;s not a lot you can do with regular slushbuckets in [...]]]></description>
		<wfw:commentRss>http://www.servicenowguru.com/scripting/client-scripts-scripting/change-size-list-collector-slushbucket-variable/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Move List Collector Options</title>
		<link>http://www.servicenowguru.com/scripting/client-scripts-scripting/move-list-collector-options/</link>
		<comments>http://www.servicenowguru.com/scripting/client-scripts-scripting/move-list-collector-options/#comments</comments>
		<pubDate>Tue, 22 Jun 2010 15:42:14 +0000</pubDate>
		<dc:creator>Mark Stanger</dc:creator>
				<category><![CDATA[Client scripts]]></category>
		<category><![CDATA[Catalog client scripts]]></category>
		<category><![CDATA[List collector]]></category>
		<category><![CDATA[Service catalog]]></category>
		<category><![CDATA[Slushbucket]]></category>

		<guid isPermaLink="false">http://www.servicenowguru.com/?p=1758</guid>
		<description><![CDATA[H ere&#8217;s a cool catalog client script that I figured out for a client. It allows you to move one or more selected options from one side of a list collector variable slushbucket to another. Using the script is pretty straight forward. Just supply the name of the list collector variable you are working with, [...]]]></description>
		<wfw:commentRss>http://www.servicenowguru.com/scripting/client-scripts-scripting/move-list-collector-options/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Limiting Number of Selections in a List Collector</title>
		<link>http://www.servicenowguru.com/scripting/client-scripts-scripting/limiting-selections-list-collector/</link>
		<comments>http://www.servicenowguru.com/scripting/client-scripts-scripting/limiting-selections-list-collector/#comments</comments>
		<pubDate>Fri, 18 Jun 2010 13:47:43 +0000</pubDate>
		<dc:creator>Mark Stanger</dc:creator>
				<category><![CDATA[Client scripts]]></category>
		<category><![CDATA[Catalog client scripts]]></category>
		<category><![CDATA[List collector]]></category>
		<category><![CDATA[Service catalog]]></category>

		<guid isPermaLink="false">http://www.servicenowguru.com/?p=1743</guid>
		<description><![CDATA[L ist collector variables are a great way (currently the only way) to allow a user to select multiple options from a referenced table in a single variable on a service catalog item. The list collector variable allows you to choose from one to many (potentially hundreds or more) selections. What if you wanted to [...]]]></description>
		<wfw:commentRss>http://www.servicenowguru.com/scripting/client-scripts-scripting/limiting-selections-list-collector/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Customizing the Slushbucket</title>
		<link>http://www.servicenowguru.com/system-ui/customizing-slushbucket/</link>
		<comments>http://www.servicenowguru.com/system-ui/customizing-slushbucket/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 20:47:01 +0000</pubDate>
		<dc:creator>Mark Stanger</dc:creator>
				<category><![CDATA[System UI]]></category>
		<category><![CDATA[List collector]]></category>
		<category><![CDATA[Slushbucket]]></category>

		<guid isPermaLink="false">http://www.servicenowguru.com/?p=937</guid>
		<description><![CDATA[The term &#8216;Slushbucket&#8217; is used in Service-now to refer to a couple of places in the system&#8230; The popup window view that you see when you click the &#8216;Edit&#8217; button from a related list at the bottom of a form. The interface used to display any &#8216;List collector&#8217; service catalog variable A question that comes [...]]]></description>
		<wfw:commentRss>http://www.servicenowguru.com/system-ui/customizing-slushbucket/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Changing the Filter of a List Collector Variable via Client Script</title>
		<link>http://www.servicenowguru.com/scripting/client-scripts-scripting/changing-filter-list-collector-variable-client-script/</link>
		<comments>http://www.servicenowguru.com/scripting/client-scripts-scripting/changing-filter-list-collector-variable-client-script/#comments</comments>
		<pubDate>Wed, 13 Jan 2010 23:28:22 +0000</pubDate>
		<dc:creator>Mark Stanger</dc:creator>
				<category><![CDATA[Client scripts]]></category>
		<category><![CDATA[Catalog client scripts]]></category>
		<category><![CDATA[List collector]]></category>
		<category><![CDATA[Service catalog]]></category>

		<guid isPermaLink="false">http://www.servicenowguru.com/?p=666</guid>
		<description><![CDATA[I f you&#8217;ve worked with the Service-now.com service catalog much, you&#8217;ve probably realized that there are some differences between the service catalog interface and the traditional forms that are used throughout the rest of the tool. The intention of this is to make the experience a little bit better for end users of the system [...]]]></description>
		<wfw:commentRss>http://www.servicenowguru.com/scripting/client-scripts-scripting/changing-filter-list-collector-variable-client-script/feed/</wfw:commentRss>
		<slash:comments>37</slash:comments>
		</item>
	</channel>
</rss>

