Modular Document Generation: A Series
Posted on June 10, 2009 - Filed Under Code Girl | Leave a Comment
I give an academic exercise: a simple Form Server application based in MOSS that collects weekly status reports for a project. (At time of the implementation, the user base did not have Office 2007, InfoPath or Exchange) The owners of this application want a couple of extras based on users’ response:
Can`t edit offline
Limited formatting options
Can`t [...]
How to: Find your Project UID from Project Workspace Context
Posted on June 19, 2008 - Filed Under Code Girl, MOSS | 1 Comment
Insanely useful snippet if you’re creating Application Pages for project workspaces. You will not find this property using SharePoint Manager 2007. I was reflectoring around Project Server DLL’s and playing in the debugger when I found this late last year. Kudos here for blogging it first!
Guid ProjectUID = new Guid(SPContext.Current.Web.AllProperties["MSPWAPROJUID"].ToString());
What to do: UpdateProjectWorkspaceAddress Doesn’t Update URL in the RDB
Posted on June 18, 2008 - Filed Under Code Girl | Leave a Comment
Lets say you’re going through a couple of the MSDN articles and you wanted to Create a Project and Link it to a Project Workspace. Everything is fine and dandy until you run a report on the Reporting Database (RDB) that displays the workspace URL for all your projects. You don’t see the [...]
Read More..>> keep looking »