Thursday, September 3, 2009

NewMenu - CustomAction - LifeSaver

http://paulliebrand.com/2008/07/14/customaction-newmenu-and-mysterious-blank-control/

WSPBuilder goofup

It allowed me to add event handler feature at Site level
It is not supported by SharePoint
When we Build WSP -> Deploy from VS it says it is successful, but looks like it does not do all activities,
a. Add web config entries
Solution Management in CA shows Error on wsp deployment.

Removed erroneous event handler and everything worked.

Wednesday, September 2, 2009

ShowInNewForm uppercase XML

all boolean values for XML definitions site columns and content types should be in uppercase

Thursday, August 27, 2009

Life Saver - List item property AssignedTo

http://www.sharepoint-tips.com/2006/06/sharepoint-2007-user-or-group-column.html

SPWorkflowTask.AlterTask

http://it666.blogspot.com/2008/12/nullreferenceexception-on.html

SharePoint Workflow - Eyeopener

http://social.msdn.microsoft.com/Forums/en-US/sharepointworkflow/thread/85fc0065-0ffa-4e37-bf93-dfc089db326c

Wednesday, August 26, 2009

WSS3Workflow tools - ascx trauma - Just resolved.



InitiationControl.ascx -> inherits from InitiationControl.cs (namespace)
InitiationControl.cs -> inherits TPG...ConfigurationControl
-> overrides Load and Save
In Save()
-> call InitiationControlData.cs as configData.

Resolve attached issue.