CONCEAL VAR and OMIT VAR

A very brief HotDocs tip today – the CONCEAL and OMIT instruction models.  These two commands make working with HotDocs dialogs as answer sources a little cleaner and easier for users to work with.

In short, CONCEAL keeps a variable from showing in the “Select from Answer Source” dialog – it is simply hidden from the user, allowing for the more meaningful fields to be shown only.  OMIT does a similar thing, but hides a variable from the user in the “Edit Answer Source” dialog box – again, allowing only the meaningful fields to show to the user.

These two commands go hand in hand to pare down information that displays in dialog answer source manipulation.  Rather than trying to show an example, these two commands are best “tinkered” with on a case by case basis.  If you want to try something cool, try using dialog answer sources in a scenario where only ONE variable is not CONCEALed.  The variable still showing should be an identifier, such as a name or similar.  That way, a user will simply see a nice drop down to pick from and all the other data will ‘appear out of nowhere’ – just like magic!

This stuff is super simple and takes about 10 minutes to master.  Play around with dialog answer sources, CONCEAL and OMIT – it may actually be FUN.

CLEAR MULT_CHOICE

Unfortunately, the CLEAR instruction model doesn’t really have any use on its own.  Its job is simple: to remove all the options and option prompts from the specified multiple choice (“MC”) variable.  That’s it.  When used in conjunction with the ADD instruction (which adds options & option prompts to a specified MC variable), you end up with a pair of commands that can dynamically build MC variables on the fly, based on whatever data you desire.

For the sake of this example, lets say we are drafting real estate documents.  We have BORROWERS RPT, which collects information on…well, borrowers!  We have BORRS Full Name CO which constructs the full name of each individual borrower (ie: can only be used inside the repeat).  Lastly, we have BORRS Guaranteed MS, which is a multi select MC variable which asks which borrowers have guarantors.  Here’s how we’d build our BORRS Guaranteed MS variable:

CLEAR BORRS Guaranteed MS
ASK NONE
REPEAT BORROWERS RPT
ADD "«BORRS Name Full CO»" TO BORRS Guaranteed MS
END REPEAT
ASK DEFAULT

That’s it.  We firstly clear the MC variable, then inside an ASK NONE/ASK DEFAULT pair, we add the full name of each borrower to the MC variable.  The user may now select borrower names from the MC variable for insertion into the template.  In conjunction with the list format applied to the variable, you can quickly and easily generate user-specified lists of any data from any repeat you have in your system.

There are far more uses for CLEAR/ADD, but this covers what we consider to be the most useful one.

ASSEMBLE

One of the cooler instructions is the ASSEMBLE command, which allows you to queue up a template for assembly in HotDocs.  When it comes to assembling individual documents in packages/batches (as opposed to a template package in a single document output), assemble is the only way to fly.

The syntax is easy enough:

ASSEMBLE "FileName.ext"

The true power comes from being able to conditionalize the ASSEMBLY command, as well as apply command switches to the ASSEMBLE command.  Imagine that you are drafting a Will or similar document for a client.  You could have a multi-select multiple choice variable (WILL Docs Additional MS) that asks what additional documents you wish to draft after the will.  You could then have something like:

IF WILL Docs Additional MS"Cover Letter"
ASSEMBLE "WillCoverLetter.rtf"
END IF

IF WILL Docs Additional MS = “Trust Deed”

IF ANSWERED ( WILL DEED Exec to Trustee TF ) AND WILL DEED Exec to Trustee TF

WILL POA Exec to Trustee Duplicator CO //duplicates data from executors in will to deed trustees – run before assembling
ASSEMBLE “POA.rtf /ni” //no interview – Trustees uses same Will executors!

ELSE

ASSEMBLE “DeedOfTrust.rtf” //use interview as the trustees are different

END IF
END IF

Between optional use of command line switches, and optional additions of templates to be assembled, the ASSEMBLE command offers a very flexible way to build packages of documents on the fly, based on interview choices.  Many times, this is far more flexible and easier to build than master templates that actually contains 10 or so templates inside it.  Certainly, where a firm wishes to individually profile each document in their DMS, ASSEMBLE is nearly always the right answer.

Final note: you can use the ASSEMBLE instruction directly in templates, inside or outside IF statements – it works the same way you would use INSERT, but with the difference of assembling a separate document, not an ‘in-line’ document.  For basic ASSEMBLE usage, this is fine.  But if you’re writing conditions around them, it is nearly always more elegant and easier to work with in a computation (and quicker for HotDocs to process!).

