<?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: &#8216;Copy&#8217; UI action for Change requests</title>
	<atom:link href="http://www.servicenowguru.com/system-ui/ui-actions-system-ui/copy-ui-action-change-requests/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.servicenowguru.com/system-ui/ui-actions-system-ui/copy-ui-action-change-requests/</link>
	<description>ServiceNow Consulting Scripting Administration Development</description>
	<lastBuildDate>Tue, 07 Feb 2012 15:04:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Scott Hetzel</title>
		<link>http://www.servicenowguru.com/system-ui/ui-actions-system-ui/copy-ui-action-change-requests/comment-page-1/#comment-2664</link>
		<dc:creator>Scott Hetzel</dc:creator>
		<pubDate>Tue, 16 Aug 2011 19:04:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.servicenowguru.com/?p=342#comment-2664</guid>
		<description>I&#039;m going to recommend we enforce policy/procedures (let the wrist slapping begin!)  Thanks Mark for the info..</description>
		<content:encoded><![CDATA[<p>I&#8217;m going to recommend we enforce policy/procedures (let the wrist slapping begin!)  Thanks Mark for the info..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Stanger</title>
		<link>http://www.servicenowguru.com/system-ui/ui-actions-system-ui/copy-ui-action-change-requests/comment-page-1/#comment-2663</link>
		<dc:creator>Mark Stanger</dc:creator>
		<pubDate>Tue, 16 Aug 2011 16:20:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.servicenowguru.com/?p=342#comment-2663</guid>
		<description>@scott - You can do a change copy without an insert, but you have to pass all of the information over the URL in a &#039;sysparm_query&#039; parameter and then redirect the user to the URL in order to make it work.  With a full record copy, that&#039;s usually way too much information to handle that way.  If you want to give it a try, you can construct your URL as shown here...

http://www.servicenowguru.com/service-now-general-knowledge/populating-default-values-url-module/</description>
		<content:encoded><![CDATA[<p>@scott &#8211; You can do a change copy without an insert, but you have to pass all of the information over the URL in a &#8216;sysparm_query&#8217; parameter and then redirect the user to the URL in order to make it work.  With a full record copy, that&#8217;s usually way too much information to handle that way.  If you want to give it a try, you can construct your URL as shown here&#8230;</p>
<p><a href="http://www.servicenowguru.com/service-now-general-knowledge/populating-default-values-url-module/" rel="nofollow">http://www.servicenowguru.com/service-now-general-knowledge/populating-default-values-url-module/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Hetzel</title>
		<link>http://www.servicenowguru.com/system-ui/ui-actions-system-ui/copy-ui-action-change-requests/comment-page-1/#comment-2662</link>
		<dc:creator>Scott Hetzel</dc:creator>
		<pubDate>Tue, 16 Aug 2011 16:15:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.servicenowguru.com/?p=342#comment-2662</guid>
		<description>Mark - do you know how I could change your code to NOT insert the record until the required fields are filled out by user?  (similar to how the Global &#039;New&#039; UI Action works)

My problem is people will copy a Change with my UI Action, then close out their browser or navigate to another area of ServiceNow and not fill in my required fields..

Thx..</description>
		<content:encoded><![CDATA[<p>Mark &#8211; do you know how I could change your code to NOT insert the record until the required fields are filled out by user?  (similar to how the Global &#8216;New&#8217; UI Action works)</p>
<p>My problem is people will copy a Change with my UI Action, then close out their browser or navigate to another area of ServiceNow and not fill in my required fields..</p>
<p>Thx..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Stanger</title>
		<link>http://www.servicenowguru.com/system-ui/ui-actions-system-ui/copy-ui-action-change-requests/comment-page-1/#comment-720</link>
		<dc:creator>Mark Stanger</dc:creator>
		<pubDate>Tue, 27 Jul 2010 10:43:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.servicenowguru.com/?p=342#comment-720</guid>
		<description>No problem.  Here&#039;s a link to the article describing the other methods.  &lt;a href=&quot;http://www.servicenowguru.com/system-ui/ui-actions-system-ui/copy-ui-action-change-requests-part-2/&quot; rel=&quot;nofollow&quot;&gt;http://www.servicenowguru.com/system-ui/ui-action...&lt;/a&gt; </description>
		<content:encoded><![CDATA[<p>No problem.  Here&#8217;s a link to the article describing the other methods.<br />
  <a href="http://www.servicenowguru.com/system-ui/ui-actions-system-ui/copy-ui-action-change-requests-part-2/" rel="nofollow">http://www.servicenowguru.com/system-ui/ui-action&#8230;</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Hetzel</title>
		<link>http://www.servicenowguru.com/system-ui/ui-actions-system-ui/copy-ui-action-change-requests/comment-page-1/#comment-716</link>
		<dc:creator>Scott Hetzel</dc:creator>
		<pubDate>Mon, 26 Jul 2010 12:04:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.servicenowguru.com/?p=342#comment-716</guid>
		<description>Thanks for the info and Help! </description>
		<content:encoded><![CDATA[<p>Thanks for the info and Help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Stanger</title>
		<link>http://www.servicenowguru.com/system-ui/ui-actions-system-ui/copy-ui-action-change-requests/comment-page-1/#comment-714</link>
		<dc:creator>Mark Stanger</dc:creator>
		<pubDate>Fri, 23 Jul 2010 16:56:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.servicenowguru.com/?p=342#comment-714</guid>
		<description>There isn&#039;t with this method.  There is another way of doing the same thing that would allow you to select a change request to copy from (from a reference field).  If you were to use this method, then you could put that field on a change request form with the few fields you needed to override, require those fields to be filled in, and then copy those values over the newly-created change. 
I&#039;ve been meaning to post that method for a while.  I&#039;ll try to post it next week. </description>
		<content:encoded><![CDATA[<p>There isn&#8217;t with this method.  There is another way of doing the same thing that would allow you to select a change request to copy from (from a reference field).  If you were to use this method, then you could put that field on a change request form with the few fields you needed to override, require those fields to be filled in, and then copy those values over the newly-created change.</p>
<p>I&#8217;ve been meaning to post that method for a while.  I&#8217;ll try to post it next week.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Hetzel</title>
		<link>http://www.servicenowguru.com/system-ui/ui-actions-system-ui/copy-ui-action-change-requests/comment-page-1/#comment-713</link>
		<dc:creator>Scott Hetzel</dc:creator>
		<pubDate>Fri, 23 Jul 2010 14:28:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.servicenowguru.com/?p=342#comment-713</guid>
		<description>Hi Mark, 
 
Is there a way to do this exact action but not automatically insert the record.  Require the user to submit after filling out some Change Request specific fields on the new record which is displayed after pressing the UI Action? 
 
Thanks - Scott </description>
		<content:encoded><![CDATA[<p>Hi Mark,</p>
<p>Is there a way to do this exact action but not automatically insert the record.  Require the user to submit after filling out some Change Request specific fields on the new record which is displayed after pressing the UI Action?</p>
<p>Thanks &#8211; Scott</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Stanger</title>
		<link>http://www.servicenowguru.com/system-ui/ui-actions-system-ui/copy-ui-action-change-requests/comment-page-1/#comment-645</link>
		<dc:creator>Mark Stanger</dc:creator>
		<pubDate>Mon, 21 Jun 2010 07:51:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.servicenowguru.com/?p=342#comment-645</guid>
		<description>Out of box, a problem can be related to a single change request, but a change request can be related to many problem tickets.  Any time you have a reference field on a form, it represents a one-to-many relationship with the table it references.  With problem-change, you have a reference field on the problem form, and a related list on the change form.  You need to personalize the change request related lists and add the problems list. </description>
		<content:encoded><![CDATA[<p>Out of box, a problem can be related to a single change request, but a change request can be related to many problem tickets.  Any time you have a reference field on a form, it represents a one-to-many relationship with the table it references.  With problem-change, you have a reference field on the problem form, and a related list on the change form.  You need to personalize the change request related lists and add the problems list.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ashutosh</title>
		<link>http://www.servicenowguru.com/system-ui/ui-actions-system-ui/copy-ui-action-change-requests/comment-page-1/#comment-644</link>
		<dc:creator>Ashutosh</dc:creator>
		<pubDate>Sun, 20 Jun 2010 11:25:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.servicenowguru.com/?p=342#comment-644</guid>
		<description>Hi..this is awesome, Thanxx a ton..! but unfortunate this is not my current requirement! 
 
My requirement is to relate multiple problem tickets with one Change request record..however currently one PRBXXX is related with one CHGXXX record.  
 
I have found UI action, and business rule where changes need to make, but not able to get different logics.. 
 
Any ideas to get this done ! </description>
		<content:encoded><![CDATA[<p>Hi..this is awesome, Thanxx a ton..! but unfortunate this is not my current requirement!</p>
<p>My requirement is to relate multiple problem tickets with one Change request record..however currently one PRBXXX is related with one CHGXXX record. </p>
<p>I have found UI action, and business rule where changes need to make, but not able to get different logics..</p>
<p>Any ideas to get this done !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sabrina Ethridge</title>
		<link>http://www.servicenowguru.com/system-ui/ui-actions-system-ui/copy-ui-action-change-requests/comment-page-1/#comment-577</link>
		<dc:creator>Sabrina Ethridge</dc:creator>
		<pubDate>Mon, 10 May 2010 07:17:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.servicenowguru.com/?p=342#comment-577</guid>
		<description>This is great... Thanks.   Is there something that I could add to this UI Action that would bypass any missing required fields during the copy process?    This code appears to try to save the current change prior to making the copy. </description>
		<content:encoded><![CDATA[<p>This is great&#8230; Thanks.   Is there something that I could add to this UI Action that would bypass any missing required fields during the copy process?    This code appears to try to save the current change prior to making the copy.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

