Forum Discussion
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
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
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_PriceBrass ContributorThanks for that Paul.
James