TechnoFeature: A Systemic Approach to Legal Document Automation (2): Defining the ROI

AS PUBLISHED IN TECHNOLAWYER: With the recent state of the economy, many companies are tightening their belt — and law firms are no exception. But sometimes you have to spend money to make money. According to legal technology consultant Seth Rowland, now is the time to redouble legal document automation initiatives. In this comprehensive two-part series, Seth explores document automation, first from a technology perspective, and then from a business case perspective. Published on November 25, 2008, Part 1 explained how to get started. Today in Part 2, Seth returns to discuss the Return on Investment (“ROI”) for document automation initiatives. This article contains 1,929 words.

 

INTRODUCTION

Wouldn’t you like to gain 30 minutes a day?

I am not selling you a “Time-Turner” of the kind used by Hermione in “Harry Potter and the Prisoner of Azkaban” to “do over” parts of her day. This is not the world of flesh-and-blood wizards. Rather, I am talking about how electronic wizards (aka software-based automation systems) can enable you to accomplish more in the limited time allotted for work each day.

What is 30 minutes a day worth? Let me run the math for the average timekeeper:

  • 30 minutes * 5 days = 150 minutes per week.
  • 150 minutes * 48 weeks = 120 hours per year.
  • 120 hours * $200 per hour = $24,000 for each timekeeper.

So a gain of 30 minutes per day equates to $24,000 a year for each timekeeper. In reality, the amount of savings from a well-implemented document automation system could be as much as one or two FTE (Full-Time-Equivalent) staff members, a value of $150,000 to 300,000 per year.

So what are you waiting for?

This article examines the return on investment or ROI for investment in document automation. By ROI, I mean for you to quantify whether and how quickly the time and money spent on development of an automated process will be repaid in your particular situation. The ROI will differ depending on the nature of the process being automated, the value of the improved efficiencies, and the amount of time and money spent on automating the process.

A DOCUMENT ASSEMBLY PRIMER

“Document assembly” is the practice of law writ large, using a combination of automated and manual processes. All documents created by a law practice are assembled. Such documents are the product of a discrete set of questions and answers, which are used to guide the appropriate language for the creation of the document. What document assembly does differently from the manual document creation process is: (1) codify the questions, (2) structure the answers, and (3) rationalize the outputs.

The more comprehensive the questions in the automated system, the more structured and logical the answers, the more thought out the branches of the decisions tree, the better the outcome. In the world of document assembly, the quality of a system is measured by how close the “first draft” coming out of the system is to the ultimate final draft submitted by attorney to client. In a well-developed system, with a comprehensive interview, the “automated draft” should be the final draft.

Document assembly, properly understood, is a means to systematize the practice of law. Under such a system, you could achieve the same results, or better results, in a fraction of the time.

WHAT IF YOU COULD … ?

In determining the ROI, begin by defining a goal. Ask yourself the question: “What if you could …?” Clearly define the process you wish to automate.

Below I’ve listed some processes worth automating. What if you could …

  • Generate engagement letters at the initial client meeting.
  • Put together a complete estate plan in a day.
  • Prepare a complete set of loan documents, including the closing statement, the same day you receive client instructions.
  • File a complete set of responsive pleadings, discovery requests, and pleadings in an afternoon.
  • Prepare a demand letter and complaint, along with specific prayers for relief in under an hour.
  • Meet with a client in a virtual meeting, such as that provided by GoToMeeting or Webex, hammer out the terms of a lease, and produce a comprehensive term sheet at the end of the meeting.
  • Prepare the operating agreement for 20 special purpose LLCs and all supporting formation papers overnight.

WHETHER YOU SHOULD … ?

Just because you can, doesn’t mean you should. Some projects lack sufficient “bang for the buck.” A word of caution! Document assembly is NOT cheap. Building an automated system is NOT easy. The design process will force you to rethink how you draft documents. And PARTNERS will have to spend REAL time.

That said, you should think seriously about document automation under the following circumstances:

• Before a major marketing push. If you plan to release a television commercial featuring your firm as specializing in Elder Law planning, get your document assembly processes in order first so you can handle the increased work volume.

• Before the dog and pony show. If you plan to make a presentation to a regional bank director about handling transactional work (or get referral estate planning business), you should figure how you can cost-effectively deliver the work to this new client at prices below that of your competitors.

