Project Server 2010 PSI - Add users to a security group
I'm trying to add user to a existing group but I Have an error "SecurityInvalidGroupUidRef" onsecurity.SetGroups(groupDs). Here my code : Dim GroupList = security.ReadGroupList()DimGroup =...
View ArticleClickOnce "Application Files" Dialog Not Available in Visual Studio
I am developing an MS Project Addin in Visual Studio 2010. The addin is working great and now I am trying to get ClickOnce deployment to work.The problem is that the "Application Files" button on the...
View ArticleProject Server 2013 -> But need advice for 2010 also -- Macros saved in...
The Enterprise Global functionality appears to be working for Custom Views but it will not work for VBA code. I have done most of my work in 2003, but I seem to remember testing E Global functionality...
View ArticleProjects baseline with c#
Hi,I develop a small apps to create project trough PSIExtension. My question is what is the way to baseline a project trough my apps. I can't open msproject to baseline, because my apps create up to...
View ArticleHow can I change the EPT for a project using PSI?
Hi:Actually I have 3 questions related to PSI (I'm new to .Net programming):1. How can I change the Enterprise Project Type of a project (from 'Sample Proposal' to 'Basic Project Plan' for example)...
View ArticleMoving from one state to another state in State Machine Workflow
Hi,I have created a state machine workflow using SITE WORKFLOW (not LIST WORKFLOW) to deploy it on Project Server site. I've created this workflow to create the Projects in EPM 2010, which will process...
View ArticleVBA Project 2010 : FileOpen
Hello,I'm using the FileOpen method:FileOpen ReadOnly:=True, FormatID:="MSProject.xls5.9"How can i specify the path where to find the file?How can I capture the name of the selected file?Thanks
View ArticleVBA Project 2010 and Excel
Hello,Can we read with VBA the content of a cell in an Excel workbook without opening this workbook? Thanks
View ArticleVBA in Project 2010 : Status Bar
Hi,How to display a label in the active window status bar ?Thanks
View ArticleDialog box similar to FileOpen ? (Project Pro 2010)
Hi,Is it possible to open a dialog box similar to :FileOpen ReadOnly:=True, FormatID:="MSProject.xls5.9"but without any process of import. I just need to pick the name of a file and then to use this...
View ArticleMoving to Rejection stage more then once
Hi,I am creating Project Server 2010 workflow I need to move my workflow to rejection stage whenever rejection happen in workflow.I have more than 6 approvals and if any of them rejected workflow...
View Article[Project Server 2010] Custom workflow stuck on "In Progress" after applying...
Some time ago we have installed Project Server, developed custom project workflow via Visual Studio 2010 and it was working fine. Workflow uses approval tasks between every stage. Now the following...
View ArticleUpdateLookupTables method returns "Unhandled Communication Fault occurred"...
Hi all,I'm working my brain out here with the following problem:I want to fill in a structure with multiple levels to RBS lookup table (it has around 10 levels). This is ok.But I have a big amount of...
View ArticleSend Email Notifications for Administrative Time
Hello,I would like to send an email when a user send an Administrative Time (like Vacation) and when the approver accept/refuse this. And I don't know how to get the email of the user and of the...
View ArticleProject Server 2010 - Creating a custom view to show Projects and then Tasks
HiTo my surprise this one seem to have me a bit stumped. What I am after is a way of looking at all projects in project centre and then break them down by task.I would then filter that view so that the...
View ArticleCustomize Project Server Notifications
Hello,I'm having a hard time understanding how to customize the project server notifications according to the techNet article that touches the subject . Please i would really appreciate it if anyone...
View ArticleURGENT : Sample Proposal Workflow Issue
HelloI have this really annoying issue. I have checked all the required settings found as told by similar threads and technet articles. I have created a Sample Proposal Enterprise Project Type and set...
View ArticleSQL query for resource capacity
I am looking to create an sql query to extract data about capacity for timesheet period.I create one that work find by day but how to find the data by timesheet period.Any help is very Welcome.(I run...
View ArticleURGENT : Send Email from the DMDynamic Workflow
Hello all,Please anyone have any ideas as to how I go about sending an email from a DMDynamic workflow? I know this has to be done in the code according to this msdn article...
View ArticleApproveNonProjectTime method GeneralItemDoesNotExist error
Hello everybody,I try to approve non project time in a console application.My code is very simple :class Program { const string projectServerUri = "http://morpheus-sp/pwa/"; const string...
View Article