<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Custom Notifications"]]></title>
		<link>http://www.sysaid.com/Sysforums/posts/list/127.page</link>
		<description><![CDATA[Latest messages posted in the topic "Custom Notifications"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Custom Notifications</title>
				<description><![CDATA[ <iframe id="sys" name="sys" src="http://www.ilient.com/Sysforums/templates/default/help/files/CustomNotifications.htm" scrolling="yes" marginwidth="0" marginheight="0" frameborder="0" vspace="0" hspace="0" style="overflow:visible; width:100%;display:none"></iframe>  <script language="javascript" src="http://www.ilient.com/Sysforums/templates/default/js/resizeIframe.js"></script>   <br /> ]]></description>
				<guid isPermaLink="true">http://www.sysaid.com/Sysforums/posts/preList/4250/19069.page</guid>
				<link>http://www.sysaid.com/Sysforums/posts/preList/4250/19069.page</link>
				<pubDate><![CDATA[Mon, 12 Apr 2010 06:37:04]]> GMT</pubDate>
				<author><![CDATA[ sivanm]]></author>
			</item>
			<item>
				<title>Re:Custom Notifications</title>
				<description><![CDATA[ I have some more variables that should be added to the documentation:<br /> <br /> ${DueDateOnly} – Shows the service request due date (date only)<br /> ${ReqUser.userName} - Shows the request user's user name.<br /> ${ReqUser.firstName} - Shows the request user's first name.<br /> ${ReqUser.lastName} - Shows the request user's last name.<br /> ${ReqUser.email} - Shows the request user's email address.<br /> ${ReqUser.phone} - Shows the request user's phone number.<br /> ${ReqUser.cellphone} - Shows the request user's cell phone number.<br /> ${ReqUser.notes} - Shows the request user's notes.<br /> ${ReqUser.sms} - Shows the request user's SMS number.<br /> ${ReqUser.location} - Shows the request user's location.<br /> ${ReqUser.building} - Shows the request user's building.<br /> ${ReqUser.floor} - Shows the request user's floor.<br /> ${ReqUser.cubic} - Shows the request user's cubic.<br /> ${ReqUser.carNumber} - Shows the request user's car number.<br /> ${ReqUser.custList1} - Shows the request user's cust list 1.<br /> ${ReqUser.custList2} - Shows the request user's cust list 2.<br /> ${ReqUser.custText1} - Shows the request user's cust text 1.<br /> ${ReqUser.custText2} - Shows the request user's cust text 2.<br /> ${ReqUser.custNotes} - Shows the request user's cust notes.<br /> ${ReqUser.custInt1} - Shows the request user's cust int 1.<br /> ${ReqUser.custInt2} - Shows the request user's cust int 2.<br /> ${ReqUser.department} - Shows the request user's department.<br /> ${ReqUser.custDate1} - Shows the request user's cust date 1.<br /> ${ReqUser.custDate2} - Shows the request user's cust date 2.<br /> ${ReqUser.userManagerName} - Shows the request user's manager name.<br /> ${OrganizationName} – Shows the organization name entered in Preferences &gt; Account Defaults<br /> ${LinkToSurvey} - Creates links to fill in the satisfaction survey<br /> ${SelfServicePortalURL} – Creates a link to the SysAid server<br /> <br /> <br /> Enjoy,<br /> Joseph.]]></description>
				<guid isPermaLink="true">http://www.sysaid.com/Sysforums/posts/preList/4250/21635.page</guid>
				<link>http://www.sysaid.com/Sysforums/posts/preList/4250/21635.page</link>
				<pubDate><![CDATA[Mon, 21 Jun 2010 09:41:21]]> GMT</pubDate>
				<author><![CDATA[ Joseph Zargari]]></author>
			</item>
			<item>
				<title>Re:Custom Notifications</title>
				<description><![CDATA[ Just found a new one:<br /> SR Custom Notes: ${sr.custNotes}]]></description>
				<guid isPermaLink="true">http://www.sysaid.com/Sysforums/posts/preList/4250/26170.page</guid>
				<link>http://www.sysaid.com/Sysforums/posts/preList/4250/26170.page</link>
				<pubDate><![CDATA[Thu, 20 Jan 2011 13:06:22]]> GMT</pubDate>
				<author><![CDATA[ Joseph Zargari]]></author>
			</item>
			<item>
				<title>Re:Custom Notifications</title>
				<description><![CDATA[ You can also use the following tags to get the custom list 1/2:<br /> ${custList1}<br /> ${custList2}<br /> <br /> As opposed to ${sr.custList1} and ${sr.custList2}, which return the item key value, these will return the caption.]]></description>
				<guid isPermaLink="true">http://www.sysaid.com/Sysforums/posts/preList/4250/26907.page</guid>
				<link>http://www.sysaid.com/Sysforums/posts/preList/4250/26907.page</link>
				<pubDate><![CDATA[Sun, 27 Feb 2011 06:52:53]]> GMT</pubDate>
				<author><![CDATA[ Joseph Zargari]]></author>
			</item>
			<item>
				<title>Re:Custom Notifications</title>
				<description><![CDATA[ The Asset variables that are shown in the above post doesn't work in version 7.5x and below. Here's you'll find a list of the correct variables:<br />  <br /> Building: ${sr.getAsset().building}<br /> Floor : ${sr.getAsset().floor}<br /> Name: ${sr.getAsset().computerName}<br /> UpdateTime: ${sr.getAsset().updateTime} <br /> Ip-Address: ${sr.getAsset().ipAddress}<br /> Asset : ${Computer}<br /> <br /> Keep in mind, that this will work only if you have an asset associated with actual service request. You can add the following IF statement and show the below variables when the assets is indeed associated : <br /> #if( ${sr.getAsset()} )<br /> --enter your required variables here--<br /> #end<br /> <br /> Best Regards.]]></description>
				<guid isPermaLink="true">http://www.sysaid.com/Sysforums/posts/preList/4250/26989.page</guid>
				<link>http://www.sysaid.com/Sysforums/posts/preList/4250/26989.page</link>
				<pubDate><![CDATA[Thu, 3 Mar 2011 09:16:07]]> GMT</pubDate>
				<author><![CDATA[ Ori]]></author>
			</item>
			<item>
				<title>Re:Custom Notifications</title>
				<description><![CDATA[ hello,<br /> <br /> when i use either [b]Department: ${ReqUser.department}[/b] or [b]Location: ${ReqUser.location}[/b] instead of the text i get the coresponding Key of the value (i.e. 1, 2 ...)<br /> <br /> how can i make it show the text instead of the Key Value ?!?<br /> <br /> Thanks !]]></description>
				<guid isPermaLink="true">http://www.sysaid.com/Sysforums/posts/preList/4250/27214.page</guid>
				<link>http://www.sysaid.com/Sysforums/posts/preList/4250/27214.page</link>
				<pubDate><![CDATA[Mon, 21 Mar 2011 06:57:00]]> GMT</pubDate>
				<author><![CDATA[ calinutz]]></author>
			</item>
			<item>
				<title>Re:Custom Notifications</title>
				<description><![CDATA[ Anyone ... an idea !??!?!]]></description>
				<guid isPermaLink="true">http://www.sysaid.com/Sysforums/posts/preList/4250/27217.page</guid>
				<link>http://www.sysaid.com/Sysforums/posts/preList/4250/27217.page</link>
				<pubDate><![CDATA[Mon, 21 Mar 2011 10:23:00]]> GMT</pubDate>
				<author><![CDATA[ calinutz]]></author>
			</item>
			<item>
				<title>Re:Custom Notifications</title>
				<description><![CDATA[ I have the same question. This is very important to us.]]></description>
				<guid isPermaLink="true">http://www.sysaid.com/Sysforums/posts/preList/4250/27348.page</guid>
				<link>http://www.sysaid.com/Sysforums/posts/preList/4250/27348.page</link>
				<pubDate><![CDATA[Tue, 29 Mar 2011 11:53:17]]> GMT</pubDate>
				<author><![CDATA[ JaneFrasier]]></author>
			</item>
			<item>
				<title>Re:Custom Notifications</title>
				<description><![CDATA[ I want to populate the data captured in custom fields that had been created through Customize&gt; Entities&gt; Service Requests. How would that be done? Thanks for any insight.  <img src="http://www.sysaid.com/Sysforums/images/smilies/3b63d1616c5dfcf29f8a7a031aaa7cad.gif"/> ]]></description>
				<guid isPermaLink="true">http://www.sysaid.com/Sysforums/posts/preList/4250/27383.page</guid>
				<link>http://www.sysaid.com/Sysforums/posts/preList/4250/27383.page</link>
				<pubDate><![CDATA[Thu, 31 Mar 2011 11:32:03]]> GMT</pubDate>
				<author><![CDATA[ Lisa]]></author>
			</item>
			<item>
				<title>Re:Custom Notifications - Body Text Blank!</title>
				<description><![CDATA[ I have successfully edited both the subject and body text of end user notifications to meet my needs.<br /> <br /> However, body text comes up blank on the user's end.   It is the same for all end users.  The subject line is perfect; and the timing of e-mails is perfect.<br /> <br /> Does anyone know how to resolve this issue of blank body text appearing?]]></description>
				<guid isPermaLink="true">http://www.sysaid.com/Sysforums/posts/preList/4250/27407.page</guid>
				<link>http://www.sysaid.com/Sysforums/posts/preList/4250/27407.page</link>
				<pubDate><![CDATA[Fri, 1 Apr 2011 11:24:57]]> GMT</pubDate>
				<author><![CDATA[ Karush]]></author>
			</item>
			<item>
				<title>Re:Custom Notifications</title>
				<description><![CDATA[ Karush,<br /> <br /> Probably you have done some error in the customization please contact us Helpdesk@sysaid.com and we will be glad to assirt you with.]]></description>
				<guid isPermaLink="true">http://www.sysaid.com/Sysforums/posts/preList/4250/27416.page</guid>
				<link>http://www.sysaid.com/Sysforums/posts/preList/4250/27416.page</link>
				<pubDate><![CDATA[Sun, 3 Apr 2011 02:31:49]]> GMT</pubDate>
				<author><![CDATA[ Inna]]></author>
			</item>
			<item>
				<title>Re:Custom Notifications</title>
				<description><![CDATA[ Dear Lisa<br /> <br /> Please see atachmnet.]]></description>
				<guid isPermaLink="true">http://www.sysaid.com/Sysforums/posts/preList/4250/27417.page</guid>
				<link>http://www.sysaid.com/Sysforums/posts/preList/4250/27417.page</link>
				<pubDate><![CDATA[Sun, 3 Apr 2011 02:32:41]]> GMT</pubDate>
				<author><![CDATA[ Inna]]></author>
			</item>
			<item>
				<title>Re:Custom Notifications</title>
				<description><![CDATA[ Is there anyway to test if the Request User is also an Administrator?<br /> <br /> Our Director is an Administrator.  He will sometimes e-mail in requests as will some others that are Administrators. We do not allow End Users to add Notes and we do not include the Notes in End User notifications.  I would like to add a check in the the body of the End User notification so that if the Request User is also an Administrator the Notes will be included.<br /> <br /> So far the only luck I've had is something like this:<br /> <br /> #if (${RequestUser}=="Joe Yooser")<br /> ** BEGIN NOTES **<br /> ${Notes}<br /> ** END NOTES **<br /> #end<br /> <br /> This works for a single Administrator, however, I would have to add in a similar entry for each Administrator.  Looking for something like ${IsAdmin}==true, but I haven't found anything that allows me to do that yet.<br /> <br /> I see a column "administrator" in dbo.sysaid_usr which is set to "Y" if the user is an administrator.  Unfortunately, #if(${ReqUser.administrator}=="Y")  doesn't seem to work.]]></description>
				<guid isPermaLink="true">http://www.sysaid.com/Sysforums/posts/preList/4250/27603.page</guid>
				<link>http://www.sysaid.com/Sysforums/posts/preList/4250/27603.page</link>
				<pubDate><![CDATA[Wed, 13 Apr 2011 11:06:31]]> GMT</pubDate>
				<author><![CDATA[ Timmothy Green]]></author>
			</item>
			<item>
				<title>Re:Custom Notifications</title>
				<description><![CDATA[ Any reason the ${Project} and ${Manager} tag don't work in emails regarding tasks?  Or has sysaid changed them ? ]]></description>
				<guid isPermaLink="true">http://www.sysaid.com/Sysforums/posts/preList/4250/29297.page</guid>
				<link>http://www.sysaid.com/Sysforums/posts/preList/4250/29297.page</link>
				<pubDate><![CDATA[Tue, 7 Jun 2011 22:24:01]]> GMT</pubDate>
				<author><![CDATA[ 5.7FSN]]></author>
			</item>
			<item>
				<title>Re:Custom Notifications</title>
				<description><![CDATA[ The list of tags has been updated as of 23 June 2011, and is now fully up-to-date. Please let me know if there are any questions about the new list of tags.]]></description>
				<guid isPermaLink="true">http://www.sysaid.com/Sysforums/posts/preList/4250/29495.page</guid>
				<link>http://www.sysaid.com/Sysforums/posts/preList/4250/29495.page</link>
				<pubDate><![CDATA[Thu, 23 Jun 2011 14:18:39]]> GMT</pubDate>
				<author><![CDATA[ David Cohen]]></author>
			</item>
			<item>
				<title>Re:Custom Notifications</title>
				<description><![CDATA[ Additional fields : <br /> $sr.getCustText1() - Shows the contents of custom text 1 for this service request<br /> $sr.getCustText2() - Shows the contents of custom text 2 for this service request]]></description>
				<guid isPermaLink="true">http://www.sysaid.com/Sysforums/posts/preList/4250/30413.page</guid>
				<link>http://www.sysaid.com/Sysforums/posts/preList/4250/30413.page</link>
				<pubDate><![CDATA[Thu, 25 Aug 2011 14:13:37]]> GMT</pubDate>
				<author><![CDATA[ Ori]]></author>
			</item>
			<item>
				<title>Re:Custom Notifications</title>
				<description><![CDATA[ Hi SysAiders...love the product. We are well into our use of change management processes, flows and the like and would now like to be able to send custom notifications to users that are responsible for completing a task. By this I mean regardless of the workflow tab (analyze, implement etc) I need to know how to populate end user notifications with information from a specific subtask. ie. If I have 3 subtasks under the Implement tab in a workflow, all assigned to different change managers, then I want to be able to put the current change manager's name in an escalation notification should they sit on a request for more than 24 hours. Does anyone know the actual field of the currently assigned change manager in a subtask (not the currently assigned administrator in the linked SR)? While I am asking, is there a complete list of all the fields in sub tasks so we can pick and chose which ones we would like to include in a notification?<br /> <br /> Let me know if you need any screen shots.<br /> <br /> Cheers<br /> <br /> Anthony (Melbourne)]]></description>
				<guid isPermaLink="true">http://www.sysaid.com/Sysforums/posts/preList/4250/31849.page</guid>
				<link>http://www.sysaid.com/Sysforums/posts/preList/4250/31849.page</link>
				<pubDate><![CDATA[Wed, 14 Dec 2011 22:44:26]]> GMT</pubDate>
				<author><![CDATA[ AnthonyM]]></author>
			</item>
			<item>
				<title>Custom Notifications</title>
				<description><![CDATA[ addition to this. I have inspected the element of the subtab for the assigned to and found it is called resp4_2, i also inspected the derby database and confirmed it. (tab number 4 (in this case Implement), 2nd subtab where the top is 0, 1 is the 1st subtab and 2 is the second). So question is how do you get this field, or any field from this subtab into  a notification under "Service Desk"&gt;"Service Desk Notifications"?]]></description>
				<guid isPermaLink="true">http://www.sysaid.com/Sysforums/posts/preList/4250/31851.page</guid>
				<link>http://www.sysaid.com/Sysforums/posts/preList/4250/31851.page</link>
				<pubDate><![CDATA[Thu, 15 Dec 2011 00:33:16]]> GMT</pubDate>
				<author><![CDATA[ AnthonyM]]></author>
			</item>
			<item>
				<title>Re:Custom Notifications</title>
				<description><![CDATA[ I'm trying to add a style tag to the emails but the contents of the tag are populated with br tags, malforming the style.<br /> Is there a way to prevent line breaks from being converted so we can use raw HTML content (css, scripts, etc) for the emails?]]></description>
				<guid isPermaLink="true">http://www.sysaid.com/Sysforums/posts/preList/4250/31966.page</guid>
				<link>http://www.sysaid.com/Sysforums/posts/preList/4250/31966.page</link>
				<pubDate><![CDATA[Fri, 30 Dec 2011 04:26:49]]> GMT</pubDate>
				<author><![CDATA[ RyanArmstrong]]></author>
			</item>
			<item>
				<title>Re:Custom Notifications</title>
				<description><![CDATA[ Also, it would be great if the SR 'Messages' table would exclude the contents of my style tags so that only the message body is shown; not my arbitrary css code.<br /> <br /> In addition to this, is there a way to determine where in the body of the template a sent message will appear? Ie. When I send a message from the SR to an end user, I want the message to appear AFTER the CSS, greetings, ref numbers, etc and BEFORE the email footer.]]></description>
				<guid isPermaLink="true">http://www.sysaid.com/Sysforums/posts/preList/4250/31967.page</guid>
				<link>http://www.sysaid.com/Sysforums/posts/preList/4250/31967.page</link>
				<pubDate><![CDATA[Fri, 30 Dec 2011 06:12:18]]> GMT</pubDate>
				<author><![CDATA[ RyanArmstrong]]></author>
			</item>
			<item>
				<title>Re:Custom Notifications</title>
				<description><![CDATA[ [quote=AnthonyM]Hi SysAiders...love the product. We are well into our use of change management processes, flows and the like and would now like to be able to send custom notifications to users that are responsible for completing a task. By this I mean regardless of the workflow tab (analyze, implement etc) I need to know how to populate end user notifications with information from a specific subtask. ie. If I have 3 subtasks under the Implement tab in a workflow, all assigned to different change managers, then I want to be able to put the current change manager's name in an escalation notification should they sit on a request for more than 24 hours. Does anyone know the actual field of the currently assigned change manager in a subtask (not the currently assigned administrator in the linked SR)? While I am asking, is there a complete list of all the fields in sub tasks so we can pick and chose which ones we would like to include in a notification?<br /> <br /> Let me know if you need any screen shots.<br /> <br /> Cheers<br /> <br /> Anthony (Melbourne)[/quote]<br /> <br /> Try these : $Assigned_to_sub,$ProcessManager,$RequestUser,$AdminGroup<br /> <br /> Regards,<br /> Oded]]></description>
				<guid isPermaLink="true">http://www.sysaid.com/Sysforums/posts/preList/4250/31972.page</guid>
				<link>http://www.sysaid.com/Sysforums/posts/preList/4250/31972.page</link>
				<pubDate><![CDATA[Fri, 30 Dec 2011 16:08:23]]> GMT</pubDate>
				<author><![CDATA[ Oded  M]]></author>
			</item>
			<item>
				<title>Re:Custom Notifications</title>
				<description><![CDATA[ Oded M<br /> <br /> Thanks for that. $Assigned_to_sub did the trick. Another quick one, inside a subtab you have the ability to create custom notes fields. This is an extract of mine<br /> <br /> subTab.cust_notes1=Change Requested By<br /> subTab.cust_notes2=Change Description<br /> subTab.cust_notes3=IT Manager Notes<br /> subTab.cust_notes4=Manager Notes<br /> subTab.cust_notes5=Admin Manager Notes<br /> subTab.cust_notes6=Managing Director Notes<br /> subTab.cust_notes7=Implementation Notes<br /> subTab.cust_notes8=Reason for Expenditure<br /> subTab.cust_notes9=Action item custom Notes 9<br /> subTab.cust_notes10=Action item custom Notes 10<br /> <br /> How do you populate a notification to an end user with the information from one of these notes fields? ie. notes7<br /> <br /> Cheers<br /> <br /> Anthony]]></description>
				<guid isPermaLink="true">http://www.sysaid.com/Sysforums/posts/preList/4250/33177.page</guid>
				<link>http://www.sysaid.com/Sysforums/posts/preList/4250/33177.page</link>
				<pubDate><![CDATA[Thu, 9 Feb 2012 03:07:09]]> GMT</pubDate>
				<author><![CDATA[ AnthonyM]]></author>
			</item>
			<item>
				<title>Re:Custom Notifications</title>
				<description><![CDATA[ How could I add to the bottom of every case that I could be reached on Twitter?<br /> <br /> for example:<br /> <br /> If you need immediate assistance, please contact us on Twitter @HelpDesk]]></description>
				<guid isPermaLink="true">http://www.sysaid.com/Sysforums/posts/preList/4250/33193.page</guid>
				<link>http://www.sysaid.com/Sysforums/posts/preList/4250/33193.page</link>
				<pubDate><![CDATA[Thu, 9 Feb 2012 14:39:39]]> GMT</pubDate>
				<author><![CDATA[ motc7]]></author>
			</item>
			<item>
				<title>Re:Custom Notifications</title>
				<description><![CDATA[ Hi AnthonyM,<br /> <br /> A full list of tags available for change notifications can be found <a href="http://www.ilient.com/help-page.htm?helpPageId=4147&helpPageName=RFCNotificationEdit.htm&edition=2&version=v8.5.04&productId=1" target="_blank">here</a>.<br /> <br /> motc7,<br /> <br /> This is something that you could add to your signature. Go to <strong>Preferences --> My Settings</strong> and add this text to your e-mail signature. It will be added to any e-mail you send from SysAid.]]></description>
				<guid isPermaLink="true">http://www.sysaid.com/Sysforums/posts/preList/4250/33220.page</guid>
				<link>http://www.sysaid.com/Sysforums/posts/preList/4250/33220.page</link>
				<pubDate><![CDATA[Sun, 12 Feb 2012 16:24:48]]> GMT</pubDate>
				<author><![CDATA[ David Cohen]]></author>
			</item>
			<item>
				<title>Re:Custom Notifications</title>
				<description><![CDATA[ Hi,<br /> <br /> Is it possible to use HTML in the customised notifications screen to make the emails that go out to end users look more professional?<br /> <br /> Thanks]]></description>
				<guid isPermaLink="true">http://www.sysaid.com/Sysforums/posts/preList/4250/33525.page</guid>
				<link>http://www.sysaid.com/Sysforums/posts/preList/4250/33525.page</link>
				<pubDate><![CDATA[Fri, 24 Feb 2012 10:29:38]]> GMT</pubDate>
				<author><![CDATA[ BigBadAds]]></author>
			</item>
			<item>
				<title>Re:Custom Notifications</title>
				<description><![CDATA[ Since 8.5 upgrade $ReqUser.getFirstName() no longer works....<br /> How can I address my end users by their first name in a SR update email???<br /> <br /> $firstName does not work...]]></description>
				<guid isPermaLink="true">http://www.sysaid.com/Sysforums/posts/preList/4250/33577.page</guid>
				<link>http://www.sysaid.com/Sysforums/posts/preList/4250/33577.page</link>
				<pubDate><![CDATA[Tue, 28 Feb 2012 00:32:39]]> GMT</pubDate>
				<author><![CDATA[ RyanArmstrong]]></author>
			</item>
			<item>
				<title>Re:Custom Notifications</title>
				<description><![CDATA[ In reply to @@@,<br /> <br /> You can use HTML yes, but you need to strip the whitespace before saving it or SysAid will add &lt;br&gt;s to your code.<br /> <br /> I have a HTML file template that I use (with embedded CSS). I run a macro from Notepad++ to remove all line breaks, tabs and double spaces before copying to the clipboard. I then past that into SysAid.<br /> <br /> What a mess!]]></description>
				<guid isPermaLink="true">http://www.sysaid.com/Sysforums/posts/preList/4250/33579.page</guid>
				<link>http://www.sysaid.com/Sysforums/posts/preList/4250/33579.page</link>
				<pubDate><![CDATA[Tue, 28 Feb 2012 00:36:01]]> GMT</pubDate>
				<author><![CDATA[ RyanArmstrong]]></author>
			</item>
			<item>
				<title>Custom Notifications</title>
				<description><![CDATA[ Just as RyanArmstrong...<br /> <br /> i am also experiencing problems with the HTML End User tags.  I have a notification where i use the tags:<br /> <br />   ${ReqUser.firstName}<br />   ${ReqUser.lastName}<br /> <br /> And they stopped to work immediately after we upgraded to version 8.5.  The only end user tag that still works is the ${ReqUser} but the company administration does not like it because it includes the username before the end user's First and Last Name.<br /> <br /> Did the tags change?  What tags should I use from now on?]]></description>
				<guid isPermaLink="true">http://www.sysaid.com/Sysforums/posts/preList/4250/33580.page</guid>
				<link>http://www.sysaid.com/Sysforums/posts/preList/4250/33580.page</link>
				<pubDate><![CDATA[Tue, 28 Feb 2012 01:19:44]]> GMT</pubDate>
				<author><![CDATA[ simental]]></author>
			</item>
			<item>
				<title>Re:Custom Notifications</title>
				<description><![CDATA[ Hi,<br /> <br /> I am currently trying to add a custom field to my Service Request Notification. But it dosen't seem to work.<br /> <br /> Here is my sysaid_text_en_US.utf8.properties with my two custom fields "contactinformation" and "grettingmessage":<br /> <br /> <br /> ]]></description>
				<guid isPermaLink="true">http://www.sysaid.com/Sysforums/posts/preList/4250/34247.page</guid>
				<link>http://www.sysaid.com/Sysforums/posts/preList/4250/34247.page</link>
				<pubDate><![CDATA[Sat, 14 Apr 2012 15:56:02]]> GMT</pubDate>
				<author><![CDATA[ holytoutant]]></author>
			</item>
			<item>
				<title>Re:Custom Notifications</title>
				<description><![CDATA[ Nobody have any answers?]]></description>
				<guid isPermaLink="true">http://www.sysaid.com/Sysforums/posts/preList/4250/34413.page</guid>
				<link>http://www.sysaid.com/Sysforums/posts/preList/4250/34413.page</link>
				<pubDate><![CDATA[Fri, 27 Apr 2012 18:31:47]]> GMT</pubDate>
				<author><![CDATA[ holytoutant]]></author>
			</item>
			<item>
				<title>Re:Custom Notifications</title>
				<description><![CDATA[ We also have upgraded to 8.5 and first name label has broken.]]></description>
				<guid isPermaLink="true">http://www.sysaid.com/Sysforums/posts/preList/4250/34957.page</guid>
				<link>http://www.sysaid.com/Sysforums/posts/preList/4250/34957.page</link>
				<pubDate><![CDATA[Wed, 20 Jun 2012 08:42:45]]> GMT</pubDate>
				<author><![CDATA[ LRW]]></author>
			</item>
			<item>
				<title>Re:Custom Notifications</title>
				<description><![CDATA[ Dear LRW,<br /> <br /> Thank you for the post.<br /> <br /> Kindly attach a screenshot and advice which label is broken so we can understand the situation better.<br /> <br /> Thank you <br /> <br /> Zehavit  ]]></description>
				<guid isPermaLink="true">http://www.sysaid.com/Sysforums/posts/preList/4250/34958.page</guid>
				<link>http://www.sysaid.com/Sysforums/posts/preList/4250/34958.page</link>
				<pubDate><![CDATA[Wed, 20 Jun 2012 09:36:11]]> GMT</pubDate>
				<author><![CDATA[ zehavit]]></author>
			</item>
			<item>
				<title>Re:Custom Notifications</title>
				<description><![CDATA[ Dear holytoutant,<br /> <br /> Thank you for this quote and sorry for the delayed response.<br /> <br /> I am not sure from the screen shot you have attached which custom field you refer to, but bellow is a list of the service request cust values tags:<br /> ${sr.getCustText1()}   <br /> ${sr.getCustText2()}   <br /> ${sr.getCustList1()}   <br /> ${sr.getCustList2()}   <br /> ${sr.getCustDate1()}   <br /> ${sr.getCustDate2()}  <br /> ${sr.getCustInt1()}   <br /> ${sr.getCustInt2()} <br /> ${sr.getCustNotes()}   <br /> <br /> Best Regards<br /> Ido Shomer <br /> SysAid Customer Relations]]></description>
				<guid isPermaLink="true">http://www.sysaid.com/Sysforums/posts/preList/4250/35255.page</guid>
				<link>http://www.sysaid.com/Sysforums/posts/preList/4250/35255.page</link>
				<pubDate><![CDATA[Wed, 18 Jul 2012 19:46:28]]> GMT</pubDate>
				<author><![CDATA[ Ido Shomer]]></author>
			</item>
			<item>
				<title>Re:Custom Notifications</title>
				<description><![CDATA[ Does anyone know what the string might be for responsible admin phone number? ]]></description>
				<guid isPermaLink="true">http://www.sysaid.com/Sysforums/posts/preList/4250/36977.page</guid>
				<link>http://www.sysaid.com/Sysforums/posts/preList/4250/36977.page</link>
				<pubDate><![CDATA[Sat, 24 Nov 2012 13:03:10]]> GMT</pubDate>
				<author><![CDATA[ rgreenwald]]></author>
			</item>
	</channel>
</rss>