- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2020 08:24 AM
I have created a custom field on cost_plan and wanted to modify the UI page $pmview to replace Expense Type with this new field. I am not sure if this is doable and where it needs to be modified.
And when comparing to baseline
Any help would be appreciated.
Solved! Go to Solution.
- Labels:
-
Financial Management

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2020 08:53 AM
Hello
Follow these steps -
Go to Project--> Settings--> Planning Console
On the Planning Console list view go to the "Context: Project/Demand Financials"
Click on Project
On the new form that it opens up, click on the new button" Here you will need to add the new custom column you created. In the JSON field, it has to match exactly to what the column name is. For this example, I create a custom field called Test Planned console - u_test_plannng_console. Save it.
Let's go back to the Planning console Project form(where you clicked the new button)
This is where you can hide fields and change the order it appears in the Planning console.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2020 08:53 AM
Hello
Follow these steps -
Go to Project--> Settings--> Planning Console
On the Planning Console list view go to the "Context: Project/Demand Financials"
Click on Project
On the new form that it opens up, click on the new button" Here you will need to add the new custom column you created. In the JSON field, it has to match exactly to what the column name is. For this example, I create a custom field called Test Planned console - u_test_plannng_console. Save it.
Let's go back to the Planning console Project form(where you clicked the new button)
This is where you can hide fields and change the order it appears in the Planning console.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2020 09:42 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2020 10:05 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2020 10:25 AM
So I was able to hide Expense Type - Thanks.
With regards to custom value - that field is blank in cost_plan_baseline table if I use ui action 'Create Baseline'
But would that stop it from showing the column (not just the value) in the compare?