REQUEST A DEMO

Tag: Dovetail Agent

Introducing New Log Email Templates for Cases and Subcases

August 23, 2018 Traditionally, when sending an email out from within Dovetail Agent, (using the Log Email) function, the send_email_about_obj com_tmplte is used. The same email template is used for both cases and subcases. I've discussed this template in past posts: The "From" Address of a Log Email Include a URL to the case in outgoing emails Encouraging SelfService use - Include a link in outgoing emails Example send_email_about_obj template Here's an example of the template: TO: <FOCUS.recipient> CC: <FOCUS.cc_list> FR: <FOCUS.sender> RE: About Case <ADDITIONAL_INFO> : [Case Title] [Subcase Title] <FOCUS.message> Log Email API This template name is coded within the LogEmail API within the Dovetail SDK. We've recently made some enhancements to the LogEmail API to allow for different templates to be used between cases and subcases. We now support two new templates: send_email_about_case send_email_about_subcase   send_email_about_case When performing a log…

Introducing Personal Slack Notifications using Dovetail Rulemanager

August 21, 2018 When employees are notified as part of a business rule action, the notification method is determined by the employee’s notification preference. We've recently added support for Slack as a personal notification preference. The default notification methods are: Email Notifier Forward to my Supervisor Tone Pager Text Pager Digital Pager None Dovetail Rulemanager also supports SMS, which will send an SMS message (text message) to an employee’s configured device, typically their mobile phone. Refer to a previous post SMS Notifications using Dovetail Rulemanager. Now, Dovetail Rulemanager also supports Slack as a notification preference. Instead of getting notified by email, a user can choose to receive notifications within Slack. What is Slack Slack is essentially a chat room and messaging platform for your whole company, commonly used to replace email as your primary method of communication and sharing. Slack Notifications Instead of getting notified by email, a user…

What’s New in Dovetail Agent 20

August 13, 2018 We recently released Dovetail Agent version 20. Here’s a run-down of the highlights. Interactions Dovetail Agent now includes Interactions functionality. An Interaction is just that - a way to capture any type of interaction you may have with a customer. In call centers, it's common to capture every call as an interaction. A customer may call into the call center to check on the status of an order, or to inquire about a billing question, etc. Each of these can be captured as an interaction in the system. Create Interaction In many service centers, a case is overkill for tracking these simple inquiries. We want to capture that we've interacted with the customer, but we don't need all of the more complex workflow that goes along with a traditional support case.  But, in some instances, an interaction may…

Automatically Scheduling and Tracking Work Items

April 3, 2018 I recently heard a customer question regarding how to manage scheduled work - such as task-based initiatives that need to be done at specific times of the week, month or year. How could I  setup a task based scheduling system where I could build out my list of tasks, the frequency, attach the job aide/work instructions, then have the system assign it to a specific queue when the time for the task to be done comes up. These would all be scheduled items. Once I set the frequency of the task, there would be an engine/function that would create these tasks. I would also like to be able to report on these tasks, if they were completed, etc. As I was thinking about this, I broke it down into a few items: How could we track/manage an individual piece of work? How…

What’s New in Dovetail Agent 19

March 27, 2018 We recently released Dovetail Agent version 19. Here’s a run-down of the highlights. Download Search Results Users have always been able to download the results of a query, but now they can also download the results of a search as well - in either Excel or CSV format. Download Search Results The output columns when downloading search results will be the same output columns as when a query result is downloaded, and are easily configurable using a filter.config file. So it's easy to add or remove additional columns, and that change will automatically apply to both query and search results. Search Results - Excel format   Download Limits A new configuration setting (DownloadMaxRowCount) defines the maximum number of items that can be downloaded, from either a query result or a search result. This helps…

Finding a Business Rule based on its message

September 26, 2017 If you receive a business rule notification message, but you're unsure as to exactly which business rule it came from, there's a few ways to find the originating rule. Notification Message For example, lets say that you received the following notification: Email Notification How do I find which business rule caused this notification to be sent? There's actually a few options here. 1. Dovetail Agent - Query Business Rule Actions Using Dovetail Agent, create a query for Business Rule Actions Dovetail Agent - Query Business Rule Actions And filter for Message Contains something happened This will show you a list of rules that contain that string in the message. Dovetail Agent - Query Results Clicking one of the results will take you to the Business Rule itself. [caption id="attachment_7594"…

How to Include Calculated Data in Query Results

September 19, 2017 I've blogged before about the Filter Config and Filter Overrides within Dovetail Agent. I totally dig this feature, as it makes it super easy to customize the queries within the app without having to write code. We know it's easy to show data that comes from a database column within the query results - such as a contact's name or phone number. But what if we wanted to show something that is more dynamic? i.e. something that needs to be calculated?   For example, in the result set for contact queries, what if we wanted to show the number of open cases that a customer has? There's not an existing field in the database that contains this data. The number of open cases needs to be summed up. So how can we do this in a query? SQL Views to…

Business Rule Usage Reports in Dovetail Agent

September 12, 2017 A few years ago I wrote a post titled Getting the most out of your business rules. Most of the information in that post is still relevant today.  In that post, I discussed how we can analyze the data inside our database to see which rules are firing and how often. We can do this using a Business Rule Usage Report. This report tells us what business rules are firing along with how often. Perhaps even more importantly, it allows you to see the rules that are not being fired. Perhaps those rules could be removed, or made inactive, therefore simplifying business rule administration. Or maybe they should be firing, and need further investigation.These reports are now available within Dovetail Agent.  Makes sense to have this data available right alongside where you create and edit your business rules. Business Rule Usage ReportFrom the Manage…

New in Dovetail – Configuration Item Rule Properties

August 29, 2017 We've recently added support for Configuration Item Rule Properties in Dovetail Rulemanager and Dovetail Agent. In this post I'll cover what they are, why you'd want to use them, as well as a few examples.   First, a quick refresher on Rule Properties and Config Items. Rule Properties Business Rule Properties are used in a number of places throughout the Dovetail suite, including: Business Rule Conditions Business Rule Action Messages Canned Response Variables Email Log Templates Traditionally, a rule property would traverse a path through the schema, starting from the base object, and ending at a column. For example, the Contact First Name property for a case would use the path case_reporter2contact:first_name. However, there are instances where a static value may be desired, and this static value cannot be traversed to via a schema path. In these instances, a Configuration Item Rule Property is…

What’s New in Dovetail SelfService 3

August 22, 2017 We recently released a major update to the Dovetail SelfService app. There's SO many great new capabilities here.I would group these enhancements into 2 major categories:Dynamic Content, Pages, and Menus - making it easy to create and edit content throughout the app Knowledgebase Enhancements - making the knowledgebase much more prevalent, approachable, and functional Lets take a run through the highlights of this release.  Dynamic Home Page ContentWhen a user logs into SelfService, they're immediately taken to the Home page.In the past, if you wanted to change what was displayed on the home page, you would need to customize the HTML page content, and re-deploy the application.Now, the home page content comes from a solution. So you can easily edit the solution using Dovetail Agent, and the home page is dynamically updated. SelfService Home Page Rich ContentSelfService supports the use of…
    class='wp-pagenavi' role='navigation'>
  • 1
  • 2
  • 3
  • ...
  • 10
  • ...