<?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; Client scripts Archives </title>
	<atom:link href="http://www.servicenowguru.com/tag/client-scripts/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>CI UI Macro Actions for the Affected CIs List</title>
		<link>http://www.servicenowguru.com/system-ui/ui-actions-system-ui/show-bsm-ci-map-affected-cis-related-list/</link>
		<comments>http://www.servicenowguru.com/system-ui/ui-actions-system-ui/show-bsm-ci-map-affected-cis-related-list/#comments</comments>
		<pubDate>Wed, 18 Jan 2012 13:12:25 +0000</pubDate>
		<dc:creator>Mark Stanger</dc:creator>
				<category><![CDATA[CMDB]]></category>
		<category><![CDATA[UI actions]]></category>
		<category><![CDATA[BSM Map]]></category>
		<category><![CDATA[Client scripts]]></category>
		<category><![CDATA[Configuration management]]></category>
		<category><![CDATA[UI macros]]></category>

		<guid isPermaLink="false">http://www.servicenowguru.com/?p=4252</guid>
		<description><![CDATA[T he ability to associate Affected Configuration Items against a task is one of the most basic pieces of the various task forms in ServiceNow. ServiceNow gives you the &#8216;Configuration Item&#8217; field to associate a single CI and the &#8216;Affected CIs&#8217; related list in the event that your task needs to be associated to multiple [...]]]></description>
		<wfw:commentRss>http://www.servicenowguru.com/system-ui/ui-actions-system-ui/show-bsm-ci-map-affected-cis-related-list/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Change Form Header Background Color</title>
		<link>http://www.servicenowguru.com/scripting/client-scripts-scripting/change-form-header-background-color/</link>
		<comments>http://www.servicenowguru.com/scripting/client-scripts-scripting/change-form-header-background-color/#comments</comments>
		<pubDate>Wed, 11 Jan 2012 17:35:15 +0000</pubDate>
		<dc:creator>Mark Stanger</dc:creator>
				<category><![CDATA[Client scripts]]></category>

		<guid isPermaLink="false">http://www.servicenowguru.com/?p=4236</guid>
		<description><![CDATA[J ust a quick scripting tip today based on a solution that I helped someone with on the ServiceNow community site. The request I received was to be able to change the form header background color based on changes to values in a record. You&#8217;re probably aware that ServiceNow provides a global CSS property to [...]]]></description>
		<wfw:commentRss>http://www.servicenowguru.com/scripting/client-scripts-scripting/change-form-header-background-color/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Customizing the dirty form alert popup</title>
		<link>http://www.servicenowguru.com/scripting/client-scripts-scripting/custom-dirty-form-message/</link>
		<comments>http://www.servicenowguru.com/scripting/client-scripts-scripting/custom-dirty-form-message/#comments</comments>
		<pubDate>Wed, 14 Dec 2011 13:49:16 +0000</pubDate>
		<dc:creator>Mark Stanger</dc:creator>
				<category><![CDATA[Client scripts]]></category>
		<category><![CDATA[System UI]]></category>
		<category><![CDATA[Dirty form]]></category>
		<category><![CDATA[System Properties]]></category>

		<guid isPermaLink="false">http://www.servicenowguru.com/?p=4192</guid>
		<description><![CDATA[I had a colleague come to me recently for help on a client issue. The customer wanted two things; the first was to set up the capability to warn users when they were navigating away from a modified form without saving it, but to do this only on selected forms rather than globally. The second [...]]]></description>
		<wfw:commentRss>http://www.servicenowguru.com/scripting/client-scripts-scripting/custom-dirty-form-message/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Attach an event listener to a related list button</title>
		<link>http://www.servicenowguru.com/scripting/client-scripts-scripting/attach-event-listener-related-list-button/</link>
		<comments>http://www.servicenowguru.com/scripting/client-scripts-scripting/attach-event-listener-related-list-button/#comments</comments>
		<pubDate>Thu, 01 Dec 2011 17:37:18 +0000</pubDate>
		<dc:creator>Mark Stanger</dc:creator>
				<category><![CDATA[Client scripts]]></category>
		<category><![CDATA[Prototype]]></category>
		<category><![CDATA[Related lists]]></category>

		<guid isPermaLink="false">http://www.servicenowguru.com/?p=4065</guid>
		<description><![CDATA[R ecently a colleague asked me for assistance with a customer request. The requirement was to pop up an information or alert message when a user clicked the &#8216;Edit&#8217; button on the &#8216;Affected CIs&#8217; related list. The alert message would give them some information or a warning, allow the user to confirm, and then continue [...]]]></description>
		<wfw:commentRss>http://www.servicenowguru.com/scripting/client-scripts-scripting/attach-event-listener-related-list-button/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Automatically adjust the height of text area to fit contents</title>
		<link>http://www.servicenowguru.com/scripting/client-scripts-scripting/automatically-adjust-height-text-area-fit-contents/</link>
		<comments>http://www.servicenowguru.com/scripting/client-scripts-scripting/automatically-adjust-height-text-area-fit-contents/#comments</comments>
		<pubDate>Wed, 16 Nov 2011 13:48:54 +0000</pubDate>
		<dc:creator>Mark Stanger</dc:creator>
				<category><![CDATA[Client scripts]]></category>

		<guid isPermaLink="false">http://www.servicenowguru.com/?p=4148</guid>
		<description><![CDATA[H ere are a couple of script examples you might find useful. Say you&#8217;ve got a multi-line text field or variable that contains a lot of text. To save time in scrolling (or clicking the &#8216;+&#8217; icon next to the field) to see all of the text you just want to auto-expand the height of [...]]]></description>
		<wfw:commentRss>http://www.servicenowguru.com/scripting/client-scripts-scripting/automatically-adjust-height-text-area-fit-contents/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Modifying the Label of Form Fields With Client Scripts</title>
		<link>http://www.servicenowguru.com/system-ui/ui-scripts-system-ui/modifying-label-form-fields-client-scripts/</link>
		<comments>http://www.servicenowguru.com/system-ui/ui-scripts-system-ui/modifying-label-form-fields-client-scripts/#comments</comments>
		<pubDate>Mon, 10 Oct 2011 16:47:32 +0000</pubDate>
		<dc:creator>Mark Stanger</dc:creator>
				<category><![CDATA[Script includes]]></category>
		<category><![CDATA[UI scripts]]></category>
		<category><![CDATA[Client scripts]]></category>

		<guid isPermaLink="false">http://www.servicenowguru.com/?p=4067</guid>
		<description><![CDATA[H ere&#8217;s a quick tip for a Monday. This post comes in response to a question on the ServiceNow forums asking if it is possible to change the label of a field dynamically based on some record criteria (such as record type). It is possible, and this post will show you how it can be [...]]]></description>
		<wfw:commentRss>http://www.servicenowguru.com/system-ui/ui-scripts-system-ui/modifying-label-form-fields-client-scripts/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Animate ServiceNow with jQuery and Prototype Effects!</title>
		<link>http://www.servicenowguru.com/scripting/client-scripts-scripting/jquery-prototype-animation-effects/</link>
		<comments>http://www.servicenowguru.com/scripting/client-scripts-scripting/jquery-prototype-animation-effects/#comments</comments>
		<pubDate>Tue, 09 Aug 2011 13:11:35 +0000</pubDate>
		<dc:creator>Mark Stanger</dc:creator>
				<category><![CDATA[Client scripts]]></category>
		<category><![CDATA[System UI]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Prototype]]></category>
		<category><![CDATA[UI scripts]]></category>

		<guid isPermaLink="false">http://www.servicenowguru.com/?p=3667</guid>
		<description><![CDATA[A while ago, I was trying to figure out how I could add some javascript animations and effects to a ServiceNow instance. What I really wanted was something like the jQuery Effects API but I didn&#8217;t want to have to incorporate a separate API and deal with the loading the bulk of jQuery everywhere in [...]]]></description>
		<wfw:commentRss>http://www.servicenowguru.com/scripting/client-scripts-scripting/jquery-prototype-animation-effects/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>What Everybody Should Know About ServiceNow Security</title>
		<link>http://www.servicenowguru.com/showcase/servicenow-security-tips/</link>
		<comments>http://www.servicenowguru.com/showcase/servicenow-security-tips/#comments</comments>
		<pubDate>Thu, 30 Jun 2011 16:56:51 +0000</pubDate>
		<dc:creator>Mark Stanger</dc:creator>
				<category><![CDATA[Showcase]]></category>
		<category><![CDATA[System Definition]]></category>
		<category><![CDATA[ACLs]]></category>
		<category><![CDATA[Business rules]]></category>
		<category><![CDATA[Client scripts]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[System Security]]></category>
		<category><![CDATA[UI policy]]></category>

		<guid isPermaLink="false">http://www.servicenowguru.com/?p=3638</guid>
		<description><![CDATA[Follow these guidelines to make sure you&#8217;re using the right security technique for every situation! S ecurity in ServiceNow is a very important, but often very confusing subject to get the hang of. ACLs, business rules, client scripts, and UI policies can all affect the security in your system to varying levels. Improper use of [...]]]></description>
		<wfw:commentRss>http://www.servicenowguru.com/showcase/servicenow-security-tips/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Set Default Date/Time Picker Dialog Time</title>
		<link>http://www.servicenowguru.com/scripting/client-scripts-scripting/set-default-datetime-picker-dialog-time/</link>
		<comments>http://www.servicenowguru.com/scripting/client-scripts-scripting/set-default-datetime-picker-dialog-time/#comments</comments>
		<pubDate>Tue, 28 Jun 2011 14:39:49 +0000</pubDate>
		<dc:creator>Mark Stanger</dc:creator>
				<category><![CDATA[Client scripts]]></category>
		<category><![CDATA[Catalog client scripts]]></category>
		<category><![CDATA[Dates]]></category>

		<guid isPermaLink="false">http://www.servicenowguru.com/?p=3857</guid>
		<description><![CDATA[H ave you ever wondered how you can change the default time displayed in a Date/Time dialog? In general, the Date/Time dialog is controlled by back-end code so there&#8217;s not much you can do with it. I&#8217;ve seen this question a few times now so I decided to come up with a solution. Because the [...]]]></description>
		<wfw:commentRss>http://www.servicenowguru.com/scripting/client-scripts-scripting/set-default-datetime-picker-dialog-time/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Hiding Related Lists and Embedded Lists</title>
		<link>http://www.servicenowguru.com/scripting/client-scripts-scripting/hiding-related-lists-embedded-lists/</link>
		<comments>http://www.servicenowguru.com/scripting/client-scripts-scripting/hiding-related-lists-embedded-lists/#comments</comments>
		<pubDate>Wed, 15 Jun 2011 12:19:22 +0000</pubDate>
		<dc:creator>Mark Stanger</dc:creator>
				<category><![CDATA[Client scripts]]></category>
		<category><![CDATA[Embedded lists]]></category>
		<category><![CDATA[Related lists]]></category>

		<guid isPermaLink="false">http://www.servicenowguru.com/?p=3816</guid>
		<description><![CDATA[I just saw a question on the ServiceNow forums asking how you could show and hide an embedded related list on a form. I just created some client scripts to accomplish this task so I figured I would share them here. I&#8217;ll also review the methods and limitations for showing and hiding standard related lists [...]]]></description>
		<wfw:commentRss>http://www.servicenowguru.com/scripting/client-scripts-scripting/hiding-related-lists-embedded-lists/feed/</wfw:commentRss>
		<slash:comments>4</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>Cool Collapse/Expand Animation Effect</title>
		<link>http://www.servicenowguru.com/scripting/client-scripts-scripting/collapse-expand-animation-effect/</link>
		<comments>http://www.servicenowguru.com/scripting/client-scripts-scripting/collapse-expand-animation-effect/#comments</comments>
		<pubDate>Tue, 19 Apr 2011 12:31:44 +0000</pubDate>
		<dc:creator>Mark Stanger</dc:creator>
				<category><![CDATA[Client scripts]]></category>
		<category><![CDATA[System UI]]></category>

		<guid isPermaLink="false">http://www.servicenowguru.com/?p=3527</guid>
		<description><![CDATA[H ave you ever wondered how Service-now does the collapse and expand animations in the application sidebar? This same animation effect is also used when collapsing form sections or displaying service catalog variable hints. I discovered last night how this is done and you can do it to with a simple script! Update: ServiceNow now [...]]]></description>
		<wfw:commentRss>http://www.servicenowguru.com/scripting/client-scripts-scripting/collapse-expand-animation-effect/feed/</wfw:commentRss>
		<slash:comments>1</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>Show/Hide Form Section by Name</title>
		<link>http://www.servicenowguru.com/scripting/client-scripts-scripting/showhide-form-section/</link>
		<comments>http://www.servicenowguru.com/scripting/client-scripts-scripting/showhide-form-section/#comments</comments>
		<pubDate>Mon, 14 Mar 2011 18:39:44 +0000</pubDate>
		<dc:creator>Mark Stanger</dc:creator>
				<category><![CDATA[Client scripts]]></category>
		<category><![CDATA[System Definition]]></category>

		<guid isPermaLink="false">http://www.servicenowguru.com/?p=3399</guid>
		<description><![CDATA[F orm sections are a great way to segment information on a form into pieces that make sense to be grouped together. The most common example of the use of form sections is the &#8216;Comprehensive Change&#8217; form. If you want to learn more about how forms, form sections, and views work I HIGHLY recommend a [...]]]></description>
		<wfw:commentRss>http://www.servicenowguru.com/scripting/client-scripts-scripting/showhide-form-section/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Lock/Unlock glide_list and URL Fields With Client Scripts</title>
		<link>http://www.servicenowguru.com/scripting/client-scripts-scripting/lock-unlock-glidelist-url-fields-client-scripts/</link>
		<comments>http://www.servicenowguru.com/scripting/client-scripts-scripting/lock-unlock-glidelist-url-fields-client-scripts/#comments</comments>
		<pubDate>Tue, 01 Mar 2011 14:10:48 +0000</pubDate>
		<dc:creator>Mark Stanger</dc:creator>
				<category><![CDATA[Client scripts]]></category>
		<category><![CDATA[glide_list]]></category>
		<category><![CDATA[System Properties]]></category>
		<category><![CDATA[UI macros]]></category>
		<category><![CDATA[URL]]></category>

		<guid isPermaLink="false">http://www.servicenowguru.com/?p=3417</guid>
		<description><![CDATA[I &#8216;ve answered several questions in the past about the functionality of lock icons in Service-now. Lock icons appear on glide_list and URL fields. The most-common example is the &#8216;Watch list&#8217; field on the task table. Service-now provides some system properties to manage the default lock appearance of these field types. There are times when [...]]]></description>
		<wfw:commentRss>http://www.servicenowguru.com/scripting/client-scripts-scripting/lock-unlock-glidelist-url-fields-client-scripts/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Pause or Toggle a Time Worked Field Timer</title>
		<link>http://www.servicenowguru.com/scripting/client-scripts-scripting/pausetoggle-time-worked-field/</link>
		<comments>http://www.servicenowguru.com/scripting/client-scripts-scripting/pausetoggle-time-worked-field/#comments</comments>
		<pubDate>Tue, 22 Feb 2011 14:57:29 +0000</pubDate>
		<dc:creator>Mark Stanger</dc:creator>
				<category><![CDATA[Client scripts]]></category>
		<category><![CDATA[System UI]]></category>
		<category><![CDATA[Incident management]]></category>
		<category><![CDATA[Time worked]]></category>
		<category><![CDATA[Timer]]></category>

		<guid isPermaLink="false">http://www.servicenowguru.com/?p=3384</guid>
		<description><![CDATA[T here are several ways to do time tracking in Service-now. One of the ways used frequently (especially in Incident Management) is the &#8216;Time Worked&#8217; field. The Service-now wiki describes this functionality. I often see the requirement to have some control over the stop/start of this Time Worked field for customers using this functionality. This [...]]]></description>
		<wfw:commentRss>http://www.servicenowguru.com/scripting/client-scripts-scripting/pausetoggle-time-worked-field/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Checking for Modified or Changed Fields in Script</title>
		<link>http://www.servicenowguru.com/scripting/business-rules-scripting/checking-modified-fields-script/</link>
		<comments>http://www.servicenowguru.com/scripting/business-rules-scripting/checking-modified-fields-script/#comments</comments>
		<pubDate>Thu, 20 Jan 2011 13:35:43 +0000</pubDate>
		<dc:creator>Mark Stanger</dc:creator>
				<category><![CDATA[Business rules]]></category>
		<category><![CDATA[Client scripts]]></category>
		<category><![CDATA[Email notifications]]></category>
		<category><![CDATA[GlideRecord]]></category>
		<category><![CDATA[GlideRecordUtil]]></category>
		<category><![CDATA[mail_script]]></category>
		<category><![CDATA[modified]]></category>

		<guid isPermaLink="false">http://www.servicenowguru.com/?p=3175</guid>
		<description><![CDATA[W orking in Service-now, you&#8217;ll find that a lot of scripting tasks come down to identifying which fields changed on a form (client-side) or record (server-side). In this post, I&#8217;ll show you some different techniques to identify changed fields in both client-side, and server-side scripts. I&#8217;ll also show you a way that you can capture [...]]]></description>
		<wfw:commentRss>http://www.servicenowguru.com/scripting/business-rules-scripting/checking-modified-fields-script/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Handling Simultaneous Updates in Service-now</title>
		<link>http://www.servicenowguru.com/system-definition/simultaneous-update-alert/</link>
		<comments>http://www.servicenowguru.com/system-definition/simultaneous-update-alert/#comments</comments>
		<pubDate>Wed, 12 Jan 2011 15:47:39 +0000</pubDate>
		<dc:creator>Mark Stanger</dc:creator>
				<category><![CDATA[System Definition]]></category>
		<category><![CDATA[Client scripts]]></category>
		<category><![CDATA[GlideAjax]]></category>
		<category><![CDATA[Record lock]]></category>
		<category><![CDATA[Simultaneous update]]></category>
		<category><![CDATA[UI pages]]></category>

		<guid isPermaLink="false">http://www.servicenowguru.com/?p=3179</guid>
		<description><![CDATA[It&#8217;s not uncommon in any application to have scenarios where multiple people might be working with a single record at the same time. This is certainly true with Service-now (particularly for records on Task tables). You may have experienced frustration while working with an incident record, making updates, and having some of those updates overwritten [...]]]></description>
		<wfw:commentRss>http://www.servicenowguru.com/system-definition/simultaneous-update-alert/feed/</wfw:commentRss>
		<slash:comments>29</slash:comments>
		</item>
		<item>
		<title>Cool Tip! Show and Hide Loading Dialog Frames</title>
		<link>http://www.servicenowguru.com/system-ui/show-hide-loading-dialog-frames/</link>
		<comments>http://www.servicenowguru.com/system-ui/show-hide-loading-dialog-frames/#comments</comments>
		<pubDate>Tue, 04 Jan 2011 13:36:13 +0000</pubDate>
		<dc:creator>Mark Stanger</dc:creator>
				<category><![CDATA[System UI]]></category>
		<category><![CDATA[Catalog client scripts]]></category>
		<category><![CDATA[Client scripts]]></category>
		<category><![CDATA[GlideDialogWindow]]></category>
		<category><![CDATA[Popup]]></category>

		<guid isPermaLink="false">http://www.servicenowguru.com/?p=3128</guid>
		<description><![CDATA[H ere&#8217;s a very cool (and simple) secret that allows you to show and hide loading dialog screens. These scripts can be run from anywhere in your system that supports client-side javascript. You&#8217;ve probably seen these used in various places in your Service-now instance, most notably in List V2 rendering. To show a loading dialog&#8230; [...]]]></description>
		<wfw:commentRss>http://www.servicenowguru.com/system-ui/show-hide-loading-dialog-frames/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Identifying UI Action Clicked (The Right Way)</title>
		<link>http://www.servicenowguru.com/scripting/client-scripts-scripting/identifying-ui-action-clicked-submit/</link>
		<comments>http://www.servicenowguru.com/scripting/client-scripts-scripting/identifying-ui-action-clicked-submit/#comments</comments>
		<pubDate>Thu, 02 Dec 2010 14:30:59 +0000</pubDate>
		<dc:creator>Mark Stanger</dc:creator>
				<category><![CDATA[Client scripts]]></category>
		<category><![CDATA[UI actions]]></category>

		<guid isPermaLink="false">http://www.servicenowguru.com/?p=964</guid>
		<description><![CDATA[I &#8216;ve seen a lot of requests on the forums asking how you can identify the button that got clicked form an onSubmit client script or a business rule. Usually the aim behind these questions is to make some field display or be mandatory based on a button click. While you can use client scripts [...]]]></description>
		<wfw:commentRss>http://www.servicenowguru.com/scripting/client-scripts-scripting/identifying-ui-action-clicked-submit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

