Forum Discussion
Project for the web - dataverse change status options of a roadmap/overview?
I work with project for the web and use the overview/roadmap to pull in several projects and get a good timeline for them all.
but i want to update the status-options that are available in the overview.
i have looked in dataverse and found health status as an option under the table roadmap. i have added options there but nothing happens.
how to update the options when clicking on a task in the timeline in the overview where you have several projects?
6 Replies
Hello oskarkuus ,
Please confirm what you are trying to do, are you trying to add additional options in the Status list here:
If so, I'm not sure that would be supported. If you are trying to do something else, please confirm. If you are trying to programmatically set the Status value for a roadmap item - that is possible. See a blog post I wrote a few years ago for Project Online data: https://pwmather.wordpress.com/2019/05/27/sync-msproject-roadmap-row-item-status-with-projectonline-task-status-using-microsoftflow-cds-powerplatform-msflow-rest-sharepoint-workmanagement-office365/
You would just need to change the first few actions to remove the Project Online part.
Paul
- oskarkuusBrass ContributorYes that is what i want to do. Update those status-options. I have found the status options in the dataverse table. but when i change them or add more, nothing happens. so it must be something else im thinking...
Hello oskarkuus ,
I would say that is not a supported change as the Roadmap UI and code will not know anything about those new Status options you are trying to use.
Paul