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

Browse by Tags

All Tags » business rule   (RSS)
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...
Using variables on both sides of a business rule condition
Most people know that you can use a variable on the left side of a business rule condition, such as: Case Type = New Employee The left side of the condition, "Case Type", is actually a business rule property that gets evaluated at runtime. The Read More...
Having Rulemanager send SMS notifications via Twitter
Kevin had an earlier post discussing how Rulemanager could fire a script that would notify all queue members via Twitter when a case is dispatched to a queue. The script took the queue name as an input, queried the database for the queue members, and Read More...
Having a voicemail create a case in our Dovetail/Clarify system
We recently moved into new offices here at Dovetail, and with our new offices came a new phone system. One of the features of the phone system is that we can get an email whenever we get a voicemail. The email contains a WAV file of the actual voicemail Read More...
More Campfire Integration
Kevin Miller recently had a recent post talking about how we have notifications from our Clarify/Dovetail system show up in Campfire . When a case is dispatched to our support queue, we get a notification in Campfire . That tends to be where we all "hang Read More...
My favorite business rule
I like it when customers log notes to their cases by the web using Dovetail SelfService . I *really* like it when customers close their own cases by the web. How do I know when this happens? By a business rule, of course. Object Type: Case Rule Name/Description: Read More...
Testing Business Rules
More and more I'm starting to pay attention to the discussions regarding DSLs ( Domain Specific Languages ). Specifically, I've been thinking about business rules as a sort of DSL. Scott Bellware and I have had many conversations about this. To me, how Read More...
Are Queue Supervisors also Queue Members?
We've recently had a couple questions from customers in regards to queue members and supervisors. There is definitely some weirdness here, so hopefully this post will clear up a little confusion. In Clarify, there are two relations from queue to user: Read More...
Automatic Subcase Creation
While working with a customer this week, they asked about automatic subcase creation, similar to Clarify's Task Manager module. For example, if a new case of type "New Employee" is created, then I want to automatically create 3 subcases: One Read More...
Migrate a business rule from one database to another
I was working with a customer today, and they mentioned that one task that is problematic for them is moving business rules from their test database into the production database. Currently, the business rule is manually created via the Clarify Client Read More...