By Udayakumar Ethirajulu , on November 4th, 2008
In this article i am explaining the step by step creation of simple workflow in sharepoint designer .
Open the Site in SharePoint Designer
Click File -> New ->WorkFlow
Provide the name of the workflow and choose the list from the drop down to bind the workflow to the list.
Define the Next Step to add the task list [...]
By Udayakumar Ethirajulu , on September 21st, 2008
If you are getting “HTTP 401 Not Found web service error” while publishing your SSRS report in SharePoint Library. Please refer your integration settings in Central Administration and verify the user permission from the login where you are trying to publish the report to SharePoint Library.
By Udayakumar Ethirajulu , on September 17th, 2008
I got this below while updating the profile through object model.
Updates are currently disallowed on GET requests. To allow updates on a GET, set the ‘AllowUnsafeUpdates’ property on SPWeb
Add web.AllowUnsafeUpdate = true; to solve this issue.
By Udayakumar Ethirajulu , on August 26th, 2008
Hey Guys,
I published the new project in CodePlex for Tree View Document Library WebPart for MOSS 2007 with Source Code.
See you guys there in discussion board. Pls come up with your own ideas/projects. Let execute together to make it happen in codeplex.
Popular Articles