Project Workspace Customization
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2023 11:00 PM
Hi,
I am looking at SPM (Strategic Portfolio Management) product's Project Workspace module:
It basically displays cards for each project:
I am failing to understand how to customize this component fully.
What I understand:
- I understand that there are low-code elements to configure the card contents (pm_home_page_config and pm_home_page_card tables) and that you can edit the JSON slightly to return the data you want: https://docs.servicenow.com/bundle/tokyo-it-business-management/page/product/project-management/task...
- I understand "$pmhome" in the URL of Project Workspace actually loads the "$pmhome" UI Page
What I don't understand:
- I don't understand where to find the project card widgets and how they are set up in "$pmhome" UI page
- Without the widgets, I don't really understand how the widgets connect with "pm_home_page_config" and "pm_home_page_card"
- I basically do not want to do any particular customization now - I just want to know how I would go about this if there was a requirement to change the entire card's UI design/layout, or to customize it by adding entirely new content.