• Before you hire a new associate or paralegal. If you are considering hiring new staff to handle your workload, consider first whether your current staff can be made more productive. By productive, I don’t mean working more hours (the traditional approach), but rather the ability to handle more transactions in the same time.

RISK MANAGEMENT IN A LAW FIRM

Risk management has been typically applied in a business context. While lawyers specialize in advising their clients on “risks,” few law firms actual consider their own risk. In a law firm, risk is often measured solely in terms of possible malpractice suits.

Properly measured, however, a law firm also faces (1) risk of non-payment from dissatisfied clients; (2) risk of short payment from clients who balk at large fees; (3) risk of lost referrals from clients who fail to speak highly of your law firm to their colleagues; (4) risk of actual loss to your clients from errors in your documents; (5) risk of non-repeat business from clients who do not return; and (6) risk of lost potential business from clients who are turned away because you are either too busy or deem their work insufficiently profitable given your current fee structure.

Document assembly is a means to reduce these quantifiable risks. Properly implemented, document assembly will improve baseline work product; better forms mean better first drafts, period. When you move from “merge templates” to automated forms that contain real business logic and decision trees, you will reduce risk because you have addressed similar issues consistently with the same text across multiple clients and multiple transactions.

Further, when you work with templates, as opposed to the document you did for another client, confidential client-specific metadata never gets into the document. If you have any concerns, HotDocs 2008 has a feature that strips the metadata, if any, from the template during assembly. Such automation systems can be developed centrally and then made available to multiple offices using Windows Terminal Server; smaller offices can dedicate a PC and make it available using Windows Remote Desktop, GoToMyPC, or LogMeIn.

Finally, automation reduces the risk of non-completion — the decision of a law firm to abandon a project half-way through because it has become too costly. In fact, systems free up time for more document review and client-facing consultations.

WHERE IS THE ROI?

Before you can sell a $50,000 to $100,000 project to your partners, you need to make a business case for automation that suits your practice.

1. Identify Potential Points of Growth. Law is a business. Where can your business grow? There are opportunities to get more work from existing clients. There is an opportunity to handle existing business (particularly fixed fee business) more efficiently. Perhaps, you can bring more “contingency” cases if the cost of initiating each action is reduced. Certain types of actions have fee-shifting provisions, but the typical fees are too low, unless you automate.

2. Evaluate Risk of Inaction. If you do NOTHING, there are risks, a number of which were enumerated above. If your competitors stand still and do nothing, you will be OK. If you automate and eliminate the “risks” you will be more profitable.

3. Consider Client Perceptions. What could you do if you had “more time?” Spend more time with each client, turn around documents faster, provide more cost-effective services, and you will bring more value to your existing clients and get new clients.

DETERMINE YOUR BASELINE

So what should go into your calculator? Start with baseline measurements.

1. Define the Market and the Deliverable. The product of a law firm is not “time.” Any ROI calculation requires you to define a set of deliverables. What are you actually producing: an estate plan, a closing, a loan package, or a corporate formation? That is what your clients are shopping for. Identify what the market will pay for those “deliverables.”

2. Drafting Time. Currently, how much does drafting the documents you intend to automate cost? Be sure to factor in the cost of the initial draft by a junior attorney or paralegal, the secretarial time, the review time by partners, and the cost of revisions and redrafts.

3. Turnaround Time. The time from assignment to delivery is often overlooked by attorneys, but not clients. Clients expect to receive documents shortly after they meet with the attorney. Measure, by document type, the current time it takes from client meeting to delivery of completed documents.

4. Work to Collection Ratio. Measure the time that is: (a) not billed, (b) written off, and (c) not collected. If you can “eliminate” this time, it frees up time for clients who will pay full-freight.

DETERMINE THE COST OF DEVELOPMENT

Now that you have decided to “automate” a defined set of documents, you need to look at the costs of developments. The initial choice is whether to buy or build. Buying has the advantage of a fixed cost. There are several automated form systems marketed by LexisNexis, Westlaw, and independent developers. If you buy a system, you need to determine whether the documents produced by the system meet your needs and match your drafting style.

If you don’t buy, you can purchase a document assembly platform, such as HotDocs, qShift, Exari, Pathagoras, or DealBuilder, and build it yourself or retain a consultant to work with you on designing a custom system. You need to factor in the subject matter expertise of the consultant, as well as the cost of your time and your staff in the development process. Do not look just at the “dollar cost” of the engagement. Consider that while the consultant is working on the system, you can focus on getting new clients or do client work.

