SOLVED

PfW add risks to a task and add a field in the kanban board

Brass Contributor

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 

2 Replies
best response confirmed by James_Price (Brass Contributor)
Solution

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

Thanks for that Paul.
James
1 best response

Accepted Solutions
best response confirmed by James_Price (Brass Contributor)
Solution

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

View solution in original post