<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "different E-mail on different escalation rules"]]></title>
		<link>http://www.sysaid.com/Sysforums/posts/list/108.page</link>
		<description><![CDATA[Latest messages posted in the topic "different E-mail on different escalation rules"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>different E-mail on different escalation rules</title>
				<description><![CDATA[ Hi all,<br /> <br /> We have two kind of contracts for our customers. 1 Golden and 1 Silver contract.<br /> I've made 2 escalation rules for those 2 contracts and this works ok.<br /> <br /> I want to send out a different e-mail for the clients with a Golden contract than the Silver contract clients will recieve.<br /> Can I make this work with something as you can see underneath,<br /> <br /> [b]IF customer has escalation rule "gold"<br /> ---mail body---<br /> end if customer has escalation rule "" silver"<br /> ---mail body----<br /> els<br /> --mail body----[/b]<br /> <br /> <br /> Thanks.<br /> <br /> Kind regards,<br /> René <img src="http://www.sysaid.com/Sysforums/images/smilies/8a80c6485cd926be453217d59a84a888.gif" />]]></description>
				<guid isPermaLink="true">http://www.sysaid.com/Sysforums/posts/preList/859/3775.page</guid>
				<link>http://www.sysaid.com/Sysforums/posts/preList/859/3775.page</link>
				<pubDate><![CDATA[Fri, 3 Oct 2008 08:56:54]]> GMT</pubDate>
				<author><![CDATA[ René Rijk]]></author>
			</item>
			<item>
				<title>different E-mail on different escalation rules</title>
				<description><![CDATA[ Hey René,<br /> Do you want to place the changes in the escalation rule (so when the message will be escalated, this notification will be sent) or you want to create a permanent notification change based on the "contract level"?<br /> <br /> If you want to send the email when the escalation occur, simply edit the escalation notification (on the bottom of the escalation page) as you would like and then check "Notify the end user who sent the Service Request".<br /> This will allow you to create and send customized emails based on a specific escalation rule (which is already separated for you).<br /> <br /> If you are interested on doing a separation for all notifications, you will need to distinguish your users between gold and silver clients, which you can do using a field like "custom list 1" in it, put two values, gold and silver (note the caption key you use)<br /> <br /> In the notification, you can use the following If statement under "email body to end user regarding a service request"<br /> <br /> #if( ${custList1} && ${custList1}="1" (caption key 1)<br /> GOLD TEXT<br /> Else<br /> Text for other users.<br /> <br /> Best regards.<br /> Haim<br /> ]]></description>
				<guid isPermaLink="true">http://www.sysaid.com/Sysforums/posts/preList/859/3810.page</guid>
				<link>http://www.sysaid.com/Sysforums/posts/preList/859/3810.page</link>
				<pubDate><![CDATA[Mon, 6 Oct 2008 05:49:58]]> GMT</pubDate>
				<author><![CDATA[ Haim]]></author>
			</item>
			<item>
				<title>Re:different E-mail on different escalation rules</title>
				<description><![CDATA[ Wow.. Thanks Haim.<br /> <br /> [quote]If you are interested on doing a separation for all notifications, you will need to distinguish your users between gold and silver clients, which you can do using a field like "custom list 1" in it, put two values, gold and silver (note the caption key you use) <br /> <br /> In the notification, you can use the following If statement under "email body to end user regarding a service request" <br /> [/quote]<br /> <br /> This is what we want indeed. I will try to implement this.<br /> Thank you for the reply.<br /> <br /> Kind regards,<br /> René <img src="http://www.sysaid.com/Sysforums/images/smilies/8a80c6485cd926be453217d59a84a888.gif" />]]></description>
				<guid isPermaLink="true">http://www.sysaid.com/Sysforums/posts/preList/859/3817.page</guid>
				<link>http://www.sysaid.com/Sysforums/posts/preList/859/3817.page</link>
				<pubDate><![CDATA[Mon, 6 Oct 2008 06:56:15]]> GMT</pubDate>
				<author><![CDATA[ René Rijk]]></author>
			</item>
			<item>
				<title>Re:different E-mail on different escalation rules</title>
				<description><![CDATA[ Hello Haim,<br /> <br /> I can't make it work.<br /> I changed the translation file and the user.cust_list1 as shown underneath. <br /> --------------------------------------------------------------------------------------------------<br /> #User fields<br /> [b]user.cust_list1=Contract Soort[/b]<br /> user.cust_list2=Custom Lijst 2<br /> user.cust_text1=Custom Tekst 1<br /> user.cust_text2=Custom Tekst 2<br /> user.cust_notes=Custom Opmerkingen<br /> user.cust_int1=Custom Int 1<br /> user.cust_int2=Custom Int 2<br /> user.department=Afdeling<br /> user.company=Bedrijf<br /> user.expiration=Expiration Date<br /> ---------------------------------------------------------------------------------------------------<br /> <br /> I added a custom list field on the user page. see first attachment.<br /> Second I added the code in the user email body for new SR.<br /> <br /> <br /> #if( ${cust_list1} && ${cust_list1}="2" ) <br /> <br /> Silver text<br /> <br /> #else <br /> <br /> non silver text<br /> <br /> #end<br /> <br /> Now when I send in a new SR with this testuser account. The email body is complete empty...<br /> <br /> Underneath you can see our E-mail body as I have it now. (without the Custlist1 part)<br /> <br /> [code]#if(${isClosedSR}==true )<br /> Beste ${RequestUser},<br /> <br /> UW service aanvraag met het ID nummer ${ID} is gesloten.<br /> <br /> Informatie omtrent deze service aanvraag:<br /> <br /> Betreft         : ${Title}<br /> <br /> U schreef       : ${Description}<br /> Categorie       : ${Category}<br /> Sub Categorie   : ${SubCategory}<br /> Toegewezen aan  : ${AssignedTo}<br /> Status          : ${Status}<br /> Aangevraagd op  : ${SubmitTime}<br /> <br /> <br /> #if( ${Notes} && ${Notes}!="" )<br /> Notes: ${Notes}<br /> #end<br /> <br /> #if( ${LinkToAttachments} && ${LinkToAttachments}!="" )<br /> Bijlage: ${LinkToAttachments}<br /> #end<br /> <br /> TEXT<br /> <br /> #if(${isClosedSR}==true && ${LinkToSurvey} && ${LinkToSurvey}!="" )<br /> <br /> TEXT<br /> <br />  ${LinkToSurvey}<br /> #end<br /> <br /> #if( ${AfterHours} && ${AfterHours}==true && ${IsNewSr}==true)<br /> <br /> <br /> TEXT<br /> <br /> #end<br /> <br /> Met vriendelijk groeten,<br /> <br /> Dutch Network Engineers B.V.<br /> <br /> #else<br />  <br /> <br /> <br /> Beste ${RequestUser},<br /> <br /> ${StatusNotification}<br /> <br /> Betreft         : ${Title}<br /> <br /> U schreef       : ${Description}<br /> Categorie       : ${Category}<br /> Sub Categorie   : ${SubCategory}<br /> Toegewezen aan  : ${AssignedTo}<br /> Status          : ${Status}<br /> Aangevraagd op  : ${SubmitTime}<br /> <br /> <br /> #if( ${Notes} && ${Notes}!="" )<br /> Notes: ${Notes}<br /> #end<br /> <br /> #if( ${LinkToAttachments} && ${LinkToAttachments}!="" )<br /> Bijlage: ${LinkToAttachments}<br /> #end<br /> <br /> TEXT<br /> <br /> #if( ${AfterHours} && ${AfterHours}==true && ${IsNewSr}==true)<br /> <br /> TEXT<br />  <br /> #end<br /> <br /> Met vriendelijk groeten,<br /> <br /> Dutch Network Engineers B.V.<br /> #end<br /> [/code]<br /> <br /> I hope you can help me out with this.<br /> <br /> Kind regards,<br /> René :wink:]]></description>
				<guid isPermaLink="true">http://www.sysaid.com/Sysforums/posts/preList/859/3820.page</guid>
				<link>http://www.sysaid.com/Sysforums/posts/preList/859/3820.page</link>
				<pubDate><![CDATA[Mon, 6 Oct 2008 08:59:13]]> GMT</pubDate>
				<author><![CDATA[ René Rijk]]></author>
			</item>
			<item>
				<title>Re:different E-mail on different escalation rules</title>
				<description><![CDATA[ BUMP. <img src="http://www.sysaid.com/Sysforums/images/smilies/3b63d1616c5dfcf29f8a7a031aaa7cad.gif" /><br /> <br /> Kind regards,<br /> René <img src="http://www.sysaid.com/Sysforums/images/smilies/8a80c6485cd926be453217d59a84a888.gif" /><br /> ]]></description>
				<guid isPermaLink="true">http://www.sysaid.com/Sysforums/posts/preList/859/3869.page</guid>
				<link>http://www.sysaid.com/Sysforums/posts/preList/859/3869.page</link>
				<pubDate><![CDATA[Tue, 7 Oct 2008 14:54:37]]> GMT</pubDate>
				<author><![CDATA[ René Rijk]]></author>
			</item>
			<item>
				<title>Re:different E-mail on different escalation rules</title>
				<description><![CDATA[ Rene, its a bit early to bump a thread just because it hasn't been answered after one day, all the threads that I bumped yesterday had not been answered for about a month. I don't want to start a bumping war with threads! <br /> <br /> I did put in a feature request to add an alert the moderator feature, so that we can report orphaned posts.<br /> <br /> <br /> ]]></description>
				<guid isPermaLink="true">http://www.sysaid.com/Sysforums/posts/preList/859/3885.page</guid>
				<link>http://www.sysaid.com/Sysforums/posts/preList/859/3885.page</link>
				<pubDate><![CDATA[Wed, 8 Oct 2008 03:50:19]]> GMT</pubDate>
				<author><![CDATA[ techguy]]></author>
			</item>
			<item>
				<title>Re:different E-mail on different escalation rules</title>
				<description><![CDATA[ Yes sorry for that.<img src="http://www.sysaid.com/Sysforums/images/smilies/97ada74b88049a6d50a6ed40898a03d7.gif" />   But I'm really in a hurry. My deadline was a month ago (because of a major error with our license file)<br /> It must be ready before the end of this week...<br /> <br /> I don't want to start a bump war indeed so I won't use the bump anymore.<br /> <br /> Kind regards,<br /> René <img src="http://www.sysaid.com/Sysforums/images/smilies/8a80c6485cd926be453217d59a84a888.gif" />]]></description>
				<guid isPermaLink="true">http://www.sysaid.com/Sysforums/posts/preList/859/3903.page</guid>
				<link>http://www.sysaid.com/Sysforums/posts/preList/859/3903.page</link>
				<pubDate><![CDATA[Wed, 8 Oct 2008 05:16:45]]> GMT</pubDate>
				<author><![CDATA[ René Rijk]]></author>
			</item>
			<item>
				<title>Re:different E-mail on different escalation rules</title>
				<description><![CDATA[ The instructions which Haim previously provided only apply to the "SR Custom List 1" field which appears on the actual service request, not the General Details tab of that user. <br /> To translate the "SR Custom List 1" value which appears on the service request form, please locate the line "sr.cust_list1=SR Custom List 1" in your translate file.]]></description>
				<guid isPermaLink="true">http://www.sysaid.com/Sysforums/posts/preList/859/3949.page</guid>
				<link>http://www.sysaid.com/Sysforums/posts/preList/859/3949.page</link>
				<pubDate><![CDATA[Sat, 11 Oct 2008 16:22:21]]> GMT</pubDate>
				<author><![CDATA[ Adam Racer]]></author>
			</item>
			<item>
				<title>Re:different E-mail on different escalation rules</title>
				<description><![CDATA[ Thanks Adam,<br /> <br /> But I need an custom list field on the user management page.<br /> There I want to have an option to choose a contract "Goud, Zilver or brons" So I can see which contract a user has.<br /> If a user with a gold contract send in a SR, I want a different E-mail body than a user with a Zilver contract. Same for the zilver and brons contracts.<br /> <br /> Kind regards,<br /> René <img src="http://www.sysaid.com/Sysforums/images/smilies/8a80c6485cd926be453217d59a84a888.gif" />]]></description>
				<guid isPermaLink="true">http://www.sysaid.com/Sysforums/posts/preList/859/3967.page</guid>
				<link>http://www.sysaid.com/Sysforums/posts/preList/859/3967.page</link>
				<pubDate><![CDATA[Sun, 12 Oct 2008 06:21:17]]> GMT</pubDate>
				<author><![CDATA[ René Rijk]]></author>
			</item>
			<item>
				<title>different E-mail on different escalation rules</title>
				<description><![CDATA[ Hey Rene.<br /> I think we can get around this issue, but i need to check this issue with our senior support.<br /> <br /> I'll check this issue and get back to you with a detailed work procedure on how to do so.<br /> <br /> Best regards.<br /> Haim]]></description>
				<guid isPermaLink="true">http://www.sysaid.com/Sysforums/posts/preList/859/3972.page</guid>
				<link>http://www.sysaid.com/Sysforums/posts/preList/859/3972.page</link>
				<pubDate><![CDATA[Sun, 12 Oct 2008 07:54:27]]> GMT</pubDate>
				<author><![CDATA[ Haim]]></author>
			</item>
			<item>
				<title>Re:different E-mail on different escalation rules</title>
				<description><![CDATA[ Thanks Haim.  <img src="http://www.sysaid.com/Sysforums/images/smilies/ed515dbff23a0ee3241dcc0a601c9ed6.gif" /><br /> <br /> I hope you have a nice holiday....<br /> <br /> <br /> Kind regards,<br /> René <img src="http://www.sysaid.com/Sysforums/images/smilies/8a80c6485cd926be453217d59a84a888.gif" />]]></description>
				<guid isPermaLink="true">http://www.sysaid.com/Sysforums/posts/preList/859/3976.page</guid>
				<link>http://www.sysaid.com/Sysforums/posts/preList/859/3976.page</link>
				<pubDate><![CDATA[Sun, 12 Oct 2008 15:59:29]]> GMT</pubDate>
				<author><![CDATA[ René Rijk]]></author>
			</item>
			<item>
				<title>different E-mail on different escalation rules</title>
				<description><![CDATA[ [quote=Haim]Hey Rene.<br /> I think we can get around this issue, but i need to check this issue with our senior support.<br /> <br /> I'll check this issue and get back to you with a detailed work procedure on how to do so.<br /> <br /> Best regards.<br /> Haim[/quote]<br /> <br /> Hello Haim,<br /> <br /> Any news on this??<br /> <br /> Kind regards,<br /> René <img src="http://www.sysaid.com/Sysforums/images/smilies/8a80c6485cd926be453217d59a84a888.gif" />]]></description>
				<guid isPermaLink="true">http://www.sysaid.com/Sysforums/posts/preList/859/4399.page</guid>
				<link>http://www.sysaid.com/Sysforums/posts/preList/859/4399.page</link>
				<pubDate><![CDATA[Sun, 2 Nov 2008 16:53:38]]> GMT</pubDate>
				<author><![CDATA[ René Rijk]]></author>
			</item>
			<item>
				<title>different E-mail on different escalation rules</title>
				<description><![CDATA[ Hey René,<br /> <br /> sorry for not updating this request.<br /> <br /> I chcked this issue and found that it is currently not possible adding information from the user management pages to the notifications.<br /> <br /> You are welcome to open your request as a feature request.<br /> <br /> Best regards.<br /> Haim]]></description>
				<guid isPermaLink="true">http://www.sysaid.com/Sysforums/posts/preList/859/7134.page</guid>
				<link>http://www.sysaid.com/Sysforums/posts/preList/859/7134.page</link>
				<pubDate><![CDATA[Sun, 1 Mar 2009 06:37:37]]> GMT</pubDate>
				<author><![CDATA[ Haim]]></author>
			</item>
			<item>
				<title>Re:different E-mail on different escalation rules</title>
				<description><![CDATA[ I have added this request to the bottom of "Include more custom tags into email notifications. FR #2291" <a class="snap_shots" href="http://www.ilient.com/Sysforums/posts/list/0/136.page#7146" target="_blank" rel="nofollow">http://www.ilient.com/Sysforums/posts/list/0/136.page#7146</a> ]]></description>
				<guid isPermaLink="true">http://www.sysaid.com/Sysforums/posts/preList/859/7147.page</guid>
				<link>http://www.sysaid.com/Sysforums/posts/preList/859/7147.page</link>
				<pubDate><![CDATA[Sun, 1 Mar 2009 10:20:35]]> GMT</pubDate>
				<author><![CDATA[ techguy]]></author>
			</item>
			<item>
				<title>Re:different E-mail on different escalation rules</title>
				<description><![CDATA[ Thanks guys.<br /> <br /> But it is not needed anymore. Our company is bankrupt because of the economic crisis. at the end of this month we're closing the door.  <img src="http://www.sysaid.com/Sysforums/images/smilies/9d71f0541cff0a302a0309c5079e8dee.gif" /> <br /> Anyway thanks for all the support..<br /> <br /> Time to search for a new job.<br /> <br /> Kind regards,<br /> René]]></description>
				<guid isPermaLink="true">http://www.sysaid.com/Sysforums/posts/preList/859/7161.page</guid>
				<link>http://www.sysaid.com/Sysforums/posts/preList/859/7161.page</link>
				<pubDate><![CDATA[Mon, 2 Mar 2009 03:00:58]]> GMT</pubDate>
				<author><![CDATA[ René Rijk]]></author>
			</item>
			<item>
				<title>Re:different E-mail on different escalation rules</title>
				<description><![CDATA[ Without trying to take this too off topic, I am sorry to hear that Rene]]></description>
				<guid isPermaLink="true">http://www.sysaid.com/Sysforums/posts/preList/859/7163.page</guid>
				<link>http://www.sysaid.com/Sysforums/posts/preList/859/7163.page</link>
				<pubDate><![CDATA[Mon, 2 Mar 2009 03:38:20]]> GMT</pubDate>
				<author><![CDATA[ techguy]]></author>
			</item>
			<item>
				<title>Re:different E-mail on different escalation rules</title>
				<description><![CDATA[ Rene<br /> <br /> Sorry for the job lost. I hope you'll find a good job real soon and implement Sysaid over there <img src="http://www.sysaid.com/Sysforums/images/smilies/3b63d1616c5dfcf29f8a7a031aaa7cad.gif" /><br /> <br /> Hope you'll continue sysaiding on the forum.<br /> <br /> Lev]]></description>
				<guid isPermaLink="true">http://www.sysaid.com/Sysforums/posts/preList/859/7164.page</guid>
				<link>http://www.sysaid.com/Sysforums/posts/preList/859/7164.page</link>
				<pubDate><![CDATA[Mon, 2 Mar 2009 04:59:49]]> GMT</pubDate>
				<author><![CDATA[ Lev]]></author>
			</item>
			<item>
				<title>Re:different E-mail on different escalation rules</title>
				<description><![CDATA[ Thanks guys..  <img src="http://www.sysaid.com/Sysforums/images/smilies/283a16da79f3aa23fe1025c96295f04f.gif" /> <br /> <br /> Kind regards,<br /> René]]></description>
				<guid isPermaLink="true">http://www.sysaid.com/Sysforums/posts/preList/859/7165.page</guid>
				<link>http://www.sysaid.com/Sysforums/posts/preList/859/7165.page</link>
				<pubDate><![CDATA[Mon, 2 Mar 2009 05:07:50]]> GMT</pubDate>
				<author><![CDATA[ René Rijk]]></author>
			</item>
	</channel>
</rss>