Forum Discussion
PfW add risks to a task and add a field in the kanban board
- 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
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, 2021Brass ContributorThanks for that Paul.
James