1,804 articles and 14,395 comments as of Monday, January 3rd, 2011

SharePoint: Extending the DVWP – Part 28: Massage the Remove Template

SharePoint: Extending the DVWP – Part 27: Adding an Alternate Edit Template to a DVWP

SharePoint: Extending the DVWP – Part 26: Modifying the Edit Template

SharePoint: Extending the DVWP – Part 25: Using an Audit Trail by Creating List Items with SPServices

The grammar of SharePoint consists of knowing the components of the environment: sites and subsites; lists, document libraries, and surveys; content types and site columns; list items, columns and their types; webparts, jQuery, and workflows. Grammar increases our knowledge; we are able to converse in the vocabulary of SharePoint.

Of course, you’ll need SharePoint Designer to create the workflow.

We talked about the fact that it would be a major headache to try to automate filling the Title field with a workflow at that time.

But, what if you have three dropdowns that need to cascade? For example, Country-State-City. Or Work location-Group-Position.

It’s been awhile in this series since we looked at a DVWP. We’ve been building on an idea of using cascading dropdowns—where the selection of one dropdown limits the selections available in the next.

But you really want to use the Title column in the relationship list to make it easier to maintain later. I don’t blame you, especially if it’s something that is likely to change or have new entries in the future