Questions tagged [project-online]
52 questions
1
vote
0 answers
You cannot load dependent objects for more than 1000 resources. Use a filter to restrict your query
I am trying to do something that I thought would be really simple - get a single assignment of a single enterprise resource.
My code is this:
var resource = ctx.EnterpriseResources.GetByGuid(resourceId);
ctx.Load(resource);
ctx.ExecuteQuery();
var…

Jesper Lund Stocholm
- 1,973
- 2
- 27
- 49
1
vote
1 answer
Add Project Custom Fields in Task List
I want to create a Project Dashboard using 'Sharepoint List', for this purpose i need to have certain Project Level fields to be added to my list to show data. Is there any possibility i can get project level fields in my task list or a custom…

Nabeell Shahid
- 11
- 1
1
vote
0 answers
Need Project Online to produce SSRS reports
Can someone please me or provide me with advice on the best way to follow this through. I am currently running Project Online and want to produce SSRS reports for my company. I have done some research and noticed that one way to do this could be…

Jay Jay
- 11
- 2
1
vote
1 answer
Update Task Project Online using JQuery & Rest API
I have my JSON string which contains the parameter I want to Update
var oCreateTaskParameter = JSON.stringify
(
{
"parameters":
{
"Custom_x005f_5ef4c0a0aaa1e61180cc00155d302506": "Testing"
}
}
);
Below is my Ajax…

dsouzajoel22
- 111
- 1
- 5
1
vote
1 answer
Dynamically Loading Project Online Properties via CSOM
I'm looking at trying to load our projects from project online into a .NET application, while i can load the projects one thing i'm having trouble with is loading all the columns i would like. I know i can specify the columns i want to load using…

Gary.Townsend
- 75
- 1
- 9
1
vote
1 answer
How to get PublishedTask Parent Id using CSOM C#
I need to get the Parent.Id of a PublishedTask using C# and CSOM. Does anyone know how?
(Client-side Object Model, Project Server Online, running on SharePoint.)
The following code does not…

Ray White
- 297
- 4
- 19
0
votes
0 answers
Power automate Send an HTTP Request to SharePoint action oData pwa api access denied
I have a flow that used to work but now it fails at the Send an HTTP Request to SharePoint action that accesses pwa api through oData query to online project office365.
If it is a permission thing, what do I have to check to make sure I have it?
I…

Paulo Britto
- 23
- 5
0
votes
0 answers
How to Publish and CheckIn MS Project Online file
Newbie looking for some help. I'm looking for a way to Checkin the Project file on close. The below code seems to publish the project. I did find this link but couldn't get it to work.…

Joe Bloggs
- 43
- 6
0
votes
1 answer
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 consumme the api outside azure (like localhost).…

forX
- 2,063
- 2
- 26
- 47
0
votes
0 answers
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 sharepoint site in a Get Lists actions, but all I get…

robert94
- 1
0
votes
1 answer
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 client we can carry out the CSOM/ODATA calls in that…

supriya khamesra
- 133
- 3
- 18
0
votes
0 answers
How do I get the number of hours in a period via API for Project Online
I am trying to pull the number of hours in a period, per the calendar and not the actual time logged in the timesheet.
I have not been able to find it in any of the api endpoints. For a week that has a single holiday, per the enterprise calendar, I…

alprocto
- 1
0
votes
0 answers
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 function and index of is the second function called…

Eyass Shahoud
- 5
- 4
0
votes
0 answers
Integrating model-driven app with Project Online
I'm wondering is it possible to get that view inside a form of model-driven app?
enter image description here
I mean that "Grid, Board, Timeline" view as shown on screenshot.
I would like to integrate my Project Online with my model-driven app.

Legierski Marek
- 50
- 3
0
votes
1 answer
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 "DD.MM.YY" format?
Thanks.

Legierski Marek
- 50
- 3