Project Server
152 TopicsHow to have two tasks start on same day
Hi I am trying to have two tasks start on same day both linked to each other. So this is what I tried: Two task example Task A 06/23/2022 06/23/2022 1 day Task B 06/23/2022 06/23/2022 1 day Task C 06/23/2022 06/23/2022 1 day What I initially did is I copied the end date of the first and did a paste special as object to the start of Task B and that worked. I did even have the predecessors too. But when I tried to add more that technique didn't worked out. The only time I can have all tasks start on the same day / date is when I do not link them or remove predecessors Any advise will be much appreciated. Thanks,Solved23KViews0likes2CommentsProject Online ReST API Resource
Hello Everyone, I've few questions in regards to resource: 1. What is the difference between the enterprise and project resource? 2. I want to update existing resource, what are the ReST endpoints for both types of resources? Thanks & Regards, Rohan6.5KViews0likes1CommentUsing MS Project Online: linking to SharePoint/Planner
Hey MS Project community, First time poster. I have a question concerning integrating MS Project into the suite of PM tools used through Sharepoint. A little background on the issue(s) I'm facing: -I developed my Project tasklist (i.e. activities associated with my project) through the MS Project application (non through the web). -After I finished inputing basic project data, I uploaded the project to the Project online (through a PWA). I am able to edit the project both through the online version and desktop version (and all edits made in either version are reflected in the other. -One of the reasons my company invested in Project was due to the ability to connect it with Microsoft Planner and use our SharePoint teams/groups to help populate project "resources". However, here is where I'm having problems: 1)When I use the desktop version of Project and go to link a task/activity with a specific to-do list in MS Planner, I get a message that says "Cannot create a link". When I use the link to MS Planner option in the desktop version of Project, I am able to see the Planner Group and sub-plans: I just cannot create a link 2) When on the web-based version, I cannot assign resources, deliverables, or attribute risks to my projects. When I attempt to do so, I can a message that "This project is not linked to a site". All the "how to" videos I've sen online (Youtube, Lynda, MasterAcademy) all agree that the Planner needs to be published through the web-app. And then, in order to assign deliverables, there needs to be a "project site". I'm not clear on how to address these two problems (from my understanding, it seems link creating a project site and linking Planner with Project online can be done through the same fix and should solve my problem). Do you all think this is the right approach? Is there another approach? Thanks ahead of time for the suggestions and advise! Andrew6.2KViews0likes6CommentsProject Online Desktop Client no longer connecting to Project Server 2013 as of September 15, 2018
We continue to upgrade our Cloud offerings, including the Project Online Desktop, to provide our customers with the latest capabilities and up-to-date online experiences. Due to these ongoing updates, beginning September 15, 2018, we will be removing the ability for the Project Online Desktop Client to connect to those versions of Project Server outside of mainstream support, including Project Server 2013. Overall, this milestone is part of the end-of-life journey for Project 2013 Standard, Professional and Server. Prior to this, support for the connection between Project Professional 2013 and Project Online ended on August 31, 2017 while April 10, 2018 marked the end of mainstream support for Project Server 2013. An announcement (https://www.yammer.com/office365partners/topics/30431087) was sent to Office 365 tenant admins through the Office 365 Message Center in May 2018 for this upcoming change and posted on the following links: https://docs.microsoft.com/en-us/Project/hardware-and-software-requirements-for-project-server-2013 https://docs.microsoft.com/en-us/Project/software-requirements-for-project-server-2016 https://docs.microsoft.com/en-us/Project/what-s-new-for-it-pros-in-project-server-2016#Req https://docs.microsoft.com/en-us/Project/what-s-new-in-project-server-2013-upgrade#section45.8KViews0likes0CommentsProject Online - Granting access to Project Site, Schedule, and Project Details
I am trying to nail down exactly what access and where to grant that access to give users who are part of a Project Team access to the Project Site and also the Schedule and Project Details (when clicking the Project Name link from the Project Center). We are set to use Project Permission Mode. Currently, I have been sharing the Project Site with users directly from the Project Site screen and to grant access to the Schedule, I was highlighting the Project from the project Center, clicking Project Permissions, and then select the following: View Project Summary in Project Center; View Project Site; View Project Schedule in Project Web App They can now see the schedule, but cannot see the Project Details. Also, their My Tasks screen is blank, even though they have tasks assigned on various projects. Please advise. Thank you.4.7KViews0likes4Commentshow can MS Project license transfer to another machine ?
Hello friends, After user's laptop change , i need to install ms project to new machine and user should licensed ms project. What is the steps to follow about the transfer ms project with license. I checked but can not find anythng . Could anyone help me ? Regards..4.2KViews0likes1CommentHow to Call custom fields using OData in Project online/Power automate?
for ex: https://company.sharepoint.com/sites/pwa/_api/ProjectData/Projects()?$Select=ProjectName,ProjectOwnerName if you type the above command in browser it will show list of all projects with some data. I had created a custom filed: entity is project, type is text, custom filed name is 2024.When i am trying to call this filed using this syntax. I am getting this error https://company.sharepoint.com/sites/pwa/_api/ProjectData/Projects()?$Select=ProjectName,2024 <m:error xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata"> <m:code/> <m:message xml:lang="en-US">An identifier was expected at position 12.</m:message> </m:error> How to get the 2024 custom filed data using that odata syntax?Solved4.1KViews0likes3CommentsHow to trigger a flow when a specific custom filed data is added or changed in project online?
ex: In Power automate the flow will run based on this trigger ,when a project is published. I had a custom filed Project Level Entity, custom filed name is Quantity that is tagged in a project detail page. Whenever the end user enter the data in Quantity custom filed ,flow has to trigger based on this filed. Ex: Quantity :10 (flow has to run) if the Quantity value gets changed Quantity : 20 (flow has to run) I am creating a project snapshot using Sp list & power automate. I just want to track that custom filed data in project online.Solved3.8KViews0likes7CommentsAccess Denied when making Project Online API call
Hi All, I'm able to get a access token. But when I try to make an Project Online API call using that token, I get "Access denied you do not have permission to perform this action or access this resource". Kindly let me know if I'm doing something wrong or missing anything or correct way to do it. Here are the details that I'm using for authentication: Client ID = ######################## Tenant ID = ####################### Client Secret = ##################### Scope = https://graph.microsoft.com/.default Grant type = client_credentials Login URl = https://login.microsoftonline.com/%7Btenant_name%7D/oauth2/v2.0/token API Permission I'm using project server endpoint. Here are the details: Endpoint URL= https://example.sharepoint.com/sites/PWA/_api/ProjectServer/Projects Method= POST Parameters= Authorization: Bearer {Access_Token} Am I missing anything? Thanks & Regards, Rohan3.4KViews0likes3Comments