<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Prohibit to close a SR without resolution and solution"]]></title>
		<link>http://www.sysaid.com/Sysforums/posts/list/112.page</link>
		<description><![CDATA[Latest messages posted in the topic "Prohibit to close a SR without resolution and solution"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Prohibit to close a SR without resolution and solution</title>
				<description><![CDATA[ Is there an easy way to prevent SRs to be closed by anybody if the resolution and solution fields are emtpy? I thought about doing this by an escalation rule and a filter phrase, but maybe there is a simpler way...]]></description>
				<guid isPermaLink="true">http://www.sysaid.com/Sysforums/posts/preList/299/800.page</guid>
				<link>http://www.sysaid.com/Sysforums/posts/preList/299/800.page</link>
				<pubDate><![CDATA[Mon, 23 Jun 2008 09:18:27]]> GMT</pubDate>
				<author><![CDATA[ th]]></author>
			</item>
			<item>
				<title>Prohibit to close a SR without resolution and solution</title>
				<description><![CDATA[ Hello TH.<br /> Please open a service request by sending an email to <a class="snap_shots" href="mailto:helpdesk@ilient.com">helpdesk@ilient.com</a> or by from our end user portal at helpdesk.ilient.com and we will provide you a possible method to preform what you have requested.]]></description>
				<guid isPermaLink="true">http://www.sysaid.com/Sysforums/posts/preList/299/805.page</guid>
				<link>http://www.sysaid.com/Sysforums/posts/preList/299/805.page</link>
				<pubDate><![CDATA[Mon, 23 Jun 2008 09:57:20]]> GMT</pubDate>
				<author><![CDATA[ Haim]]></author>
			</item>
			<item>
				<title>Prohibit to close a SR without resolution and solution</title>
				<description><![CDATA[ OOooo THAT was good. I want it !!!<br /> Can't you just treat it as a tip  ?]]></description>
				<guid isPermaLink="true">http://www.sysaid.com/Sysforums/posts/preList/299/869.page</guid>
				<link>http://www.sysaid.com/Sysforums/posts/preList/299/869.page</link>
				<pubDate><![CDATA[Tue, 24 Jun 2008 09:08:16]]> GMT</pubDate>
				<author><![CDATA[ Obelix]]></author>
			</item>
			<item>
				<title>Prohibit to close a SR without resolution and solution</title>
				<description><![CDATA[ You know what obelix.. <img src="http://www.sysaid.com/Sysforums/images/smilies/3b63d1616c5dfcf29f8a7a031aaa7cad.gif" /> since this is something that many may need, i'm posting it here.<br /> <br /> 1. The code to be entered in the customColumns.xml is as follows below. Please create a new XML document and add the below syntax to it.<br /> Please make sure to change the "YourAccountID" to your own account ID:<br /> <br /> &lt;?xml version="1.0" encoding="UTF-8"?&gt;<br /> &lt;customColumns&gt;<br /> &lt;customColumn&gt;<br /> &lt;columnAccountID&gt;YourAccountID&lt;/columnAccountID&gt;<br /> &lt;columnTable&gt;sr&lt;/columnTable&gt;<br /> &lt;columnAttributeName&gt;ValidateClose&lt;/columnAttributeName&gt;<br /> &lt;columnCaption&gt;ValidateClose&lt;/columnCaption&gt;<br /> &lt;writeControl&gt;&lt;![CDATA[<br /> ]]&gt;&lt;/writeControl&gt;<br /> &lt;readControl&gt;&lt;![CDATA[<br /> ]]&gt;&lt;/readControl&gt;<br /> &lt;writeValidation&gt;&lt;![CDATA[<br /> out.append("if (document.frm.status.value==\"3\" && document.frm.solution.value.length==0) {\n");<br /> out.append(" alert(\"Please enter solution!\"); \n");<br /> out.append(" gotoPage('3');\n");<br /> out.append(" return false;\n");<br /> out.append("}\n");<br /> ]]&gt;&lt;/writeValidation&gt;<br /> &lt;/customColumn&gt;<br /> &lt;/customColumns&gt;<br /> <br /> 2. Put the customColumns.xml under ...SysAidServer\root\WEB-INF\conf<br /> 2.1 It may be needed to restart the SysAid Server service.<br /> <br /> 3. Please perform the following additional steps needed to activate the feature:<br /> 3.1. In the Service Request form click on the Design Form button (the rulers icon).<br /> 3.2. In the top selection "Page:" select "Non Visible Page".<br /> 3.3. Add the "ValidateClose" field from the "Available fields" list to the<br /> "Visible Fields" list.<br /> 3.4. Click Save. This should activate the feature.]]></description>
				<guid isPermaLink="true">http://www.sysaid.com/Sysforums/posts/preList/299/875.page</guid>
				<link>http://www.sysaid.com/Sysforums/posts/preList/299/875.page</link>
				<pubDate><![CDATA[Tue, 24 Jun 2008 10:55:40]]> GMT</pubDate>
				<author><![CDATA[ Haim]]></author>
			</item>
			<item>
				<title>Prohibit to close a SR without resolution and solution</title>
				<description><![CDATA[ AWWWWwwww....<br /> *closing in to kiss.... and hit the famous Haim stares*<br /> Or not... or not...<br /> <br /> Most grateful by the way...<br /> *slight bow smile*]]></description>
				<guid isPermaLink="true">http://www.sysaid.com/Sysforums/posts/preList/299/910.page</guid>
				<link>http://www.sysaid.com/Sysforums/posts/preList/299/910.page</link>
				<pubDate><![CDATA[Wed, 25 Jun 2008 00:24:35]]> GMT</pubDate>
				<author><![CDATA[ Obelix]]></author>
			</item>
			<item>
				<title>Re:Prohibit to close a SR without resolution and solution</title>
				<description><![CDATA[ I have a feature request that deals with mandatory fields per status.<br /> See this link [url]http://www.ilient.com/Sysforums/posts/list/0/336.page[/url]<br /> This Feature will make it a bit easier to manage - but or now - Haim's suggestion works fine !!<br />  :lol: <br /> Oded ]]></description>
				<guid isPermaLink="true">http://www.sysaid.com/Sysforums/posts/preList/299/1002.page</guid>
				<link>http://www.sysaid.com/Sysforums/posts/preList/299/1002.page</link>
				<pubDate><![CDATA[Wed, 25 Jun 2008 15:47:48]]> GMT</pubDate>
				<author><![CDATA[ Oded  M]]></author>
			</item>
			<item>
				<title>Re:Prohibit to close a SR without resolution and solution</title>
				<description><![CDATA[ Thanks Haim! I'll try that asap.]]></description>
				<guid isPermaLink="true">http://www.sysaid.com/Sysforums/posts/preList/299/1052.page</guid>
				<link>http://www.sysaid.com/Sysforums/posts/preList/299/1052.page</link>
				<pubDate><![CDATA[Thu, 26 Jun 2008 09:44:28]]> GMT</pubDate>
				<author><![CDATA[ th]]></author>
			</item>
			<item>
				<title>Re:Prohibit to close a SR without resolution and solution</title>
				<description><![CDATA[ When I try to select "Not Visible Page" it always reverts back to General Details.<br /> Am I doing something wrong?<br /> <br /> Mark]]></description>
				<guid isPermaLink="true">http://www.sysaid.com/Sysforums/posts/preList/299/1074.page</guid>
				<link>http://www.sysaid.com/Sysforums/posts/preList/299/1074.page</link>
				<pubDate><![CDATA[Thu, 26 Jun 2008 16:32:31]]> GMT</pubDate>
				<author><![CDATA[ GBDiver]]></author>
			</item>
			<item>
				<title>Re:Prohibit to close a SR without resolution and solution</title>
				<description><![CDATA[ I tried the solution you posted, but I have one problem. When I try to perform step 3.2 the drop down list always jumps back to the currently visible tab (i.e. "General Details" if this is currently displayed). What am I doing wrong?]]></description>
				<guid isPermaLink="true">http://www.sysaid.com/Sysforums/posts/preList/299/1086.page</guid>
				<link>http://www.sysaid.com/Sysforums/posts/preList/299/1086.page</link>
				<pubDate><![CDATA[Fri, 27 Jun 2008 04:21:10]]> GMT</pubDate>
				<author><![CDATA[ th]]></author>
			</item>
			<item>
				<title>Re:Prohibit to close a SR without resolution and solution</title>
				<description><![CDATA[ [quote]GBDiver:<br /> When I try to select "Not Visible Page" it always reverts back to General Details.<br /> Am I doing something wrong?[/quote]<br /> <br /> I did not refresh my browser before posting my reply, so I did not read your message...<br /> <br /> At least I am not alone.]]></description>
				<guid isPermaLink="true">http://www.sysaid.com/Sysforums/posts/preList/299/1089.page</guid>
				<link>http://www.sysaid.com/Sysforums/posts/preList/299/1089.page</link>
				<pubDate><![CDATA[Fri, 27 Jun 2008 05:47:03]]> GMT</pubDate>
				<author><![CDATA[ th]]></author>
			</item>
			<item>
				<title>Prohibit to close a SR without resolution and solution</title>
				<description><![CDATA[ th & GBDiver, <br /> I wasn't able to reproduce the error, i'll test it with our R&D and get back to you ASAP.<br /> <br /> Have a great weekend]]></description>
				<guid isPermaLink="true">http://www.sysaid.com/Sysforums/posts/preList/299/1093.page</guid>
				<link>http://www.sysaid.com/Sysforums/posts/preList/299/1093.page</link>
				<pubDate><![CDATA[Fri, 27 Jun 2008 08:32:03]]> GMT</pubDate>
				<author><![CDATA[ Haim]]></author>
			</item>
			<item>
				<title>Re:Prohibit to close a SR without resolution and solution</title>
				<description><![CDATA[ Any update on this?]]></description>
				<guid isPermaLink="true">http://www.sysaid.com/Sysforums/posts/preList/299/1812.page</guid>
				<link>http://www.sysaid.com/Sysforums/posts/preList/299/1812.page</link>
				<pubDate><![CDATA[Thu, 17 Jul 2008 05:10:10]]> GMT</pubDate>
				<author><![CDATA[ th]]></author>
			</item>
			<item>
				<title>Re:Prohibit to close a SR without resolution and solution</title>
				<description><![CDATA[ [quote=th][quote]GBDiver:<br /> When I try to select "Not Visible Page" it always reverts back to General Details.<br /> Am I doing something wrong?[/quote]<br /> <br /> I did not refresh my browser before posting my reply, so I did not read your message...<br /> <br /> At least I am not alone.[/quote]<br /> <br /> I get the same issue, I think sarah has confirmed this in thread <a class="snap_shots" href="http://www.ilient.com/Sysforums/posts/list/512.page" target="_blank" rel="nofollow">http://www.ilient.com/Sysforums/posts/list/512.page</a> but given no issue number<br /> <br /> Sarah can you quote the issue number please ?]]></description>
				<guid isPermaLink="true">http://www.sysaid.com/Sysforums/posts/preList/299/2310.page</guid>
				<link>http://www.sysaid.com/Sysforums/posts/preList/299/2310.page</link>
				<pubDate><![CDATA[Tue, 5 Aug 2008 05:53:03]]> GMT</pubDate>
				<author><![CDATA[ techguy]]></author>
			</item>
			<item>
				<title>Re:Prohibit to close a SR without resolution and solution</title>
				<description><![CDATA[ Hello Tech Guy,<br /> <br /> I will provide a BUG number on Sunday.<br /> <br /> thank<br /> ]]></description>
				<guid isPermaLink="true">http://www.sysaid.com/Sysforums/posts/preList/299/2429.page</guid>
				<link>http://www.sysaid.com/Sysforums/posts/preList/299/2429.page</link>
				<pubDate><![CDATA[Thu, 7 Aug 2008 11:13:23]]> GMT</pubDate>
				<author><![CDATA[ sarah]]></author>
			</item>
			<item>
				<title>Re:Prohibit to close a SR without resolution and solution</title>
				<description><![CDATA[ Hi,<br /> <br /> What version of  SysAid are you currently using? 5.5.03 or 5.5.06???<br /> <br /> Looking forward to hearing from you.<br /> <br /> <br /> Sarah<br />   <img src="http://www.sysaid.com/Sysforums/images/smilies/b2eb59423fbf5fa39342041237025880.gif"  /> ]]></description>
				<guid isPermaLink="true">http://www.sysaid.com/Sysforums/posts/preList/299/2497.page</guid>
				<link>http://www.sysaid.com/Sysforums/posts/preList/299/2497.page</link>
				<pubDate><![CDATA[Sun, 10 Aug 2008 06:14:45]]> GMT</pubDate>
				<author><![CDATA[ sarah]]></author>
			</item>
			<item>
				<title>Re:Prohibit to close a SR without resolution and solution</title>
				<description><![CDATA[ I am using 5.5.04]]></description>
				<guid isPermaLink="true">http://www.sysaid.com/Sysforums/posts/preList/299/2558.page</guid>
				<link>http://www.sysaid.com/Sysforums/posts/preList/299/2558.page</link>
				<pubDate><![CDATA[Mon, 11 Aug 2008 02:53:19]]> GMT</pubDate>
				<author><![CDATA[ th]]></author>
			</item>
			<item>
				<title>Re:Prohibit to close a SR without resolution and solution</title>
				<description><![CDATA[ Please upgrade to version 5.5.06 to allow the customization of the forms. The upgrade is available at <a class="snap_shots" href="http://www.ilient.com/patches.htm" target="_blank" rel="nofollow">http://www.ilient.com/patches.htm</a>]]></description>
				<guid isPermaLink="true">http://www.sysaid.com/Sysforums/posts/preList/299/2582.page</guid>
				<link>http://www.sysaid.com/Sysforums/posts/preList/299/2582.page</link>
				<pubDate><![CDATA[Mon, 11 Aug 2008 08:38:12]]> GMT</pubDate>
				<author><![CDATA[ Joseph Zargari]]></author>
			</item>
			<item>
				<title>Re:Prohibit to close a SR without resolution and solution</title>
				<description><![CDATA[ I did the upgrade and the bug disappeared.<br /> Thanks.]]></description>
				<guid isPermaLink="true">http://www.sysaid.com/Sysforums/posts/preList/299/2608.page</guid>
				<link>http://www.sysaid.com/Sysforums/posts/preList/299/2608.page</link>
				<pubDate><![CDATA[Mon, 11 Aug 2008 11:43:17]]> GMT</pubDate>
				<author><![CDATA[ th]]></author>
			</item>
			<item>
				<title>Re:Prohibit to close a SR without resolution and solution</title>
				<description><![CDATA[ upgrading to 5.5.06 fixed it for me too!  Who forgot to mention this in the release notes for 5.5.06 .... <img src="http://www.sysaid.com/Sysforums/images/smilies/2786c5c8e1a8be796fb2f726cca5a0fe.gif" /> i would have installed it earlier had I known, I didn't bother because all it said it affected was cmdb and we don't use that module, (you know the old phrase "If ain't broke don't fix it" <img src="http://www.sysaid.com/Sysforums/images/smilies/ed515dbff23a0ee3241dcc0a601c9ed6.gif" /> )]]></description>
				<guid isPermaLink="true">http://www.sysaid.com/Sysforums/posts/preList/299/2616.page</guid>
				<link>http://www.sysaid.com/Sysforums/posts/preList/299/2616.page</link>
				<pubDate><![CDATA[Mon, 11 Aug 2008 16:43:35]]> GMT</pubDate>
				<author><![CDATA[ techguy]]></author>
			</item>
			<item>
				<title>Re:Prohibit to close a SR without resolution and solution</title>
				<description><![CDATA[ ok, so I do have the latest version of SysAid and I did everything up until step 3.3 but dont see "ValidateClose" that I can use.  I've restarted the service several times and ever rebooted the server without any luck.  What am I doing wrong?]]></description>
				<guid isPermaLink="true">http://www.sysaid.com/Sysforums/posts/preList/299/2883.page</guid>
				<link>http://www.sysaid.com/Sysforums/posts/preList/299/2883.page</link>
				<pubDate><![CDATA[Fri, 22 Aug 2008 11:41:06]]> GMT</pubDate>
				<author><![CDATA[ agolder]]></author>
			</item>
			<item>
				<title>Re:Prohibit to close a SR without resolution and solution</title>
				<description><![CDATA[ agolder,<br /> <br /> Look at the instructions again and make sure you really didn't miss anything. Did you create that XML file? Did you change the account name on it to fit yours? Did you enter your account name in the correct case? Did you restart the service after creating that XML file?<br /> <br /> ]]></description>
				<guid isPermaLink="true">http://www.sysaid.com/Sysforums/posts/preList/299/2895.page</guid>
				<link>http://www.sysaid.com/Sysforums/posts/preList/299/2895.page</link>
				<pubDate><![CDATA[Sun, 24 Aug 2008 02:13:50]]> GMT</pubDate>
				<author><![CDATA[ Joseph Zargari]]></author>
			</item>
			<item>
				<title>Re:Prohibit to close a SR without resolution and solution</title>
				<description><![CDATA[ I have one more thing to add here.<br /> <br /> We are currently working with the status as follows:<br /> <br /> "New" -&gt; Automated routing to the dispatcher -&gt; Dispatcher acknowledges SR and sets to "Open" -&gt; Dispatcher assigns owner -&gt; Owner acknowledges SR and sets to "Pending" -&gt; Owner solves the problem, types in resolution and solution, [b][color=blue]sets to "Close" and re-assigns to end user[/color][/b] -&gt; End user checks if solution is satisfying and sets to "Verified closed".<br /> <br /> Now I would like to do the blue marked part of the work flow automatically. In principle I could do this by an escalation rule like "If closed and request user &lt;&gt; assigned user Then assign and notify". Since reassignments to variable users like "Request User" is not possible I guess this won't work.<br /> <br /> Are there other possibilities to achieve the same thing?<br /> <br /> Thorsten]]></description>
				<guid isPermaLink="true">http://www.sysaid.com/Sysforums/posts/preList/299/2940.page</guid>
				<link>http://www.sysaid.com/Sysforums/posts/preList/299/2940.page</link>
				<pubDate><![CDATA[Mon, 25 Aug 2008 12:19:30]]> GMT</pubDate>
				<author><![CDATA[ th]]></author>
			</item>
			<item>
				<title>Re:Prohibit to close a SR without resolution and solution</title>
				<description><![CDATA[ How could we modify this code to have Sysaid prompt the administrator to perform a manual task if the urgency is set to a certain value? (Say we wanted the admin to notify the team lead when any High urgency calls were closed for example)]]></description>
				<guid isPermaLink="true">http://www.sysaid.com/Sysforums/posts/preList/299/2941.page</guid>
				<link>http://www.sysaid.com/Sysforums/posts/preList/299/2941.page</link>
				<pubDate><![CDATA[Mon, 25 Aug 2008 13:04:23]]> GMT</pubDate>
				<author><![CDATA[ andrewl94133]]></author>
			</item>
			<item>
				<title>Re:Prohibit to close a SR without resolution and solution</title>
				<description><![CDATA[ Andrew,<br /> <br /> I'm not quite sure if that's possible to set this up. Please submit a service request with our help desk and we'll check that for you.]]></description>
				<guid isPermaLink="true">http://www.sysaid.com/Sysforums/posts/preList/299/2942.page</guid>
				<link>http://www.sysaid.com/Sysforums/posts/preList/299/2942.page</link>
				<pubDate><![CDATA[Mon, 25 Aug 2008 13:13:15]]> GMT</pubDate>
				<author><![CDATA[ Joseph Zargari]]></author>
			</item>
			<item>
				<title>Re:Prohibit to close a SR without resolution and solution</title>
				<description><![CDATA[ The code from Haim (validateClose) works very well - thanks for this<br /> <br /> I've tried to customize the code for another requirement of our company. We've a "dummy administrator" which is only for to assign new SR from the enduser portal. So other administrator have to assume the SR and close it under their own account. The problem is that probably most the time our administrator would forget to change the "assign to" field to their own account. So I experiment in changing the validateClose-Code:<br /> <br /> out.append("if (document.frm.status.value==\"3\" && document.frm.solution.value.length==0) {\n"); <br /> to<br /> out.append("if (document.frm.requestUser.value==\"name\") {\n"); <br /> <br /> ...this works fine too. It accept a SR with the defined requestUser not anymore.<br /> But I'd like to prohibit a special value for the administrator which the SR is assigned to. So I tried allready:<br /> <br /> - out.append("if (document.frm.assignUser.value==\"name\") {\n"); <br /> - out.append("if (document.frm.assignedUser.value==\"name\") {\n"); <br /> - out.append("if (document.frm.assignTo.value==\"name\") {\n"); <br /> <br /> I can't find the right way to query the value which administrator the SR is assigned to.<br /> Please help me.<br /> <br /> PRE]]></description>
				<guid isPermaLink="true">http://www.sysaid.com/Sysforums/posts/preList/299/8242.page</guid>
				<link>http://www.sysaid.com/Sysforums/posts/preList/299/8242.page</link>
				<pubDate><![CDATA[Fri, 27 Mar 2009 05:41:41]]> GMT</pubDate>
				<author><![CDATA[ PRE]]></author>
			</item>
			<item>
				<title>Re:Prohibit to close a SR without resolution and solution</title>
				<description><![CDATA[ PRE,<br /> <br /> We wouldn't be able to assist you here, as we may need to consult this with development.<br /> Please submit a service request with our helpdesk and we'll see how we could proceed with that.<br /> <br /> Thanks,<br /> Joseph]]></description>
				<guid isPermaLink="true">http://www.sysaid.com/Sysforums/posts/preList/299/8296.page</guid>
				<link>http://www.sysaid.com/Sysforums/posts/preList/299/8296.page</link>
				<pubDate><![CDATA[Mon, 30 Mar 2009 02:53:28]]> GMT</pubDate>
				<author><![CDATA[ Joseph Zargari]]></author>
			</item>
	</channel>
</rss>