Welcome to Kraft Kennedy

Kraft & Kennedy, Inc. provides technology and strategic consulting services to law firms, corporate legal departments and financial services firms. We can help you analyze, plan, implement and manage business and technology solutions to optimize your organization's functionality and processes.

Kraft Kennedy | Technology Blog

Archive for 'Enterprise Content Management'

Simultaneous editing for collaboration is one of the most hyped features in Office 2010, however it’s only supported over the web in the Excel 2010 web app.  For Word and PowerPoint simultaneous editing, you’ll need to have the full client versions of the Office 2010 products.  This will likely be a disappointment for people who were hoping to collaborate on documents from kiosks anywhere in the world.


Continue reading…

There has been a lot of chatter in the market about SharePoint 2010.    Kraft Kennedy is currently running the SharePoint 2010 Beta, and is in the process of seeing which features could most benefit our clients.  One feature that is not installed out-of-the-box (if there is such a thing as “out-of-the-box” with SharePoint) is the suite of Microsoft Office Web Apps.  For details on installing the Web Apps on your SharePoint 2010 Beta, please check out this technote.   This post is designed to show a little of what the Word 2010 Web App looks like, and how this can change your Intranet forever.


Continue reading…

Security is always a concern in a law firm, and is especially important in the legal department of a corporation. Lawsuits sometimes include the company’s co-workers, competitors, or other sensitive information, where certain matter information needs to be completely hidden from all but a few matter assignees. Securing documents or DMS folders is often simply not enough protection.

Does the system hide the matter from appearing when doing a table look-up on a search form? Does it hide the matter when accessing the matter table via the DMS web module? For some cases, you want to hide the actual matter itself, so users won’t even know it exists.

Continue reading…

When you click “New Item” in any SharePoint list or “Upload” in any document library, SharePoint sends you to a standard form for creating the new item.  Behind the scenes, SharePoint also passes in two parameters to let the form know where to post the item and where to go after the item is posted.  By leveraging these two parameters in the URL, you can make a link anywhere that posts data to any list and sends you someplace else when finished.  This has come in handy for us when creating intranet home pages, as we can create a list of links to post data to custom lists, which sends the person back to the home page afterwards.  Otherwise, the person would end up in the root of the list or library they submitted the item to.  So we were able to easily meet a requirement that the person be directed back to the home page after submitting the item.

Continue reading…

I recently performed an upgrade from iManage 8.2 to iManage 8.5 Update 4.    Update 4 was released on January 14th and resolves several issues regarding service stability and wildcard searching.  It adds support for the new WorkSite FileShare, iManage Workflow Manager, and iManage Digital Safe.  I plan on blogging about these modules soon, so keep an eye out for that.

But the real reason for this post is that Update 4 sets the database schema version as 8.51 (all previous releases of 8.5 had set the schema version as 8.50).  This value is listed as the MHVERNUM column in the MHGROUP.VERINFO table of the WorkSite database.   For those of you looking to migrate from an environment with WorkSite Indexer 8.2 SP1 P2 (Verity), there is a compatibility problem with this change.   Although Indexer 8.2 SP1 P2 was released in order to support iManage 8.5 servers for a transitional period, the 8.2 Indexer services fail to start when the database has been upgraded to the 8.5 Update 4 schema.   Autonomy’s workaround for now is to modify the MHVERNUM value and set it to 8.50.  This can be done by executing the following SQL query:

Continue reading…

In a previous post, I discussed some useful free web parts for Windows SharePoint Services 3.0.  In this article I’ll discuss two more very helpful solutions for building extranets in SharePoint and for building more advanced workflows in SharePoint Designer.
Continue reading…

A couple weeks ago I blogged about the XML patent infringement that Microsoft had to deal with.  As mentioned in that post, they’ve released new code that removes some of the custom XML functionality that was built into the Office 2007 system, and brings them into patent compliance.

We’ve just heard that there is at least one vendor whose product is now basically non-functional due to the code change.   This sort of problem can result in products needing to be completely re-engineered to work with the new XML limitations.

Organizations who have already implemented or are looking to implement Office 2007 should reach out to any third-party vendor who would be integrating with the Office 2007 XML format to determine compatibility with the new rules.  In addition, any custom code that has already been written would need to be tested and possibly re-written if any issues come up.

Kraft Kennedy has worked with numerous third-party vendors that integrate with Office 2007.  If you find yourself in a tough spot due to this issue, let us know and we can help walk you through the process of finding the right solution.

Most of the information in an employee’s MySite profile comes from the Active Directory profile import, which is set up in the SharePoint Shared Service Provider.  However, this can be tricky with employee photos since links to photos are not normally stored in Active Directory.  An easy way around this if you don’t want to store the links in Active Directory, is to simply create a picture library in SharePoint and upload all of the employee photos to the picture library with a standard name, such as username.jpg.  Then you can write a script to update each MySite profile and associate the photo with the person.
Continue reading…

As you may have read, a judge recently upheld a court ruling which bans Microsoft from selling Word 2007 after January 11, 2010, due an XML patent infringement.  That was yesterday.

Today, Microsoft announced that they have released a patch which corrects the patent infringement, bringing the Office 2007 code under compliance:

The 2007 Microsoft Office OPK Master Kit Download, available on Microsoft’s OEM Partner Center, strips Word and other Office programs of custom XML editing capabilities.

“The following patch is required for the United States,” Microsoft said in a message on the site.

The 2007 Microsoft Office OPK Master Kit Download (12.9 MB) can be found at the Microsoft OEM Partner Center.  The site also says:

After this patch is installed, Word will no longer read the Custom XML elements contained within DOCX, DOCM, or XML files. These files will continue to open, but any Custom XML elements will be removed. The ability to handle custom XML markup is typically used in association with automated server based processing of Word documents. Custom XML is not typically used by most end users of Word.

Pretty quick turnaround, but I have a feeling they were working on this for a while…

One of the most overlooked pieces of technology in law firms is PDF creation.    Yet it’s also one of the most important to an end user.  It needs to be simple, stable, and usually needs to integrate well with a DMS system.

With iManage, you have three main choices.  Do you A) use the built-in “Convert to PDF/Send as PDF” utility function, B) find a third-party tool with full integration, or C) use the native Save As PDF option available in the Word 2007 Office Button.


Continue reading…