Hi all
Using code from the article Use Project schedule APIs to perform operations with Scheduling entities we faced up with an issue that tasks progress is not updated in Project for the web
It works fine when progress should either 0% or 100%, but does not when it should be somewhere in between (1-99%). It looks like any values greater than 0 and less than 1 just ignored by API
The task's msdyn_effortremaining field can't be updated at all
Are we missing something? Maybe there is some related entity that should be updated as well?
Here is the piece of code we are using and bellow is the result
task3["msdyn_subject"] = "Updated Task";
task3["msdyn_effort"] = 8d;
task3["msdyn_effortremaining"] = 4m;
task3["msdyn_progress"] = 0.5m;
task3["msdyn_start"] = DateTime.Now.AddDays(1);
var task3UpdateResponse = CallPssUpdateAction(task3, operationSetId);
Hi, was this solved?
Thanks a lot for assisting. From our side created the ticket 2108060050001483 as well. However there aren't any updates on that
Thanks
WBR Andrey Ignatenko
Andrey Ignatenko I've opened SR 26931778 into the issue of msdyn_progress updating to 0.00 every time msdyn_PssUpdateV1 is called to update the value in the column to X. The issue has been identified as a bug and the product group is working on a fix without an ETA to give.
I tried this in my environment and what I'm seeing is that when I try to update % complete, it gets reset to 0 %. It's a consistent repro.
Antti Pajunen yes, exactly. I forgot to mention this
About the SR. You need to open it from the tenant's Power Platform Admin Center.
Got it, thank you
Thanks
Andrey Ignatenko
About the SR. You need to open it from the tenant's Power Platform Admin Center.
Andrey Ignatenko I tried this in my environment and what I'm seeing is that when I try to update % complete, it gets reset to 0 %. It's a consistent repro.
Antti Pajunen thanks a lot for the help
Is there a way to track the support request's status from our side? Any public link or something?
Thanks
Andrey Ignatenko
Ok in that case I'd open a support request. If it doesn't update anything and returns a 200, I can't really think of ay reason why it doesn't work.
nope, and it's the issue
Thanks
Andrey Ignatenko
Ok so with the above JSON, did % complete update to 30 % for that task?
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,253 Super User 2024 Season 2
Martin Dráb 230,188 Most Valuable Professional
nmaenpaa 101,156