Wednesday, May 06, 2009 #

Office 2007 Marketing Videos

I just uploaded three marketing videos to GetSharp showing features in the 2007 Microsoft Office system:

At first glance these might seem unspectacular, given how late we are in the 2007 release cycle. These videos, however, are essentially a tease for feature videos related to Office 2010, which we will be uploading in the near future.

posted @ Wednesday, May 06, 2009 9:56 AM | Feedback (0)

Friday, February 20, 2009 #

Content Type Book Corrections

I would like to thank everyone who has purchased our book Building Content Type Solutions in SharePoint 2007 (all three of you ☺). In a previous lifetime, I was a copy editor at a daily newspaper. That experience helped me to notice a few things that were slightly "off" when re-reading my own work. So, in an effort to bring you the highest quality of reading material, I want to point out the following corrections in the first printing:

  • Page 48, first paragraph, ninth line - It should read "The New Site Column page allows you to define a site column...". The "to" is missing. I know that is a picky catch, but I am a picky person.
  • Page 55, second line of the note - The name of the Office Word 2007 document template that is available at http://www.courseptr.com/downloads is Performance_Appraisal.docx. Note the "_" character between "Performance" and "Appraisal".
  • Page 89, first paragraph, fourth line - It should read "...which will be displayed in the date picker content control...". The AppraisalDate column is mapped to a date picker content control, not a plain text content control.
  • Page 122, first paragraph, third line - It should read "...can contain a hard-coded link to the appraiser document library...". In the email message body, we provide a link to the library, not the appraisal document.

Hopefully, these and other minor errors will be cleaned up in subsequent book printings.

posted @ Friday, February 20, 2009 11:22 AM | Feedback (0)

Wednesday, January 28, 2009 #

Modifying Date Formats in SharePoint Designer Workflows

You may have noticed that you cannot modify date formats with out-of-the-box SharePoint Designer workflow functionality. As a result, when you look up a date field in the message body of a Send an Email action, the date will get displayed as "1/28/2009 12:00:00 AM" in the message that is sent to the user.

If the workflow is attached to a form library, there is a codeless workaround that you could implement from within the InfoPath form designer. Just add a rule for your dateTime node (or date node) that re-formats the value to a string node. Use one of the declarative substring functions to modify the format accordingly. In the case of a dateTime node, you may want to use the substring-before function to capture everything that precedes the "T", as shown in the following figure.

Modifying the Date Format

When publishing the form template back to the library, be sure to promote the string node that contains the modified date format. Then, in the SharePoint Designer workflow, you can perform a lookup for the string node.

posted @ Wednesday, January 28, 2009 3:58 PM | Feedback (3)

Monday, January 05, 2009 #

GetSharp Goes Live

Over the holidays 3Sharp unveiled its Podcasting Kit for SharePoint (PKS) site, GetSharp. This site is an excellent opportunity for me and my colleagues to give you a glimpse into some of our SharePoint, Office, Exchange, and Office Communications Server projects. During the next few months, I am hoping to "convert" many of my blog posts into videos...

posted @ Monday, January 05, 2009 8:47 AM | Feedback (0)

Monday, December 01, 2008 #

SharePoint Connections Session Decks

A few people who did not attend SharePoint Connections last month have asked how to get the decks I used in my presentations. The quickest and easiest way: download them here.

posted @ Monday, December 01, 2008 12:02 PM | Feedback (0)

Friday, November 21, 2008 #

In the Can

No, I am not in the bathroom (or potty, as my kids like to say). The book that Kevin Martin and I have been working on, Building Content Type Solutions in SharePoint 2007, is in the can (i.e., it shipped yesterday). So, if you have ever created or thought about creating document-centric SharePoint solutions, you might want to add this book to your holiday shopping list. If anything, it should be a great bedtime read for young ones. :-)

I am grateful to everyone who helped or offered to help with this project. I especially want to thank Jen Blaney (our editorial assistant at Charles River Media), Marta Justak (our project editor), and Stacia Misner (our technical editor). Without them, none of this would have been possible.

posted @ Friday, November 21, 2008 9:54 AM | Feedback (0)

Monday, November 17, 2008 #

SharePoint Connections Session Code

Thanks to all who attended my sessions last week at SharePoint Connections. I was especially pleased with the attendance of my last session (Developing InfoPath Browser Forms for SharePoint). Asking people to get up for a session at 8am on the last day of a conference in Las Vegas can be a challenge, but the turnout was still high, and there was no shortage of good questions.

As I promised, the code from my two InfoPath sessions is available for download here. I could not include the form templates used for the demos, as they are owned by a third party, but the code snippets are there and can be included in your Visual Studio solutions. You will just need to modify the code to fit your form data source.

posted @ Monday, November 17, 2008 11:03 AM | Feedback (0)

Tuesday, October 28, 2008 #

Update on the Content Types Book

Last month I provided a teaser about the book I am writing with Kevin Martin (a 3Sharp colleague) titled Building Content Type Solutions in SharePoint 2007. We are in the final editing stages now and should be completely done in the next few weeks. If all goes well, I will have a flier to pass out at SharePoint Connections for those interested. The chapter titles (which may be subject to change) are as follows:

  1. What Is a Content Type?
  2. Included Content Types
  3. Site Columns
  4. Document Template
  5. Document Information Panel
  6. Workflows
  7. Information Management Policies and Document Conversions
  8. Out-of-the-Box Solution Walkthrough
  9. Automating the Performance Appraisal Solution
  10. Completing and Deploying the Appraisal Process

The last mile is always the most difficult...

posted @ Tuesday, October 28, 2008 1:29 PM | Feedback (0)

Integrating Lotus Notes with the 2007 Release

Last year we worked with Gary Devendorf to create a two-day training course about 2007 Microsoft Office system interoperability with Lotus Notes 7. The course was geared toward Notes developers and had sessions about Visual Studio 2005 and Domino Web services, ASP.NET, the Open XML Formats, InfoPath, Access, and Excel, to name a few.

For the next month or so we will be working with Gary again to upgrade the materials. The new training course will still use Lotus Notes 7, but we will convert the Visual Studio 2005 projects to Visual Studio 2008 and add new content for subjects such as the Business Data Catalog, InfoPath Forms Services, custom workflows, and mobile development activities. Gary will be providing training updates on his blog. For more interoperability information, check out the InteropTips Community Site for developers of .NET and Lotus Notes applications.

posted @ Tuesday, October 28, 2008 12:58 PM | Feedback (0)

Thursday, September 25, 2008 #

SharePoint Connections Fall 2008

The fall event for SharePoint Connections 2008 is a little more than a month away from now (November 10–13 in Las Vegas). Once again, I am lucky enough to be one of the speakers, and my sessions are as follows:

  • Developing InfoPath Client-Only Forms for SharePoint — This session explores many of the form designer capabilities for InfoPath client-only solutions.
  • Developing InfoPath Browser Forms for SharePoint — This session explains some of the limitations in working with InfoPath Forms Services and discusses ways to optimize browser forms using out-of-the-box and managed code techniques.
  • Adding Codeless Workflows to InfoPath Form Solutions — This session identifies how you can integrate codeless workflows into SharePoint form solutions.

It should be a great event, and I look forward to meeting many of you there.

posted @ Thursday, September 25, 2008 8:42 AM | Feedback (3)

Copyright © David Gerhardt

Design by Bartosz Brzezinski

Design by Phil Haack Based On A Design By Bartosz Brzezinski