codegirl.blog(this);

Christina A. Odom — Developing SharePoint Solutions

Resource Plans + QueueUpdateResourcePlan = Resource Plan doesn’t auto-checkin

Posted on March 27, 2008 - Filed Under Code Girl | Leave a Comment

 So say you’ve checked out a Resource Plan via PSI (resourceplan.asmx) and you make this call:
webServResPlan.QueueUpdateResourcePlan(projectGuid, dsResourcePlan, true, true, jobID);
After the queue processes the update, the Resource Plan does not check back in. You double check to make sure you’ve set the autocheckin flag to true (which you did). You’re not crazy, the plan doesn’t [...]

Read More..>>

Office Pet Peeves

Posted on March 19, 2008 - Filed Under Life | Leave a Comment

My current client has an open floor plan.  There are no cubicles, only kidney shaped tables divided into sections of 4.  There are “bubbles” (no reservation conference rooms which are nothing more than a cylinder of class with a table and a whiteboard in it.) There are also “private” conference rooms that have a strip [...]

Read More..>>

Howto: Remove an Event Receiver in SharePoint

Posted on March 17, 2008 - Filed Under Life | 3 Comments

Everyone and their brother shows you the quick and dirty method on how to add an event receiver to a list.  Not many people show you how to remove them (Not even some of the Microsoft Press books…)  There are 2 ways.. if you have the GUID of your event receiver, instantiate an instance of  [...]

Read More..>> keep looking »