SOLVED

Customizing the PftW Accelerator

Copper Contributor

I love the Project for the Web Accelerator! However, I would like to modify something. I would like to add another tab to the Project level view for "Action Items" to go along side of the "Summary, Business case, Risks, Issues, Changes, and Status" options (see image).

 

How would I do this?

 

 

fitcja_0-1723725663759.png

 

 

2 Replies
best response confirmed by Dale_HowardMVP (MVP)
Solution
You would want to create a new solution, then you modify the solution. The github site has some details on it. https://github.com/OfficeDev/Project-Accelerator Its basically powerapps/dynamics so if you know someone who works with that tool they could help.

I figured out how to do it. 

  • Navigate to the form you want to edit

fitcja_0-1723759647706.png

  • Click on 'Edit Form'
  • Click on 'Component' in the toolbar
  • Search on '1-column tab'
  • Click and drag it over to the bar

fitcja_1-1723760035019.png

  • Update the label

fitcja_2-1723760129602.png

 

That solves the specific question I had. Up next is figuring out how to pass through the project name to that the table dropped in underneath using Subgrid and the affiliated New Entry form.

 

If anyone happens to know how to do that, I would be grateful to hear. 

 

 

 

@psawyer 

1 best response

Accepted Solutions
best response confirmed by Dale_HowardMVP (MVP)
Solution
You would want to create a new solution, then you modify the solution. The github site has some details on it. https://github.com/OfficeDev/Project-Accelerator Its basically powerapps/dynamics so if you know someone who works with that tool they could help.

View solution in original post