in

Syrinx Consulting

Notes from the field on SharePoint development, deployment and usage.

Browse by Tags

  • Client Side Javascript Validation in SharePoint Custom Edit Forms

    Recently for a client engagement I used a Custom Field Iterator to control the edit and display form for a content type (more on this in an upcoming post). The requirement was for different fields to be made editable based on the state the list item was in. After deployment, the client requested that...
    Posted to SharePoint (Weblog) by IanD on 09-28-2008
  • CAML query to select items assigned to current user.

    So after much googling and trying all the suggestions at http://forums.msdn.microsoft.com/en-US/sharepointworkflow/thread/e8891d49-1d82-422e-8c7f-eb99326ec14c We found the way to select from a list where the Assigned To user is the current user by building a view that has a filter criteria of Assigned...
    Posted to SharePoint (Weblog) by IanD on 08-07-2008
  • Moving up to find that list

    I'm going to write a bit about a problem I ran into when I wrote a bulk upload application for one of my SharePoint clients. I found that when I was importing a document and applying a Content Type to it I needed to find the Lookup list values for one of the import fields. In looking for a list of...
    Posted to SharePoint (Weblog) by JohnF on 05-18-2008
  • Custom Alert Handlers: Part 1 of 2

    Have you ever wanted to modify the contents of an Alert Email from SharePoint 2007. We had a requirement recently, from a client, to modify the contents of alert emails in a very specific way. They wanted to change not the layout but the contents, and they wanted the contents to be different based on...
    Posted to SharePoint (Weblog) by IanD on 04-28-2008
  • MOSS 2007 and WSS 3.0 Alternate Access Mapping

    I did a three day consulting gig 3 months ago where I installed and configured WSS 3.0, trained them on the basics of document libraries and lists, and converted a spreadsheet with multiple pages into a List so that their users could edit items simultaneously. They loved the item-level version history...
    Posted to SharePoint (Weblog) by JoeS on 04-15-2008
  • Content and Structure Reports: Just a CAML Ride Away

    For anyone who has looked a little more closely at the Content & Structure section of SharePoint, you'll probably find it doesn't quite do what you were hoping or expected. You may also have wanted to know how to modify these reports or create your own. For those not familiar at all with...
    Posted to SharePoint (Weblog) by RyanT on 04-14-2008
  • Failing Backups and DST Woes

    This week I worked on a two day introduction to SharePoint with a new client. The goal was to install and then give them a quick tour of the features with emphasis on Excel services. We completed the install on the first day and did a backup in preparation for the following days exploration. The following...
    Posted to SharePoint (Weblog) by IanD on 03-16-2008
  • Checking for empty or null dates in SharePoint

    A client asked me today how to create a view filtered so that only items that where missing their Start Date, Due Date, or both. First, create a calculated column DatesMissing with the following formula: =NOT(AND(ISNUMBER([Start Date]),ISNUMBER([Due Date]))) Don't forget to set the type to Date!...
    Posted to SharePoint (Weblog) by JoeS on 01-30-2008
  • Displaying SharePoint list items under multiple group headings

    Recently I was building an issues list application for a client. The issues broke down in to several major initiatives, with many issues being a member of more than one initiative. What I wanted to do was a build an issues list and then have each issue grouped under the initiative or initiatives it belongs...
    Posted to SharePoint (Weblog) by IanD on 12-28-2007
  • Site Definitions in SharePoint 2007

    For many of our clients we need to build custom site definitions. When building SharePoint solutions the terms site template, definition and to a lesser extent site portal are often used. Each of these allows the user to create a new site with a predefined set of Content Types, Layouts, and Lists etc...
    Posted to SharePoint (Weblog) by IanD on 10-15-2007
Page 1 of 2 (12 items) 1 2 Next >
Syrinx Consulting Corporation