52 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
78
views
How to post a Dynamics 365 Time Entry into a Project Online (PWA) timesheet via Power Automate using the ProjectServer REST API?
I have a model‐driven app in Dynamics 365 with a custom Time Entry table.
What I want to do
Automatically insert each Time Entry into the user’s Project Online timesheet.
What I tried
I’m using Power ...
0
votes
0
answers
133
views
Bypass MFA for App-Only authentication with Project Online (CSOM): Encountering 'User Not Found in Active Directory or Project DB' Error
Issue
We are attempting to access Project Online data in Project Permission mode using app-only authentication, specifically to bypass MFA for programmatic access, as we aim for continuous, automated ...
1
vote
1
answer
64
views
People Picker on MSPO's "Create a new project" Page
I'm trying to create a People Picker field on MSPO's "Create a new project" Page.
I've been using the script in the following post to create People Picker fields within Project Detail Pages. ...
2
votes
1
answer
521
views
Cannot get ProjectContext for Project Online from Sharepoint Office 365 and get a 403 in .NET 8
I'm experienced in .NET but pretty new to Sharepoint and Project Online. I am curious if it's MFA or what is going but I always get a
The remote server returned an error: (403) FORBIDDEN
For the ...
3
votes
1
answer
466
views
Setting desired EntityType on custom field creation using sharepoints REST API for Project Online
I've been struggling with the creation Custom Fields for Microsoft Project Web App using Sharepoints REST API. To sum it up, I want to create a couple of custom fields for ease of set up before ...
0
votes
1
answer
524
views
Access Project online api on sharepoint online on c#
I have a sharepoint (myAzure.sharepoint.com). Inside I got a site PWA (project online). PWA offert OData Api. The security of that Api required a User member of your AD (not an app).
I want, in c#, to ...
0
votes
0
answers
157
views
Power Automate - Project Online - How can I get the Lists/items for a specific Project sharepoint site in Project Online?
In project online each created project has its own sharepoint site with lista and items. Im trying to grab those lists/items, but I can`t make it to work.
Ive tried using the url of the project ...
0
votes
1
answer
57
views
Project Online COM/Odata call in MS Project VSTO Addin using current user context
I am developing a MS Project VSTO Addin through which I need to perform Project Online ODATA and CSOM calls. Is it possible that as the user is already authenticated using the Project Professional ...
0
votes
0
answers
139
views
function inside a function project online Odata url query
I am trying to create a Project Online OData URL where I use two functions, one inside the other $filter=substring(ResourceName, indexof(ResourceName,','),10) eq 'example'
substring is the first ...
1
vote
1
answer
4k
views
Project Online Authenticate OData Feed using Azure AD and Postman
I have recently spent a substantial amount of time determining how to authenticate an OData feed from Project Online using Azure AD and Postman. There are many posts in different forums about this, ...
0
votes
1
answer
319
views
PowerApps/Dataverse/Model-driven App/Microsoft Project. Is there any chance to change format of that date?
I've an issue with my Model-driven, PowerApps App.
Actually in the Dataverse table data-fields are formated that way:
Dataverse data field format
Is there any way to change it to:
"DD/MM/YYYY" or ...
0
votes
1
answer
192
views
Connecting to Project Online from Azure DevOps Extension
I have created a Azure DevOps hub extension, it retrieves work items and the goal is to then move some of the work item notes over to Project Online Timesheet Notes. But I can't figure out how I can ...
0
votes
2
answers
842
views
People Picker in Microsoft Project Online
I am looking for a way to add people picker to Project Online, like the Owner field on the Project Information form. But I want to display all the users from my organizations AD (Office 365 users).
...
1
vote
0
answers
223
views
Project Online - access project data and custom list in C# application
I've been asked to pull some data from our MS Project online instance. I have worked out how to register an app and i've been able to connect to get some data with
Web web = context.Web;
...
0
votes
1
answer
115
views
How do I aggregate lists across Project online sites?
I am trying to extract data out of Microsoft Project Online, using PowerQuery in both PowerBI and Excel.
This is more of a PowerQuery / SharePoint question that specifically Project Online.
So I can ...