Browse by Tags

  • An RSS feed for Dovetail Recent Knowledgebase Articles, courtesy of Dapper and Yahoo Pipes

    We publish our knowledgebase articles online: http://www.dovetailsoftware.com/resources/knowledgeBase.aspx. We use the Dovetail SDK to query the solutions in our Clarify/Dovetail database and build the HTML pages. In addition, we have a page that lists the latest 20 articles: ...
    Posted to Gary Sherman (Weblog) by gsherman on December 19, 2007
  • 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 Clarify, there's a list titled CR_DESC that is a three level list for CPU, Operating System, ...
    Posted to Gary Sherman (Weblog) by gsherman on December 10, 2007
  • SLA Monitoring

    One of the common tasks for a support/call center manager is making sure the team is living up to its service level agreements (SLAs). Pretty much every customer I've ever dealt with has different SLAs. As you can imagine, there's a zillion ways for companies to setup and track their SLAs. Example SLAs: All cases must be responded to within ...
    Posted to Gary Sherman (Weblog) by gsherman on August 31, 2007
  • Having RuleManager invoke command line scripts

    I've received a few questions on this recently, so I decided a post is in order. One of the features in Rulemanager (both the Clarify/Amdocs Rulemanager and the Dovetail Rulemanager) is the ability to have it invoke command line scripts/executables via a business rule action. For example: if a case has been in a status of ''waiting on ...
    Posted to Gary Sherman (Weblog) by gsherman on June 26, 2007
  • Configuring logging in the fcSDK without a config file

    I banged my head against this for a while today, so I figured a post was in order. I was writing a PowerShell script to re-create a customer scenario today, and I needed to enable debug level logging. I was building the config on the fly, such as this: $config = new-object -typename ...
    Posted to Gary Sherman (Weblog) by gsherman on May 14, 2007
  • Using the fcSDK in PowerShell

    Years ago, if I wanted to ''script'' Clarify, I would use UNIX shell scripts, including UNIX mini languages such as sed and awk, that would create dat files that could be imported with dataex. When ClearBasic was introduced, we also got cbbatch, which was a command line interpreter for ClearBasic, so we could script Clarify using CB. When we ...
    Posted to Gary Sherman (Weblog) by gsherman on April 25, 2007