<?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>William Rentfrow&#039;s Blog</title>
	<atom:link href="http://williamrentfrow.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://williamrentfrow.com</link>
	<description>Caution: Pragmatist at work</description>
	<lastBuildDate>Tue, 29 Jun 2010 21:35:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Remedy DST Time addition problems</title>
		<link>http://williamrentfrow.com/remedy-dst-time-addition-problems/</link>
		<comments>http://williamrentfrow.com/remedy-dst-time-addition-problems/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 16:47:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ARS List Posts]]></category>
		<category><![CDATA[BMC Remedy]]></category>
		<category><![CDATA[bmc remedy daylight savings time]]></category>
		<category><![CDATA[dateadd]]></category>
		<category><![CDATA[remedy dst]]></category>

		<guid isPermaLink="false">http://williamrentfrow.com/?p=355</guid>
		<description><![CDATA[$My Date$ - 864000 (i.e., minus 10 days).

Here's the interesting thing - when the date entered is  Daylight savings time - 3/15 this spring - the calculated value for the date time field returns 3/4/2010 11:00:00 PM.  Normally all of the times in this date/time field are left at 12:00:00 AM and are unused.

Technically speaking the calculation is EXACTLY correct.  3/4/2010 11:00:00 PM is exactly 10 days before 3/15/2010 12:00:00 AM - because 3/15 has an "extra" hour added that is a figment of our collective imagination.  Technically DST doesn't happen until 2:00 AM though but that's a matter for another time.]]></description>
			<content:encoded><![CDATA[<h2>When the DST match doesn&#8217;t appear to add up:</h2>
<p>Here&#8217;s the original ARS List post I put out:</p>
<p><em>Fortunately this issue SHOULD be very straight forward.</em></p>
<p><em>Unfortunately &#8211; it isn&#8217;t.</em></p>
<p><em>There&#8217;s a button that calculates a person&#8217;s period of eligibility to make changes to their HR benefits, etc.  You enter their employment anniversary date and hit the button and this performs a calculation:</em></p>
<p><em>$My Date$ &#8211; 864000 (i.e., minus 10 days).</em></p>
<p><em>Here&#8217;s the interesting thing &#8211; when the date entered is  Daylight savings time &#8211; 3/15 this spring &#8211; the calculated value for the date time field returns 3/4/2010 11:00:00 PM.  Normally all of the times in this date/time field are left at 12:00:00 AM and are unused.</em></p>
<p><em>Technically speaking the calculation is EXACTLY correct.  3/4/2010 11:00:00 PM is exactly 10 days before 3/15/2010 12:00:00 AM &#8211; because 3/15 has an &#8220;extra&#8221; hour added that is a figment of our collective imagination.  Technically DST doesn&#8217;t happen until 2:00 AM though but that&#8217;s a matter for another time.</em></p>
<p><em>I was thinking about changing the times on these to default to 3:00:00 AM instead of 12:00:00 AM &#8211; but I&#8217;m open to suggestions.</em></p>
<p>As it turns out the solution was really simple &#8211; the original math for the &#8220;Set Fields&#8221; calculation did this:</p>
<p>$My Date$ &#8211; 864000</p>
<p>I just switched it to use the Remedy <strong>DATEADD</strong> function and added negative 10 days &#8211; this only evaluates the &#8220;date&#8221; portion of the value and ignores DST:</p>
<p>DATEADD(&#8220;day&#8221;,-10,$My Date$)</p>
<p>Thanks to C.B. on the arlist for the suggestion.</p>
<br/><a href="http://www.socialmarker.com/?link=http://williamrentfrow.com/remedy-dst-time-addition-problems/&title=Remedy+DST+Time+addition+problems&text=When+the+DST+match+doesn%26%238217%3Bt+appear+to+add+up%3A+Here%26%238217%3Bs+the+original+ARS+List+post+I+put+out%3A+Fortunately+this+issue+SHOULD+be+very+straight+forward.+Unfortunately+%26%238211%3B+it+isn%26%238217%3Bt.&tags=%26%238211%3B" target="_blank"><img src= "http://www.socialmarker.com/bookmark.gif" border="0" /></a><noscript><a href="http://www.socialmarker.com" >Social Bookmarking</a></noscript>]]></content:encoded>
			<wfw:commentRss>http://williamrentfrow.com/remedy-dst-time-addition-problems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remedy Email Engine SSL Error</title>
		<link>http://williamrentfrow.com/remedy-email-engine-ssl-error/</link>
		<comments>http://williamrentfrow.com/remedy-email-engine-ssl-error/#comments</comments>
		<pubDate>Thu, 11 Feb 2010 05:18:32 +0000</pubDate>
		<dc:creator>William</dc:creator>
				<category><![CDATA[BMC Remedy]]></category>
		<category><![CDATA[remedy email engine]]></category>
		<category><![CDATA[Remedy errors]]></category>
		<category><![CDATA[SSL certificates]]></category>

		<guid isPermaLink="false">http://williamrentfrow.com/?p=346</guid>
		<description><![CDATA[SSL Errors
We had the email engine working fine for quite some time (ARS 7.1 on Solaris).
Then &#8211; one magical day after server patching &#8211; it quit.  The error messages reported in the email error logs form said this:
Connect failed
javax.mail.MessagingException: Connect failed;
nested exception is:
javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path [...]]]></description>
			<content:encoded><![CDATA[<p>SSL Errors</p>
<p>We had the email engine working fine for quite some time (ARS 7.1 on Solaris).</p>
<p>Then &#8211; one magical day after server patching &#8211; it quit.  The error messages reported in the email error logs form said this:</p>
<p><code>Connect failed<br />
javax.mail.MessagingException: Connect failed;<br />
nested exception is:<br />
javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target<br />
at com.sun.mail.pop3.POP3Store.protocolConnect(POP3Store.java:148)<br />
at javax.mail.Service.connect(Service.java:275)<br />
at javax.mail.Service.connect(Service.java:156)<br />
at com.bmc.arsys.emaildaemon.ReceiverModule.initializeIncommingMailbox(ReceiverModule.java:1876)<br />
at com.bmc.arsys.emaildaemon.ReceiverModule.doWork(ReceiverModule.java:216)<br />
at com.bmc.arsys.emaildaemon.ThreadBase.run(ThreadBase.java:288)<br />
at java.lang.Thread.run(Thread.java:595)</code></p>
<p>&#8230;.and it looked like this&#8230;</p>
<div id="attachment_347" class="wp-caption alignnone" style="width: 444px"><a href="http://williamrentfrow.com/wp-content/uploads/2010/02/SSLerror.jpg"><img class="size-full wp-image-347" title="SSLerror" src="http://williamrentfrow.com/wp-content/uploads/2010/02/SSLerror.jpg" alt="SSL Error" width="434" height="447" /></a><p class="wp-caption-text">Remedy Email Engine SSL Error</p></div>
<p>As it turned out &#8211; it was a pretty easy fix.</p>
<p>For some reason the patching (OS level patching by another group) had overwritten our CACERTS file.  We didn&#8217;t notice immediately because the replacement file had approximately the right size and date.</p>
<p>So &#8211; if you run into the &#8220;PKIX path building failed:  unable to find valid certification path to requested&#8221; error &#8211; re-import or otherwise replace your SSL certificates.</p>
<p>-William</p>
<br/><a href="http://www.socialmarker.com/?link=http://williamrentfrow.com/remedy-email-engine-ssl-error/&title=Remedy+Email+Engine+SSL+Error&text=SSL+Errors+We+had+the+email+engine+working+fine+for+quite+some+time+%28ARS+7.1+on+Solaris%29.+Then+%26%238211%3B+one+magical+day+after+server+patching+%26%238211%3B+it+quit.%26%23160%3B+The+error+messages+reported+in+the...&tags=arsys+emaildaemon%2C+com+bmc%2C+%26%238211%3B" target="_blank"><img src= "http://www.socialmarker.com/bookmark.gif" border="0" /></a><noscript><a href="http://www.socialmarker.com" >Social Bookmarking</a></noscript>]]></content:encoded>
			<wfw:commentRss>http://williamrentfrow.com/remedy-email-engine-ssl-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twas the night before Christmas&#8230;</title>
		<link>http://williamrentfrow.com/twas-night-christmas/</link>
		<comments>http://williamrentfrow.com/twas-night-christmas/#comments</comments>
		<pubDate>Fri, 25 Dec 2009 04:29:33 +0000</pubDate>
		<dc:creator>William</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Writing]]></category>
		<category><![CDATA[christmas]]></category>

		<guid isPermaLink="false">http://williamrentfrow.com/?p=342</guid>
		<description><![CDATA[I present this piece of weirdness:
‘Twas the night before Christmas,
And I – mop in hand –
Had just started in
Cleaning porcelain tile-land
 
The kitchen, the hall, the mud room too
Also the foyer, there was much to do.
I swept then I mopped, and did it up quick –
So it would dry long before St. Nick
 
When out in the [...]]]></description>
			<content:encoded><![CDATA[<p>I present this piece of weirdness:</p>
<p>‘Twas the night before Christmas,</p>
<p>And I – mop in hand –</p>
<p>Had just started in</p>
<p>Cleaning porcelain tile-land</p>
<p> </p>
<p>The kitchen, the hall, the mud room too</p>
<p>Also the foyer, there was much to do.</p>
<p>I swept then I mopped, and did it up quick –</p>
<p>So it would dry long before St. Nick</p>
<p> </p>
<p>When out in the entrance I heard yell and a thud</p>
<p>I dropped all my stuff and thought “aw….CRUD”</p>
<p>And there on the floor lying perfectly still</p>
<p>Was that jolly old elf, a total fresh kill</p>
<p> </p>
<p>The tracks told the story and told it quite well</p>
<p>First the chimney, then the tile, then a long slip and he fell.</p>
<p> </p>
<p>I stood a long moment, trying to be shrewd.</p>
<p>Was this illegal? Was there a treaty? Was I really screwed?</p>
<p> </p>
<p>And then the answer came in a flash – and I ran</p>
<p>to the basement, to find the Halloween stash</p>
<p> </p>
<p>With my pirate costume on, I bowed and I begged</p>
<p>“Please FSM – please save the day”</p>
<p> </p>
<p>Out on the lawn I heard a loud BOOM</p>
<p>I sprang to the stoop and looked out from the room</p>
<p> </p>
<p>“On cavatappi, on spaghetti, al Dente, of course!”</p>
<p>“We have a true pirate to save from the courts!”</p>
<p> </p>
<p>His noodly appendage struck out, and raised that old elf</p>
<p>Who stood, looked at FSM, and shook off his own self.</p>
<p> </p>
<p>The two had a moment there alone in the snow -</p>
<p>Two imaginary characters respectfully saying Hello</p>
<p> </p>
<p>And ever since that day all I get is some coal.</p>
<br/><a href="http://www.socialmarker.com/?link=http://williamrentfrow.com/twas-night-christmas/&title=Twas+the+night+before+Christmas%26%238230%3B&text=I+present+this+piece+of+weirdness%3A+%26%238216%3BTwas+the+night+before+Christmas%2C+And+I+%26%238211%3B+mop+in+hand+%26%238211%3B+Had+just+started+in+Cleaning+porcelain+tile-land+%26%23160%3B+The+kitchen%2C+the+hall%2C+the+mud...&tags=" target="_blank"><img src= "http://www.socialmarker.com/bookmark.gif" border="0" /></a><noscript><a href="http://www.socialmarker.com" >Social Bookmarking</a></noscript>]]></content:encoded>
			<wfw:commentRss>http://williamrentfrow.com/twas-night-christmas/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to add email attachments to incoming emails</title>
		<link>http://williamrentfrow.com/add-email-attachments-incoming-emails/</link>
		<comments>http://williamrentfrow.com/add-email-attachments-incoming-emails/#comments</comments>
		<pubDate>Fri, 13 Nov 2009 23:16:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[BMC Remedy]]></category>
		<category><![CDATA[bmc remedy email engine]]></category>
		<category><![CDATA[email attachments incident]]></category>
		<category><![CDATA[remedy email attachment]]></category>
		<category><![CDATA[remedy email engine attachment]]></category>

		<guid isPermaLink="false">http://williamrentfrow.com/?p=335</guid>
		<description><![CDATA[A while back I wrote a long series on how to process incoming emails into Remedy Incident Management.

I received a number of positive responses to that as well as a lot of questions.  One of the frequent questions was "How do we put attachments in?".

Robert Fults of Florida International University was nice enough to provide a complete guide on how to do this.  The material below this paragraph was all provided by him.  Thanks Robert!]]></description>
			<content:encoded><![CDATA[<h2>Attachments for incoming emails</h2>
<p>A while back I wrote a long series on how to process incoming emails into Remedy Incident Management.</p>
<p>I received a number of positive responses to that as well as a lot of questions.  One of the frequent questions was &#8220;How do we put attachments in?&#8221;.</p>
<p>Robert Fults of Florida International University was nice enough to provide a complete guide on how to do this.  The material below this paragraph was all provided by him.  Thanks Robert!</p>
<h3>Getting your incoming email to accept a single attachment</h3>
<p>First, add a new tab to the page holder called Attachments.</p>
<div id="attachment_332" class="wp-caption alignnone" style="width: 310px"><a href="http://williamrentfrow.com/wp-content/uploads/2009/11/remedy-email-attachment.jpg"><img class="size-medium wp-image-332" title="remedy-email-attachment" src="http://williamrentfrow.com/wp-content/uploads/2009/11/remedy-email-attachment-300x228.jpg" alt="Remedy email attachment (click for full size)" width="300" height="228" /></a><p class="wp-caption-text">Remedy email attachment (click for full size)</p></div>
<p>You will need a Character field to store the Email GUID and temp field to store the Attachment Unique ID or Attachment ID (I used the unique ID).  You also need a place to store those attachments so we add an attachment pool.  NOTE: I added an attachment table for further enhancement (I am planning to do a table loop to get the Attachment IDs of multiple attachments, which will change the way this works to some extent.)</p>
<p>Now we can start putting together some workflow.  First, we need to get the Email GUID from the AR System Messages form.  Remember that filter we created to get all the data pushed to our staging form? Just add this field to the list.  Mine has Email GUID = $Unique Identifier$. Done.</p>
<p>Now we create a filter that fires on submit to our staging form, in my case IncomingEmailProcessing, which will get the attachment to the staging form. It has two Set Fields actions.  The first will get the Attachement ID from the AR System Email Attachment join form.</p>
<div id="attachment_333" class="wp-caption alignnone" style="width: 310px"><a href="http://williamrentfrow.com/wp-content/uploads/2009/11/Remedy-filter-if-action1.jpg"><img class="size-medium wp-image-333" title="Remedy-filter-if-action1" src="http://williamrentfrow.com/wp-content/uploads/2009/11/Remedy-filter-if-action1-300x279.jpg" alt="Remedy Filter action 1 (click for full size)" width="300" height="279" /></a><p class="wp-caption-text">Remedy Filter action 1 (click for full size)</p></div>
<p>The next Set Fields action will take the attachment ID and search the AR System Email Attachments form and get the attachment.</p>
<div id="attachment_334" class="wp-caption alignnone" style="width: 310px"><a href="http://williamrentfrow.com/wp-content/uploads/2009/11/Remedy-filter-if-action2.jpg"><img class="size-medium wp-image-334" title="Remedy-filter-if-action2" src="http://williamrentfrow.com/wp-content/uploads/2009/11/Remedy-filter-if-action2-300x280.jpg" alt="Remedy filter action 2 (click for full size)" width="300" height="280" /></a><p class="wp-caption-text">Remedy filter action 2 (click for full size)</p></div>
<p>At this point your processing form should be collecting an email attachment. Now, how do we get it to the ticket?  First we need to make a correction: if you are using AR System 7.1, you need to modify filter HPD:HIJ:ModifyIncident_210_CreateWorklog to push z2AF Work Log01 = $SRAttachment (or whatever you name the attachment fields if you add more, point is that you need to push the attachment field).</p>
<p>Now we can go back to the filter we use to create new tickets from the data on our staging form, in my case +HPD:IncomingEmailCreateNewIncident, and add some new fields to it.</p>
<pre><code>z2AF_Act_Attachment_1 = $attachment field1$

z1D_WorklogDetails="Incident submitted via Email" (or whatever you like, it need to contain something)

z1D_View_Access=Internal or Public (your choice)

z1D_CommunicationSource=Email (for clarity)

z1D_Activity_Type=Customer Communication (for clarity)</code></pre>
<p> And that takes care of New Incident requests. Now for incident updates.  Go to the filter where you processed updates, in my case +HPD:IncomingEmailModifyIncident, and add the attachment fields.</p>
<p>SRAttachment=$attachment field1$</p>
<p> That’s it.  If you know how to use table loops you can copy the attachment table from the AR System Email Messages form and change the qualification to ( &#8216;Source ID2&#8242; = $EmailGUID$) AND ( &#8216;Type&#8217; = &#8220;Email&#8221;) which will populate it the table with the relevant attachments.  From there you change your work flow to walk the table and get the attachment IDs and attachments one at a time.  Then you could push them all at once to the appropriate places assuming you have added the necessary attachment fields to the attachment pool.</p>
<p> </p>
<p>-Robert Fults</p>
<p><a href="mailto:rfults@fiu.edu">rfults@fiu.edu</a></p>
<p>Remedy Developer @ FIU<span id="_marker"> </span></p>
<p class="MsoNormal" style="margin: 0in 0in 10pt;"><span style="font-size: 11pt; line-height: 115%; font-family: Calibri; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;"> </span></p>
<br/><a href="http://www.socialmarker.com/?link=http://williamrentfrow.com/add-email-attachments-incoming-emails/&title=How+to+add+email+attachments+to+incoming+emails&text=Attachments+for+incoming+emails+A+while+back+I+wrote+a+long+series+on+how+to+process+incoming+emails+into+Remedy+Incident+Management.&tags=get+the%2C+the+attachment%2C+which+will%2C+system+email%2C+attachment%2C+email%2C+caption%2C+attachments%2C+filter" target="_blank"><img src= "http://www.socialmarker.com/bookmark.gif" border="0" /></a><noscript><a href="http://www.socialmarker.com" >Social Bookmarking</a></noscript>]]></content:encoded>
			<wfw:commentRss>http://williamrentfrow.com/add-email-attachments-incoming-emails/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>BMC Remedy ACD Integration via the C API &#8211; opening a Display Only form</title>
		<link>http://williamrentfrow.com/integration-api-opening-display-form/</link>
		<comments>http://williamrentfrow.com/integration-api-opening-display-form/#comments</comments>
		<pubDate>Tue, 03 Nov 2009 05:15:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ARS List Posts]]></category>
		<category><![CDATA[BMC Remedy]]></category>
		<category><![CDATA[ACD integration Remedy]]></category>
		<category><![CDATA[BMC Remedy integration]]></category>
		<category><![CDATA[Remedy API]]></category>

		<guid isPermaLink="false">http://williamrentfrow.com/?p=323</guid>
		<description><![CDATA[How to set open a display only field and set fields using the C API
I had posted a question on the ARSList about how to properly format the C API call for &#8220;OpenForm&#8221; &#8211; we were getting errors using it.
Mark Worley &#8211; a fellow poster &#8211; was kind enough to send me this example which [...]]]></description>
			<content:encoded><![CDATA[<h2>How to set open a display only field and set fields using the C API</h2>
<p>I had posted a question on the ARSList about how to properly format the C API call for &#8220;OpenForm&#8221; &#8211; we were getting errors using it.</p>
<p>Mark Worley &#8211; a fellow poster &#8211; was kind enough to send me this example which worked and allowed us to fix the problem</p>
<pre>
<code>
Dim arSession as ARUSER.COMAppObj
Dim arForm as ARUSER.ICOMFormWnd
Dim arField as ARUSER.ICOMField
Dim sessionNumber as Long

Set arSession = New ARUSER.COMAppObj
sessionNumber = arSession.Login(“ARUserID”, “ARUserPassword”,False)

arSession.OpenForm sessionNumber, “ARServer”, “Form Name”, ARSubmit , 1
Set arForm = arSession.GetActiveForm
Set arField = arForm.GetFieldById(999999999)
arField.Value = “Value”
arForm.Submit</code>
</pre>
<br/><a href="http://www.socialmarker.com/?link=http://williamrentfrow.com/integration-api-opening-display-form/&title=BMC+Remedy+ACD+Integration+via+the+C+API+%26%238211%3B+opening+a+Display+Only+form&text=How+to+set+open+a+display+only+field+and+set+fields+using+the+C+API+I+had+posted+a+question+on+the+ARSList+about+how+to+properly+format+the+C+API+call+for+%26%238220%3BOpenForm%26%238221%3B+%26%238211%3B+we+were...&tags=arsession" target="_blank"><img src= "http://www.socialmarker.com/bookmark.gif" border="0" /></a><noscript><a href="http://www.socialmarker.com" >Social Bookmarking</a></noscript>]]></content:encoded>
			<wfw:commentRss>http://williamrentfrow.com/integration-api-opening-display-form/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Cafe World guide for the Facebook App</title>
		<link>http://williamrentfrow.com/cafe-world-guide-facebook-app/</link>
		<comments>http://williamrentfrow.com/cafe-world-guide-facebook-app/#comments</comments>
		<pubDate>Sat, 31 Oct 2009 19:08:52 +0000</pubDate>
		<dc:creator>William</dc:creator>
				<category><![CDATA[Other projects]]></category>

		<guid isPermaLink="false">http://williamrentfrow.com/?p=317</guid>
		<description><![CDATA[Cafe World Secrets
I am on Facebook from time to time but I haven&#8217;t gotten into any of the really popular games.  From a marketing/innovation standpoint though I do find them amazing &#8211; the number of people who are joining Cafe World (Mafia Wars, etc) is astronomical.  Last I heard it was 500,000+ a DAY joining.
It&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<h2>Cafe World Secrets</h2>
<p>I am on Facebook from time to time but I haven&#8217;t gotten into any of the really popular games.  From a marketing/innovation standpoint though I do find them amazing &#8211; the number of people who are joining Cafe World (Mafia Wars, etc) is astronomical.  Last I heard it was 500,000+ a DAY joining.</p>
<p>It&#8217;s already one of the most successful Facebook apps ever launched.</p>
<p>In any case &#8211; some guy is selling a <a href="http://www.williamrentfrow.com/go/cafeworldguide1.php" target="_blank">Cafe World Secrets guide </a>on Clickbank available here if that&#8217;s your thing (Disclaimer: Affiliate link, etc etc).</p>
<p>B.</p>
<br/><a href="http://www.socialmarker.com/?link=http://williamrentfrow.com/cafe-world-guide-facebook-app/&title=New+Cafe+World+guide+for+the+Facebook+App&text=Cafe+World+Secrets+I+am+on+Facebook+from+time+to+time+but+I+haven%26%238217%3Bt+gotten+into+any+of+the+really+popular+games.%26%23160%3B+From+a+marketing%2Finnovation+standpoint+though+I+do+find+them+amazing...&tags=cafe+world" target="_blank"><img src= "http://www.socialmarker.com/bookmark.gif" border="0" /></a><noscript><a href="http://www.socialmarker.com" >Social Bookmarking</a></noscript>]]></content:encoded>
			<wfw:commentRss>http://williamrentfrow.com/cafe-world-guide-facebook-app/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Auditing in BMC Remedy forms</title>
		<link>http://williamrentfrow.com/auditing-bmc-remedy-forms/</link>
		<comments>http://williamrentfrow.com/auditing-bmc-remedy-forms/#comments</comments>
		<pubDate>Wed, 07 Oct 2009 19:08:45 +0000</pubDate>
		<dc:creator>William</dc:creator>
				<category><![CDATA[BMC Remedy]]></category>
		<category><![CDATA[auditing remedy]]></category>
		<category><![CDATA[bmc remedy auditing]]></category>
		<category><![CDATA[data auditing]]></category>

		<guid isPermaLink="false">http://williamrentfrow.com/?p=308</guid>
		<description><![CDATA[For example, a “Status” field in an Incident may change to these values over the course of the life of the Incident: 

New
Assigned
Work In Progress
Resolved
An “audit” of this field would show the following: 

Date/Time of the entry and change
User who made the change
Updated value
Previous versions of Remedy required custom forms, custom workflow, and various other development efforts in order to accomplish this.  As of Remedy AR Server version 7.x this can be accomplished by a Remedy Developer through configuration of the back end forms.
]]></description>
			<content:encoded><![CDATA[<h2>
<div class="mceTemp">A BMC Remedy Form Auditing Overview</div>
</h2>
<p>In previous versions of Remedy it was necessary to do custom workflow and forms in order to “audit” the data contents of a field.  An audit is simply a historical recording of the values of a field in a record.</p>
<p>For example, a “Status” field in an Incident may change to these values over the course of the life of the Incident: </p>
<ul>
<li>New</li>
<li>Assigned</li>
<li>Work In Progress</li>
<li>Resolved</li>
</ul>
<p>An “audit” of this field would show the following: </p>
<ul>
<li>Date/Time of the entry and change</li>
<li>User who made the change</li>
<li>Updated value</li>
</ul>
<p>Previous versions of Remedy required custom forms, custom workflow, and various other development efforts in order to accomplish this.  As of Remedy AR Server version 7.x this can be accomplished by a Remedy Developer through configuration of the back end forms.</p>
<h3>Setting up Auditing in Remedy 7.x</h3>
<p>To implement Auditing in Remedy 7 the following steps need to be performed: </p>
<ol>
<li>Identify audit form naming</li>
<li>Identify fields to audit</li>
<li>Identify audit operation</li>
<li>Set up auditing on the form</li>
<li>Set up auditing on the individual fields</li>
</ol>
<h3>Identify Audit Form Naming</h3>
<p>The system will automatically create an audit form.  However, the name needs to be specified.  Typically this is the name of the original form plus the word “Audit”.  For example, the <span style="text-decoration: underline;">HPD:HelpDesk</span> audit form could be named “<span style="text-decoration: underline;">HPD:HelpDesk Audit</span>”.</p>
<h3>Identify Fields to Audit</h3>
<p>Identifying the fields to audit is a step that needs careful consideration.  Auditing every field on a form can cause performance issues.  Also, some fields can not be audited.  This includes the core fields (field id 1-6; field 7 – Status &#8211; can be audited).</p>
<p>The system automatically adds some fields to the audit table in order to facilitate auditing.  These include the user, Audit time/date, and other information.</p>
<p>Typically you will want to audit application fields that are used for reporting or quality analysis.  An example of this includes: </p>
<ul>
<li>Assigned to Group/Person</li>
<li>Status</li>
<li>
<h3>Classification</h3>
</li>
</ul>
<h3>Identify Audit Operation</h3>
<p>There are three possible audit operations.  For each field identified in the previous step we need to identify the audit operation to be performed.  The possibilities for an audited field are: </p>
<ul>
<li>Audit – Whenever a value changes in this field the “Audit” operation will take place.  This means a new record will be created in the audit table and include this value.</li>
<li>Copy – Any time an audit is triggered this field will be copied.  For example, if the status changes from “New” to “Assigned” but the “Assigned to User” does not change but was set to “Copy” the “Assigned to User” would still copy to the audit form.  This is the preferred setting for data that may not change but is wanted in the audit log.</li>
<li>Audit and Copy &#8211; A copy of the data is triggered every time this field changes or whenever another field triggers an audit operation.  This is the preferred setting for data that is likely to change and is in the audit log.</li>
</ul>
<h3>Set up Auditing on the Form</h3>
<p>Setting up auditing for a particular form requires Remedy Administrator access.  To turn on auditing you must first log into Remedy Administrator and open the form.</p>
<p>Once the form is open select the “Form Properties” window.  Then select the “Audit” tab: </p>
<div class="mceTemp">
<div class="mceTemp">
<div id="attachment_311" class="wp-caption alignnone" style="width: 581px"><a href="http://williamrentfrow.com/wp-content/uploads/2009/10/remedy-auditing2.jpg"><img class="size-full wp-image-311" title="remedy-auditing2" src="http://williamrentfrow.com/wp-content/uploads/2009/10/remedy-auditing2.jpg" alt="Remedy Form Auditing" width="571" height="471" /></a><p class="wp-caption-text">Remedy Form Auditing</p></div>
</div>
</div>
<p>Check the “Enable” box to turn on Auditing.</p>
<p>For the “Audit style” select “Form”.  This means a record-based audit style will be used.</p>
<p>The other option is “Log”.  Log auditing records all information to a single field and this is non-reportable and has limited usefulness.</p>
<p>Enter the name of the “Audit Form” that you previously determined (e.g., “<span style="text-decoration: underline;">HPD:HelpDesk Audit</span>”).</p>
<p>If necessary enter a qualification.  For example, you may only want to audit records that have a classification of “Security Issue”.  A sample qualification might be:</p>
<p style="padding-left: 30px;"><em>&#8216;Categorization Tier 1&#8242; = &#8220;Security Issue&#8221;</em></p>
<p>When done press “OK” and save the form.  The audit form will automatically be created.</p>
<h2>Set Up Auditing on the Individual Fields</h2>
<p>After turning on auditing and saving the form you need to configure each individual field that is identified for auditing.  This also must be done in the Remedy Administrator tool. </p>
<p>Open the form in the Remedy Administrator tool.  Select the first field that needs to be audited.  Then select the “Field Properties” button and go to the “Attributes” tab: </p>
<div id="attachment_307" class="wp-caption alignnone" style="width: 580px"><a href="http://williamrentfrow.com/wp-content/uploads/2009/10/remedy-auditing-options.jpg"><img class="size-full wp-image-307" title="remedy-auditing-options" src="http://williamrentfrow.com/wp-content/uploads/2009/10/remedy-auditing-options.jpg" alt="Auditing Options" width="570" height="523" /></a><p class="wp-caption-text">Auditing Options</p></div>
<p>Select the “Audit Option” identified earlier for this field (“Audit”, “Copy”, or “Audit and Copy”). </p>
<p>Repeat this step for each field that needs to be audited and save the form.</p>
<p>It is also possible to set up multiple fields at the same time.  To do this follow these steps: </p>
<ol>
<li>Open the form (auditing for the form needs to be turned on)</li>
<li>Go to the “Form/Multiple Field Properties” menu option </li>
<li>Select each field that needs to be audited and change the “Audit Option” to the appropriate operation identified previously.</li>
<li>Save the form when finished.</li>
</ol>
<p> </p>
<div id="attachment_305" class="wp-caption alignnone" style="width: 492px"></p>
<h3><a href="http://williamrentfrow.com/wp-content/uploads/2009/10/remedy-multiple-field-auditing.jpg"><img class="size-full wp-image-305" title="remedy-multiple-field-auditing" src="http://williamrentfrow.com/wp-content/uploads/2009/10/remedy-multiple-field-auditing.jpg" alt="Audit multiple fields in BMC Remedy" width="482" height="589" /></a></h3>
<p><p class="wp-caption-text">Audit multiple fields in BMC Remedy</p></div>
<h3>Final Steps</h3>
<p>After completing the steps above auditing is configured but may not be completely useful.  For example it may be necessary to create a join form with the original form and the audit form to facilitate reporting.</p>
<p>To test the auditing you can create a record in the original form.  Then change the value of a field set to be audited and re-save the record.</p>
<p>Check the audit form.  Each action should cause a new audit entry.</p>
<br/><a href="http://www.socialmarker.com/?link=http://williamrentfrow.com/auditing-bmc-remedy-forms/&title=Auditing+in+BMC+Remedy+forms&text=+A+BMC+Remedy+Form+Auditing+Overview++In+previous+versions+of+Remedy+it+was+necessary+to+do+custom+workflow+and+forms+in+order+to+%26%238220%3Baudit%26%238221%3B+the+data+contents+of+a+field.%26%23160%3B+An+audit+is...&tags=the+audit%2C+the+form%2C+for+example%2C+that+needs%2C+audit%2C+field%2C+auditing%2C+remedy%2C+fields%2C+caption" target="_blank"><img src= "http://www.socialmarker.com/bookmark.gif" border="0" /></a><noscript><a href="http://www.socialmarker.com" >Social Bookmarking</a></noscript>]]></content:encoded>
			<wfw:commentRss>http://williamrentfrow.com/auditing-bmc-remedy-forms/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Education vs. Entertainment</title>
		<link>http://williamrentfrow.com/education-entertainment/</link>
		<comments>http://williamrentfrow.com/education-entertainment/#comments</comments>
		<pubDate>Mon, 05 Oct 2009 21:26:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Noteworthy quotes]]></category>
		<category><![CDATA[education vs. entertainment]]></category>

		<guid isPermaLink="false">http://williamrentfrow.com/?p=303</guid>
		<description><![CDATA[A great quote I saw today:

"Education without Implementation is just entertainment - nothing else."

Don't just read.  Get out and DO.
]]></description>
			<content:encoded><![CDATA[<h2>What&#8217;s the difference between education and entertainment?</h2>
<p>Nothing really &#8211; a great quote I saw today demonstrated this and I never really thought about it this way before:</p>
<p>&#8220;Education without Implementation is just entertainment &#8211; nothing else.&#8221;</p>
<p>Don&#8217;t just read.  Get out and DO.</p>
<br/><a href="http://www.socialmarker.com/?link=http://williamrentfrow.com/education-entertainment/&title=Education+vs.+Entertainment&text=What%26%238217%3Bs+the+difference+between+education+and+entertainment%3F+Nothing+really+%26%238211%3B+a%26%23160%3Bgreat+quote+I+saw+today+demonstrated+this+and+I+never+really+thought+about+it+this+way+before%3A...&tags=" target="_blank"><img src= "http://www.socialmarker.com/bookmark.gif" border="0" /></a><noscript><a href="http://www.socialmarker.com" >Social Bookmarking</a></noscript>]]></content:encoded>
			<wfw:commentRss>http://williamrentfrow.com/education-entertainment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How do I add a new Holiday Calendar to BMC Remedy SLM?</title>
		<link>http://williamrentfrow.com/add-holiday-calendar-bmc-remedy-slm/</link>
		<comments>http://williamrentfrow.com/add-holiday-calendar-bmc-remedy-slm/#comments</comments>
		<pubDate>Wed, 30 Sep 2009 00:41:22 +0000</pubDate>
		<dc:creator>William</dc:creator>
				<category><![CDATA[BMC Remedy]]></category>
		<category><![CDATA[bmc remedy time segments]]></category>
		<category><![CDATA[remedy slm]]></category>
		<category><![CDATA[slm holiday calendar]]></category>

		<guid isPermaLink="false">http://williamrentfrow.com/?p=297</guid>
		<description><![CDATA[In BMC Remedy SLM you need to create a new holiday calendar every year (assuming your organization closes for holidays...).

I got this question a day or two ago.  It's a good question because there are two steps.  The first one is easy - you create the calendar.

The second one is the easy one to forget - you have to associate the calendar with your SLM Business Schedule.  If you skil that step - your calendar doesn't work!
]]></description>
			<content:encoded><![CDATA[<p><strong><span style="text-decoration: underline;">How to add a Calendar to SLM in Remedy 7.x</span></strong></p>
<p>In BMC Remedy SLM you need to create a new holiday calendar every year (assuming your organization closes for holidays&#8230;).</p>
<p>I got this question a day or two ago.  It&#8217;s a good question because there are two steps.  The first one is easy &#8211; you create the calendar.</p>
<p>The second one is the easy one to forget &#8211; you have to associate the calendar with your SLM Business Schedule.  If you skil that step &#8211; your calendar doesn&#8217;t work!</p>
<p>Fortunately this is pretty easy.</p>
<p>1.) Log into Remedy User</p>
<p>2.) Open the Home Page and go to Application Administration:</p>
<p>3.) Go to the “Custom Configuration” tab – expand the Service Level Management item and the Configure Business Time item.  Double click on Shared Entity/Segments:</p>
<p> <img class="alignnone size-full wp-image-295" title="Remedy-ITSM-Custom-Configuration" src="http://williamrentfrow.com/wp-content/uploads/2009/09/Remedy-ITSM-Custom-Configuration.jpg" alt="Remedy-ITSM-Custom-Configuration" width="476" height="553" /></p>
<p>4.) Select the Business Time Segment tab – the following screen appears</p>
<p>5.) Select the “Create” button</p>
<p>6.) Create the new FY Calendar using this example &#8211; this is for the US Federal fiscal year 2010:</p>
<p> <a href="http://williamrentfrow.com/wp-content/uploads/2009/09/sample_bmc_remedy_slm_holiday_schedule.jpg"><img class="alignnone size-full wp-image-298" title="sample_bmc_remedy_slm_holiday_schedule" src="http://williamrentfrow.com/wp-content/uploads/2009/09/sample_bmc_remedy_slm_holiday_schedule.jpg" alt="sample_bmc_remedy_slm_holiday_schedule" width="573" height="445" /></a></p>
<p> </p>
<p>7. ) The following fields must be entered for the calendar to work correctly:</p>
<ol>
<li>Description</li>
<li>Enable (check the box)</li>
<li>Availability – set to “Unavailable” since the center is closed on Holidays</li>
<li>Status – leave as “Draft”</li>
<li>Action – set to “Create as Described”</li>
<li>Duration type – set to Recurring</li>
<li>Start Date – Fiscal Year start date (10/1/20??)</li>
<li>Start Time – 12:00:00 AM</li>
<li>End Date – Fiscal Year end date (9/30/20??)</li>
<li>End Time – 11:59:59 PM</li>
<li>Recurrence Type – Specific Dates</li>
<li>Specific Dates – the upcoming Postal Holidays, separated by a semi-colon and then a space.</li>
</ol>
<p>8.) Save the Calendar.  Return to the previous screen.</p>
<p>9.) On the Business Schedules form choose the Business Time Entity tab:</p>
<p>10.) Choose the “Relate Activity” button</p>
<p>11.) Press the “Search” button on the screen that appears.</p>
<p>12.) Select the new Holiday calendar you created.</p>
<p>13.) Choose the “Relate Selected Record” button</p>
<p>14.) Confirm the new calendar is related to the schedule back on the previous screen.</p>
<p>That&#8217;s it &#8211; you are done.  Just make sure you do steps 9-13.  Otherwise it won&#8217;t work!</p>
<br/><a href="http://www.socialmarker.com/?link=http://williamrentfrow.com/add-holiday-calendar-bmc-remedy-slm/&title=How+do+I+add+a+new+Holiday+Calendar+to+BMC+Remedy+SLM%3F&text=How+to+add+a+Calendar+to+SLM+in+Remedy+7.x+In+BMC+Remedy+SLM+you+need+to+create+a+new+holiday+calendar+every+year+%28assuming+your+organization+closes+for+holidays%26%238230%3B%29.&tags=choose+the%2C+select+the%2C+business+time%2C+calendar%2C+business%2C+%26%238211%3B" target="_blank"><img src= "http://www.socialmarker.com/bookmark.gif" border="0" /></a><noscript><a href="http://www.socialmarker.com" >Social Bookmarking</a></noscript>]]></content:encoded>
			<wfw:commentRss>http://williamrentfrow.com/add-holiday-calendar-bmc-remedy-slm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Site Changes</title>
		<link>http://williamrentfrow.com/site/</link>
		<comments>http://williamrentfrow.com/site/#comments</comments>
		<pubDate>Thu, 24 Sep 2009 03:19:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Admin]]></category>

		<guid isPermaLink="false">http://williamrentfrow.com/?p=292</guid>
		<description><![CDATA[My Wordpress installation had major issues so it was time to re-do it.  I also decided to move everything from www.williamrentfrow.com/wordpress/ to just www.williamrentfrow.com
It took me a few evenings to iron it all out (not to mention 171 301-style re-directs) but now I think everything is working.
If you find something broken please contact me.  I&#8217;d [...]]]></description>
			<content:encoded><![CDATA[<p>My Wordpress installation had major issues so it was time to re-do it.  I also decided to move everything from <a href="http://www.williamrentfrow.com/wordpress/">www.williamrentfrow.com/wordpress/</a> to just <a href="http://www.williamrentfrow.com">www.williamrentfrow.com</a></p>
<p>It took me a few evenings to iron it all out (not to mention 171 301-style re-directs) but now I think everything is working.</p>
<p>If you find something broken <a href="http://williamrentfrow.com/contact/" target="_self">please contact me</a>.  I&#8217;d appreciate it.</p>
<br/><a href="http://www.socialmarker.com/?link=http://williamrentfrow.com/site/&title=Site+Changes&text=My+Wordpress+installation+had+major+issues+so+it+was+time+to+re-do+it.%26%23160%3B+I+also+decided+to+move+everything+from+www.williamrentfrow.com%2Fwordpress%2F+to+just+www.williamrentfrow.com+It+took+me+a+few...&tags=" target="_blank"><img src= "http://www.socialmarker.com/bookmark.gif" border="0" /></a><noscript><a href="http://www.socialmarker.com" >Social Bookmarking</a></noscript>]]></content:encoded>
			<wfw:commentRss>http://williamrentfrow.com/site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
