REQUEST A DEMO

Tag: Dovetail Agent

Search your Clarify/Dovetail data

July 28, 2008 Dovetail Seeker is our search engine for Clarify/Dovetail. One of the things I really like about Seeker is that its easy to take advantage of its search results from different applications. Because Seeker is a web service, its relatively easy to have applications use this search service. For example, we've added Search capabilities to Dovetail Agent and to Dovetail SelfService. We've also added Search to our external website, and Search can also be added to the Clarify Classic Client.  Many applications can use the same instance of Seeker for searching:     Request/Response Each of these applications simply make an HTTP request to Dovetail Seeker, and the results are returned in a JSON format. JSON (JavaScript Object Notation) is a lightweight data-interchange format that is easy for humans to read and write, and also easy for machines to parse and…

Highlighting Priority Cases

June 30, 2008 A common customization within Clarify is to highlight priority cases in a wipBin or queue by setting their color. For example, make High Priority cases really stand out by coloring them red. Clarify Classic Client The ClearBasic Customization Guide has a couple of examples on how to do this with the Clarify Classic Client. However, the customization was commonly applied to the Queue and wipBin forms - not the console. As a reminder: to view the wipBin form, simply double-click a wipBin from the list in the left side of the console. Similarly, for the Queue form. However, since about Clarify version 4, no one typically used these forms - the new console form was what was used. However, the console form can't be customized. I did a search on this to confirm my memory, and found my own post…

A handful of presentations on JavaScript and jQuery

June 24, 2008 John Resig (creator of jQuery) recently posted a bunch of his presentations online, focused on JavaScript and jQuery. Check 'em out. I'm fast becoming a huge fan of jQuery, and we're now using it a lot more within Dovetail Agent. Not only is the library itself cool - but the plethora of available plugins really make it rock.

Notify the case owner when someone else logs a note to their case

May 7, 2008 In a previous post, we learned how to use a variable on either side of a business rule condition. Now, we'll create a business rule that uses this type of condition.User StoryWe'll start with a story:As a case owner, I want to be notified when someone else logs a note to my case, so that I can be kept informed of any activity on my cases.The business ruleHere's the business rule which satisfies the user story.Object Type: Case Rule Name/Description: Notify the owner when someone else logs a note to their case Start Events: Log Note Cancel Events: None Conditions: Logger != [Current Owner] Action Title: Notify  Owner Who to Notify: [Current Owner] Start Action: 0 minutes From: Event Creation Using: Elapsed Time Repeat : Never Message:RE: A note was logged to [Object Type] [Object ID] by [Logger]A note was…

Pretty Dates in JavaScript

May 5, 2008 A common way of expressing dates nowadays is to represent them as an approximate age.For example, rather than saying something happened at 5/5/2008 4:21:01 PM, we can say it happened one minute ago.I wanted to use this in DovetailAgent to show the age of the Search indexes. A little Googling brought me to John Resig's implementation of prettyDate() in JavaScript.I tried it out, it was OK.Looking through the comments on John's post, I saw that Dean Landolt posted an updated function that I liked better.I tried it, but it still had a few issues.Finally, Zach Letterman commented that he updated Dean's script, and posted a newer version.Success! Exactly what I was looking for.Now when I see my search results, I can also see how current my search data is, in an easy to consume format, without having to do any…

Hierarchical drop-downs in Dovetail Agent

December 10, 2007 Many customers use hierarchical (multi-level) drop-down lists in their Clarify/Dovetail implementations. So, when one level of a select list changes, the down-level lists change as well. Clarify allows up 5 levels for a list. As an example, in baseline Clarify, there's a list titled CR_DESC that is a three level list for CPU, Operating System, and Memory. When I change the CPU from PC to Sun, the operating system and memory lists need to change as well. Default values show: Changing the CPU to "SUN" changes the O/S and Memory lists: In a client/server app, this is pretty easy to do, as the onchange event of one list can simply update the down-level lists, either by making a call back to the server, or by accessing data that has been cached on the client machine. In a web application, this…
    class='wp-pagenavi' role='navigation'>
  • ...
  • 10
  • 11
  • 12