Welcome to Dovetail Software Blogs : Sign in | Join | Help

Browse by Tags

All Tags » Dovetail Agent   (RSS)
Highlighting Priority Cases
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 Read More...
A handful of presentations on JavaScript and jQuery
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 Read More...
Notify the case owner when someone else logs a note to their case
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 Story We'll start with a story: As a case owner, I want to be notified when someone Read More...
Pretty Dates in JavaScript
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 Read More...
Hierarchical drop-downs in Dovetail Agent
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 Read More...