When engaging a consultant, don’t just look at the hourly rate. Some consultants are more productive than others. You are better served to define a set of documents and send them to the consultant for a project quotation and time estimate. If you choose to build it yourself, and even if you work with a consultant, be prepared to spend substantial non-billable time and money.

CONCLUSION: BALANCING THE EQUATION

When all is said and done, you should not commence a project unless the ROI for the entire project is returned in profits within six months of delivery. If you can’t conceive of getting all your money back within six months, you have either chosen the wrong processes to automate, or the wrong people to do the automation.

There is a strong business case for document automation. Don’t let “gee wiz” and “can do” rule the day. You must dispassionately review the ROI for your particular project, and determine that on-balance you will be better off, more profitable, and carry less risk if you automate than if you stick with the status quo.

Copyright 2009 Seth Rowland. All rights reserved.

ASK DIALOG and ASK VAR

The ASK instruction does exactly what it appears it will do – forces HotDocs to ASK (present to user) a specific variable or dialog.  ASK is quite often under utilized, as many developers permit HotDocs to generate a template interview.  For those developers in the know, there is a lot more functionality, flexibility and control possible when you write your own interview.  For those developers who design their own interviews, use of the ASK statement is absolutely critical.

In its simplest form, you simply ASK a variable or dialog.  Lets say we are designing a conveyancing/real estate master interview.  We have borrowers, lenders, their counsel and perhaps a guarantor or two.  The borrowers may not necessarily always have representation, nor will the borrowers always have a guarantor.  So here’s how our interview might look:
In its simplest form, you simply ASK a variable or dialog.  Lets say we are designing a conveyancing/real estate master interview.  We have borrowers, lenders, their counsel and perhaps a guarantor or two.  The borrowers may not necessarily always have representation, nor will the borrowers always have a guarantor.  So here’s how our interview might look:

ASK INTRO DLG //ask whatever intro/matter information we need
ASK PROPERTY DLG //get property information
ASK LOAN DLG //get loan related information

ASK BORROWER DLG //basic information - how many borrowers, any shared address for service - details common to all borrowers

IF ANSWERED ( BORR Num LMT//force user to specify how many borrowers there are going to be
ASK BORROWERS RPT //info for each borrower
END IF
IF BORR Counsel TF //did the user specify that the borrowers had counsel?
ASK BORROWER COUNSEL DLG
END IF
IF LOAN Guaranteed TF //did the user specify that the loan was guaranteed?
ASK GUARANTOR DLG //if so, grab guarantor details as well
END IF

With developer designed interviews and the ASK instruction used in conjunction with IF statements, we can minutely control the interview and user experience.  ONLY those dialogs necessary are presented to the user, which reduces the chance of erroneous data entry, while forcing the user to be presented with the dialogs and questions that are necessary to complete the specifics of each transaction.  Dynamically. Efficiently. Correctly.

New Players in the World of Document Assembly and Case Management

For the past few years, the world of document assembly and practice management as be S.O. (or same old …).  There have been a number of interesting upgrades to existing products.  There have been some exits (notably GhostFill).  There have been a few acquisitions (Lexis’s purchase of PCLaw and Juris, to name a few).  Into this “void” there are 3 new players who I will be examiniing: Zunesoft (maker of WordFusion, a document assembly platform), RocketMatter (www.rocketmatter.com) – a cloud-based legal practice management system- and Clio (www.goclio.com) – another cloud-based practice management system.

The CLOUD, for those who don’t know, is a word for software services that are made available through the internet where the data is stored, not on your server, but the server of the software service provider.  It is called the internet CLOUD because in the cloud you cannot see where the data is actually stored.  And, in practice, the data may be stored on dozens of different machines in multiple locations, and can be accessed from anywhere.  More on these systems later.

TechnoFeature: A Systemic Approach to Legal Document Automation (1): Building Technology Bridges

AS PUBLISHED IN TECHNOLAWYER : With the recent state of the economy, many companies are tightening their belt — and law firms are no exception. But sometimes you have to spend money to make money. According to legal technology consultant Seth Rowland, now is the time to redouble legal document automation initiatives. In this comprehensive two-part series, Seth explores document automation, first from a technology perspective, and then from a business case perspective. This week, Seth explains how to get started, constructing a bridge between mere templates to a full automation system. This article contains 1,684 words.

Read moreTechnoFeature: A Systemic Approach to Legal Document Automation (1): Building Technology Bridges