<?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; UI macros Archives </title>
	<atom:link href="http://www.servicenowguru.com/topics/system-ui/ui-macros/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>Building a CI Change Calendar Macro &#8211; On The Fly</title>
		<link>http://www.servicenowguru.com/scripting/client-scripts-scripting/ci-change-calendar-macro/</link>
		<comments>http://www.servicenowguru.com/scripting/client-scripts-scripting/ci-change-calendar-macro/#comments</comments>
		<pubDate>Wed, 20 Jul 2011 12:39:19 +0000</pubDate>
		<dc:creator>Mark Stanger</dc:creator>
				<category><![CDATA[Client scripts]]></category>
		<category><![CDATA[Reporting]]></category>
		<category><![CDATA[UI macros]]></category>
		<category><![CDATA[Catalog client scripts]]></category>
		<category><![CDATA[Change management]]></category>
		<category><![CDATA[Incident management]]></category>

		<guid isPermaLink="false">http://www.servicenowguru.com/?p=3920</guid>
		<description><![CDATA[A co-worker asked me for some help yesterday fulfilling an interesting requirement. He needed to set up a configuration item reference field or catalog variable that would display a calendar macro that, when clicked, would open a popup window containing a change calendar report for that configuration item. I figured this idea might be of [...]]]></description>
		<wfw:commentRss>http://www.servicenowguru.com/scripting/client-scripts-scripting/ci-change-calendar-macro/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Solving the Client Script &#8216;Before and After&#8217; Problem</title>
		<link>http://www.servicenowguru.com/scripting/client-scripts-scripting/solving-client-script-before-after-problem/</link>
		<comments>http://www.servicenowguru.com/scripting/client-scripts-scripting/solving-client-script-before-after-problem/#comments</comments>
		<pubDate>Mon, 13 Jun 2011 15:03:01 +0000</pubDate>
		<dc:creator>Mark Stanger</dc:creator>
				<category><![CDATA[Client scripts]]></category>
		<category><![CDATA[System UI]]></category>
		<category><![CDATA[UI macros]]></category>
		<category><![CDATA[Formatters]]></category>
		<category><![CDATA[setTimeout]]></category>

		<guid isPermaLink="false">http://www.servicenowguru.com/?p=3789</guid>
		<description><![CDATA[E very now and then I come across a question dealing with the order of execution for client-side code (Client Scripts and UI Policies). In my experience, the need to order client-side code is pretty rare and really only applies in a few &#8216;onLoad&#8217; scenarios and even fewer &#8216;onChange&#8217; scenarios. Usually, the way that a [...]]]></description>
		<wfw:commentRss>http://www.servicenowguru.com/scripting/client-scripts-scripting/solving-client-script-before-after-problem/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>On-call Calendar Popup UI Macro</title>
		<link>http://www.servicenowguru.com/system-ui/ui-macros/on-call-calendar-popup-ui-macro/</link>
		<comments>http://www.servicenowguru.com/system-ui/ui-macros/on-call-calendar-popup-ui-macro/#comments</comments>
		<pubDate>Mon, 09 May 2011 16:24:29 +0000</pubDate>
		<dc:creator>Mark Stanger</dc:creator>
				<category><![CDATA[UI macros]]></category>
		<category><![CDATA[Incident management]]></category>
		<category><![CDATA[On-call rotations]]></category>

		<guid isPermaLink="false">http://www.servicenowguru.com/?p=3623</guid>
		<description><![CDATA[H ere&#8217;s a UI macro that I&#8217;ve used for a couple of clients that allows you to pop open an on-call rotation calendar for the group selected in any &#8216;Group&#8217; reference field in the system. This will probably be most useful for the &#8216;Assignment group&#8217; table that you use on the task table. As with [...]]]></description>
		<wfw:commentRss>http://www.servicenowguru.com/system-ui/ui-macros/on-call-calendar-popup-ui-macro/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Adding Referenced Records Without Leaving the Form</title>
		<link>http://www.servicenowguru.com/system-ui/ui-macros/adding-referenced-records-leaving-form/</link>
		<comments>http://www.servicenowguru.com/system-ui/ui-macros/adding-referenced-records-leaving-form/#comments</comments>
		<pubDate>Thu, 24 Mar 2011 11:13:15 +0000</pubDate>
		<dc:creator>Mark Stanger</dc:creator>
				<category><![CDATA[UI macros]]></category>
		<category><![CDATA[Client scripts]]></category>
		<category><![CDATA[GlideDialogWindow]]></category>
		<category><![CDATA[Popup]]></category>
		<category><![CDATA[Reference field]]></category>

		<guid isPermaLink="false">http://www.servicenowguru.com/?p=3508</guid>
		<description><![CDATA[O ne problem I&#8217;ve seen a few times is the need to create a new record on the fly in order to populate it into a reference field. This problem recently came up for me with a client I&#8217;m working with so I decided to come up with a good solution. An example scenario would [...]]]></description>
		<wfw:commentRss>http://www.servicenowguru.com/system-ui/ui-macros/adding-referenced-records-leaving-form/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Direct User Impersonation From a User Record</title>
		<link>http://www.servicenowguru.com/system-ui/ui-actions-system-ui/direct-impersonation-user-record/</link>
		<comments>http://www.servicenowguru.com/system-ui/ui-actions-system-ui/direct-impersonation-user-record/#comments</comments>
		<pubDate>Fri, 10 Dec 2010 13:53:20 +0000</pubDate>
		<dc:creator>Mark Stanger</dc:creator>
				<category><![CDATA[UI actions]]></category>
		<category><![CDATA[UI macros]]></category>
		<category><![CDATA[Impersonation]]></category>

		<guid isPermaLink="false">http://www.servicenowguru.com/?p=3080</guid>
		<description><![CDATA[E very now and then I get a tip from a SNCGuru reader. This post comes courtesy of Garrett Griffin who emailed me yesterday with a cool script that his organization uses to allow admins to easily impersonate users without even having to select their name from the impersonate dialog. For those of you who [...]]]></description>
		<wfw:commentRss>http://www.servicenowguru.com/system-ui/ui-actions-system-ui/direct-impersonation-user-record/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Adding Fields to the Service Catalog Checkout Screen</title>
		<link>http://www.servicenowguru.com/system-ui/adding-fields-service-catalog-checkout-screen/</link>
		<comments>http://www.servicenowguru.com/system-ui/adding-fields-service-catalog-checkout-screen/#comments</comments>
		<pubDate>Fri, 05 Nov 2010 14:07:44 +0000</pubDate>
		<dc:creator>Mark Stanger</dc:creator>
				<category><![CDATA[System UI]]></category>
		<category><![CDATA[UI macros]]></category>
		<category><![CDATA[UI pages]]></category>
		<category><![CDATA[Service catalog]]></category>

		<guid isPermaLink="false">http://www.servicenowguru.com/?p=2635</guid>
		<description><![CDATA[I&#8216;ve written before about some customizations that can be made to the catalog checkout screen in Service-now. The catalog checkout screen gives users one last opportunity to review their order and provide some additional details about the overall request before submitting an order. One common customization request I&#8217;ve heard before is to add additional fields [...]]]></description>
		<wfw:commentRss>http://www.servicenowguru.com/system-ui/adding-fields-service-catalog-checkout-screen/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Mandatory Fields on Service Catalog Checkout Form</title>
		<link>http://www.servicenowguru.com/system-ui/ui-macros/mandatory-fields-service-catalog-checkout/</link>
		<comments>http://www.servicenowguru.com/system-ui/ui-macros/mandatory-fields-service-catalog-checkout/#comments</comments>
		<pubDate>Thu, 18 Feb 2010 14:22:47 +0000</pubDate>
		<dc:creator>Mark Stanger</dc:creator>
				<category><![CDATA[UI macros]]></category>
		<category><![CDATA[Service catalog]]></category>

		<guid isPermaLink="false">http://www.servicenowguru.com/?p=985</guid>
		<description><![CDATA[I f you&#8217;ve used the two-step catalog checkout before you&#8217;ve noticed the few fields on the final checkout screen. Users can provide information about the Requester and their location, along with some special instructions for the processing of the request. These fields are all optional however, so there&#8217;s no way to force a user to [...]]]></description>
		<wfw:commentRss>http://www.servicenowguru.com/system-ui/ui-macros/mandatory-fields-service-catalog-checkout/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Adding a UI Macro to a Non-reference Field</title>
		<link>http://www.servicenowguru.com/system-ui/ui-macros/add-macro-non-reference-field/</link>
		<comments>http://www.servicenowguru.com/system-ui/ui-macros/add-macro-non-reference-field/#comments</comments>
		<pubDate>Tue, 16 Feb 2010 22:40:44 +0000</pubDate>
		<dc:creator>Mark Stanger</dc:creator>
				<category><![CDATA[UI macros]]></category>
		<category><![CDATA[Reference]]></category>

		<guid isPermaLink="false">http://www.servicenowguru.com/?p=942</guid>
		<description><![CDATA[As of the Winter 2011 release, this technique is no longer necessary. If possible, you should use the &#8216;field_decorations&#8217; attribute to point to the UI macro for the field. This post may still be useful for those on running instances on a release earlier than Winter 2011. The client script technique for adding UI macro [...]]]></description>
		<wfw:commentRss>http://www.servicenowguru.com/system-ui/ui-macros/add-macro-non-reference-field/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>

