This blog post follows on from my earlier blog post on updating Project Online project level custom fields from JavaScript using the REST API: https://pwmather.wordpress.com/2018/05/21/using-rest-in-javascript-to-update-projectonline-project-custom-fields-ppm-pmot-jquery-office365/ As mentioned in that post, I have published example code sample / solution starter that demonstrates updating a project level custom field using the REST API. This simple code sample... Continue Reading →
Using #REST in #JavaScript to update #ProjectOnline project custom fields #PPM #PMOT #jQuery #Office365
This blog post provides example code for updating Project Online project level custom fields using the REST API ({PWASite}/_api/ProjectServer) in JavaScript on a PWA page. Following this blog post later this week will be a full working code sample that will be available for download. When updating a project programmatically you will still need to... Continue Reading →
#ProjectOnline time phased data rollup for #OData reporting note #PPM #PMOT #BI
Just a quick post to highlight a feature in Project Online when changing the rollup of timephased reporting data in Project Online as posted here: https://pwmather.wordpress.com/2017/11/17/projectonline-time-phased-data-rollup-for-odata-reporting-ppm-pmot-bi-excel-powerbi/ As per the Microsoft support article below: https://support.office.com/en-us/article/Configure-rollup-of-timephased-reporting-data-in-Project-Online-da8487fe-899e-4510-a264-e2ebc948928c This mentions only the following endpoints in relation to this change: You will also find that the ResourceDemandTimephasedDataSet endpoint is also... Continue Reading →
#ProjectServer and #SharePoint 2013 / 2016 May 2018 Cumulative Update #PS2013 #SP2013 #PS2016 #SP2016 #MSProject
The Office 2016 May 2018 updates and cumulative updates are now available, please see the links below: https://support.microsoft.com/en-us/kb/4133083 Project 2016 May 2018 update: https://support.microsoft.com/en-us/kb/4018373 SharePoint Server 2016 / Project Server 2016 May 2018 update: https://support.microsoft.com/en-us/kb/4018386 & https://support.microsoft.com/en-us/kb/4018381 The Office 2013 May 2018 updates and cumulative updates are now available, please see the links below: https://support.microsoft.com/en-us/kb/4133083... Continue Reading →
Change required for #SharePoint Online / #ProjectOnline REST API calls when using WebRequest #PowerShell #dotnet #office365dev
Just a quick blog post to highlight a change the is required when querying Project Online / SharePoint Online REST APIs in code when using the WebRequest class. Previously the PowerShell code sample below would work and authenticate with no issues: There has been a change in Office365 and this would now generate a 401... Continue Reading →