Welcome to MSDN Blogs Sign in | Join | Help

Jingmei Li's MSDN Blog

A place to share out tips and solutions about SharePoint, .NET, etc.

Browse by Tags

All Tags » SharePoint Development   (RSS)
How to hide Send To Records Center menu option in MOSS?
MOSS delivers a Records Center site template which can be used for records managment, but once this is configured every user in the farm will be able to send documents to Records Center by using the context menu Send To -> Records Center. This is usually Read More...
How to start a workflow programmatically in the InfoPath code using Workflow web service
How to start an Approval workflow programmatically in the InfoPath form code? Create a web reference that points to http://yourSiteUrl/_vti_bin/workflow.asmx . Configure an Approval workflow in your form library and capture the template id. From form Read More...
How to create a custom timer job in SharePoint 2007 (MOSS)
Came across Andrew's post about how to create a custom timer job in MOSS. I'm working on a Lotus Notes application migration project and I'm planning to recreate some Lotus Notes application Agents (scheduled jobs and notifications) in MOSS using custom Read More...
How to create your own custom 404 error page and handle redirect in SharePoint 2007 (MOSS)?
People alway ask how to use their own 404 file not found error page vs. the generic one from IE in MOSS environment. The following example catches the 404 error and sends users to a redirect page. Here's the steps: 1. In your MOSS server, make a copy Read More...
Page view tracker