REQUEST A DEMO

Author: Gary Sherman

Chief Technology Officer, Vice President of Products

Posts by Gary Sherman:

Schema 101 Webinar Follow-up

May 17, 2011 Big Thanks! to all those that attended today’s webinar on Schema 101. Slides The slides from today’s presentation are available on Slideshare.   Recording The webinar recording is available for playback. Links More Info on Dovetail SchemaEditor: http://dovetal.es/dtSchema   More Info (and free download) for Dovetail BOLT:  http://dovetal.es/dtBolt Schema 201   Interested in a more advanced session? I’m considering doing a Schema 201 session, including items such as SQL Views, Database Flags, Change Fields, Pseudo Relations, MTM tables, ADP in more detail, etc.   If this is something you’re interested in – please let me know! I’ll probably only do this if there’s enough interest up front.   You can leave a comment here, or drop me an email at gary@dovetailsoftware.com

Reminder: Schema 101 webinar this week

May 16, 2011 Just a little reminder that I will be hosting a webinar on Tuesday of this week covering the basics of your Clarify/Dovetail schema. This will be a good overview for those who are new to a Clarify/Dovetail system, and a good refresher for those who have been around for a while. Topics Schema and database concepts Viewing your schema Editing your schema Schema tools A walkthrough of customizing your schema using SchemaScript Assorted tips and tricks for working with your schema When Thursday, May 17, 2011 11:00 AM - 12:00 PM (Central Time) Register Register at:  https://dovetailsoftwareevents.webex.com/dovetailsoftwareevents/onstage/g.php?t=a&d=669385476

Support for Oracle 11

May 4, 2011 We have recently validated our product suite against Oracle 11. Due to our approaches to developing software, coupled with our use of .NET, all of our products worked as is. We didn’t have to change our apps to add support for Oracle 11. It was really just a testing exercise for us. Oracle 11 is now part of our continuous integration environment, so we know things work now, and will continue to work moving forward. Pretty sweet. This includes support for: Dovetail SDK Dovetail Mobile Dovetail Carrier Dovetail Seeker Dovetail SchemaEditor Dovetail Rulemanager Dovetail Agent Dovetail Admin Platform Guide Our online Platform Guide is the best place for the latest details on supported platforms. http://support.dovetailsoftware.com/selfservice/resources/platform-guide * One exception There is one exception for support of Oracle 11: ArchiveManager (DIET). We have some additional work to do there. If this is…

More on Rule Properties (Data Paths, Expressions, and Contexts)

May 3, 2011 Yuval over at NextGen Consulting has a couple of good posts on Data Paths and Expressions and Path Contexts. Paths are classically used in RuleManager properties, aliases, and auto-destination rules. More contemporary uses include CBO queries, Smart Client forms, and routing rules. A bunch of good information there – go check it out. I’ve also added links back to those posts on the Rulemanager wiki.

Dovetail SchemaEditor vs. ddcomp – or – why is ddcomp so slow?

May 2, 2011 While doing some prep for my upcoming webinar on Clarify/Dovetail Schema 101, I started doing some closer looking into what SchemaEditor and ddcomp actually do under the hood.   We’ve had some good reports from customers on how much faster schema changes get applied when using Dovetail SchemaEditor. I knew it as well, but I didn’t really know why. So I put on my Encyclopedia Brown hat and started my investigation. The scenario   My test case was pretty simple: add a new column to the case table. A pretty common scenario. Dovetail SchemaEditor   I ran SchemaEditor, adding a new x_test_integer column. I examined the logs emitted by SchemaEditor, as well as the SQL Profiler trace.   Here are the changes SchemaEditor made to the database:   1. Add the new column to the metadata (adp_sch_info table) INSERT INTO adp_sch_info (…)     VALUES…

Webinar: Clarify / Dovetail Schema 101

April 27, 2011 In this complimentary webinar, I’ll be covering the basics of your Clarify/Dovetail schema. This will be a good overview for those who are new to a Clarify/Dovetail system, and a good refresher for those who have been around for a while. Topics Schema and database concepts Viewing your schema Editing your schema Schema tools A walkthrough of customizing your schema using SchemaScript Assorted tips and tricks for working with your schema When Thursday, May 17, 2011 11:00 AM - 12:00 PM (Central Time) Register Register at:  https://dovetailsoftwareevents.webex.com/dovetailsoftwareevents/onstage/g.php?t=a&d=669385476  Schema 201 Interested in a more advanced session? I’m considering doing a Schema 201 session, including items such as SQL Views, Database Flags, Change Fields, Pseudo Relations, MTM tables, ADP in more detail, etc. If this is something you’re interested in – please let me know! I’ll probably only do this if there’s…

Binding JSON Data to a Clarify control using ClearBasic

April 18, 2011 A while back, I posted some information on how to consume JSON data in ClearBasic.   Someone recently asked me if you could bind a set of data from a web service into a Clarify grid. Of course. Similar idea to what I posted earlier, just now we want to take the object that we created from the JSON, and turn it into something that the Clarify UI can consume. For a Clarify grid, a list of records will work.   I created a simple web service that returned a collection of data in JSON format. To be honest, I used the Dovetail SDK to query for a list of the user’s open cases, and return it in JSON format. But the web service could return any data, from any source.   Here’s the basic code:     Transpose a JavaScript Object Into…

Free Product Spotlight: ROOM (Recently Opened Object Monitor)

April 13, 2011 Continuing on with my series highlighting some of the free products we’ve recently made available, today I wanted to give an overview of ROOM.  (You can also view the 1st entry in the series: EMU) ROOM is the Recently Opened Object Monitor for the Clarify Classic Client. It is often the case that Clarify users open up objects, close them, and then want to re-open them easily and quickly. Suppose, for example, that a case is found by executing a case query. After the case is closed, the user realizes that they need to look at the case again. If they don’t remember the case number, they have to execute the query again to find the case. Many programs provide a mechanism to retrieve recently opened objects. For example, in MS Word, you can find recently opened documents via the…

Free Product Spotlight: Employee Manager Utility

April 11, 2011 Back before we were Dovetail Software (we used to be First Choice Software), back before web applications were standard, back when Clarify was still its own company – many of our products were add-ons or enhancements to the Clarify Classic Client. And we had a boatload of them. But as mush as usage of the Clarify Client has declined over the years, there are still many organizations still using it. So we came up with the bright idea to open up some of these add-ons applications, and offer ‘em up for free. We’ve already released a bunch of them for free (and we’ll be offering up more soon). So I’m starting up a little blog series (can I call it a series when this is the first?) where I’ll cover a brief overview of some of these products. And of…

Automated Deployments for Clarify

March 7, 2011 I had an inquiry this week asking about our experience with automatic deployments for Clarify – specifically around deploying ClearBasic code and schema changes.   So I jotted down a few rambling thoughts that might be useful to others. Most of this stuff is pretty standard for software development shops, but not as common in enterprise internal IT organizations. (But it should be!)   At Dovetail, we have lots of experience in automated deployment. Let me lay out some of our experience and tools and scenarios.   Obviously, one of the big benefits of automation is that repeatable work can be moved from a manual to an automated strategy, and by reducing the manual components, we can eliminate the human error factors, while also improving productivity and increasing employee happiness. Customization Replicator   Years ago, we created a product called Customization Replicator (CR).  …