On Premise
52 TopicsTask Delete
Hi, We are using Project Server 2019. We came across an issue wherein a task got automatically deleted after the Actual Work was updated. We are not able to figure it out, how as tasks cannot be deleted if actuals are booked on it. How can i find the root cause of this issue. can i check it in the Project Server Queue or in the ULS Logs. Regards, Amit Wairkar88Views0likes0CommentsPublishing updates in Sub Projects does not reflect it in the Master Project through EPM PWA
Hello, We have couple of projects under a Master project in Project Server 2019 (on-premises). However when we update the sub-projects, the updates does not reflect in the Master Project. Than youSolved1.2KViews0likes12Comments(Microsoft Project 2019 on-premise) DraftProjectResource does not update StandardRate
Hello! Our company uses Microsoft Project 2019 on-premise version. I try to write a C# code that updates project resource standard rate. I use the followin code (it is excerpt, full version can be found at UpdateProject.cs); projContext = GetContext(SiteUrl); csom.PublishedProject theProj = GetProjectById(projectId, projContext); Console.WriteLine("Got project " + theProj.Name); csom.DraftProject draft = theProj.CheckOut(); projContext.Load(draft); projContext.Load(draft.ProjectResources, dp => dp.Where(r => r.Id == resourceId)); projContext.ExecuteQuery(); Console.WriteLine("Project " + draft.Name + " is checked out"); csom.DraftProjectResource resource = draft.ProjectResources.First(); Console.WriteLine("Got resource " + resource.Name + " with standard rate " + resource.StandardRate.ToString() + " per " + resource.StandardRateUnits.ToString()); resource.StandardRate = 100.0d; draft.Update(); Console.WriteLine("New standard rate is " + resource.StandardRate.ToString()); csom.JobState jobState = projContext.WaitForQueue(draft.Publish(true), DEFAULTTIMEOUTSECONDS); JobStateLog(jobState, "Updating project"); It shows expected messages (without errors) but when I look for standard rate in Project or re-run my program - it reads old value for standard rate. It seems like draft.Update() and draft.Publish(true) just do nothing for resource. Can you please give me a hint where to look in order to correct this situation?272Views0likes0CommentsExport Custom Fields & Lookup Tables
Is there an easy way to export Project Server custom fields & lookup tables? I have previously seen the "Project Server 2016 Automatic Configuration Documenter" shown below which is an export of groups, permissions, users, custom fields, lookup tables, views, etc. but am not sure how to recreate it.430Views0likes0CommentsAlternative to ODATA using MS Project SE (Subscription Edition)
Hi all, until last week we were using MS Project Server 2016 and visualizing the data from the PWA in Power BI via the ODATA Connector. Last weekend SharePoint and MS Project were upgraded to Subcription Edition (SE) on prem and now the ODATA interface is no longer usable. Do you have any idea how to make the data from the MS Project Server Subscription Edition PWA usable? Best AlexanerSolved1KViews0likes1CommentChange Enterprise Project Type in Project Server 2016 using CSOM or SharePoint Designer Workflow
I've covered below steps in Project Server 2016: 1. Created a default Enterprise Project Type - 1 and Stage 1. 2. Create a workflow in SharePoint Designer 2013 and associated with EPT1. 3. Assigned PDP. 4. I need to transit to next EPT2 and Stage2 from workflow of Stage1. I am looking for support that How to change Enterprise Project Type (EPT) in Project Server 2016 using CSOM or SharePoint Designer Workflow.458Views0likes0Commentshow to create a approval workflow for every new baseline in the project?
Hello all, Whenever PM do the baseline in the project need approval process. When it is Baseline 1 one more approver & so on..... What is the process for to check the new baseline in the SharePoint designer site level workflow along with approval process. Can we anyone have a solution regarding this scenario. Regards, Anil.1KViews0likes2CommentsWhy project site documents icon hide for some projects in Project Server on premise?
Hello. Why project site documents icon hide for some projects in Project Server 2019? Earlier we have site documents icon for all projects in Project Server. But now, only one project has this icon in Project Center. With best regards, Vasily Zaytsev969Views0likes3CommentsProject Site - Navigation link broken on Project Detail Page
Hi, We have Project 2019/SharePoint 2019/Project Web App 2019 on premise system. We adjusted Left Navigation menu for project site as shown below. The links were just moved up/down and indented. No changes made to the URL. The above image shows the navigation structure on existing Project site. Project template is created from existing Project Site. When a new project is created, we see broken link (Project Details 1) for Project Details as shown below and new (Project Details 2) is created outside the navigation structure. Project Details 1 link does not go to Project Information page. It exits out to the Project Center The Project Details 2 link goes to the Project information page as expected but it is created outside the section. Please see the screenshot, for site setting -> navigation settings for the project that created using template. How can we fix this issue on the template? Any help on this issue is appreciated. Thank you.1.3KViews0likes3Comments