Forum Discussion
James_Price
Jul 05, 2021Copper Contributor
PfW add risks to a task and add a field in the kanban board
Hi Team In PfW is it possible to: - Link a risk to a task - Add a custom field (e.g. cost) in the Kanban board or the info page that is associated with a task. Many thanks James
- Jul 05, 2021
Hello James_Price,
To associate a Risk to a Task you would need to create a look up column on the Risk table that linked to the Project Tasks table: https://docs.microsoft.com/en-us/powerapps/maker/data-platform/data-platform-entity-lookup then update / create the model driven app to include the lookup column in the views etc. I haven't tried this personally.
Regarding the cost field, you can create a custom number field in the Project UI - that will appear on the Task dialog box that pops up.
Paul
Paul_Mather
Jul 05, 2021MVP
Hello James_Price,
To associate a Risk to a Task you would need to create a look up column on the Risk table that linked to the Project Tasks table: https://docs.microsoft.com/en-us/powerapps/maker/data-platform/data-platform-entity-lookup then update / create the model driven app to include the lookup column in the views etc. I haven't tried this personally.
Regarding the cost field, you can create a custom number field in the Project UI - that will appear on the Task dialog box that pops up.
Paul
- James_PriceJul 13, 2021Copper ContributorThanks for that Paul.
James