Configure Parameters on Classic Project Workspace Cards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2022 04:55 AM
Instructions:
As the Project Manager, I would like to include "closed complete" risks on the Classic Project Workspace, so that I can keep track of all risks of a project.
Business Acceptance Criteria:
- Closed complete risks are counted on the cards in the Classic Project Workspace.
Technical Acceptance Criteria:
- The number 3 has been added to the end of the homecard configuration scripts for all the 4 states where the value is = Updates:
{"type": "agg", "table": "risk", "condition": "top_task=#^risk_stateIN-5,1,2,3"}
I have this in the Implementation simulator and I need help. Can someone quide me step by step please!
- Labels:
-
Project Portfolio Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2022 12:46 AM
Hi Elena,
Please go through below steps.
<instnace name>/pm_home_page_config.do?sys_id=ae54631e87dc03008b9b3a0548cb0ba6&sysparm_record_target=pm_home_page_config&sysparm_record_row=1&sysparm_record_rows=1&sysparm_record_list=
Please go to Related list you can see below highlighted records open all records which has Value has Updates and update below script in the content field
[
{"type": "agg", "table": "risk", "condition": "top_task=#^risk_stateIN-5,1,2,3"},
{"type": "agg", "table": "issue", "condition": "top_task=#^active=true"},
{"type": "agg", "table": "project_action", "condition":"parent=#^active=true","label":"Action"},
{"type": "agg", "table": "pm_project_task", "condition": "top_task=#^end_date<javascript:gs.beginningOfToday()^work_endISEMPTY", "label": "Delayed task"}
]
If my solution helps please mark it as helpful.
Thanks,
Chaitanya
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2024 07:14 PM
under Project administration>project workspace, click pm_project table, In addition to the above post, I would like to add that same script to other closed, work in progress, and pending update the card and validate tasks.
[
{"type": "agg", "table": "risk", "condition": "top_task=#^risk_stateIN-5,1,2,3"},
{"type": "agg", "table": "issue", "condition": "top_task=#^active=true"},
{"type": "agg", "table": "project_action", "condition":"parent=#^active=true","label":"Action"},
{"type": "agg", "table": "pm_project_task", "condition": "top_task=#^end_date<javascript:gs.beginningOfToday()^work_endISEMPTY", "label": "Delayed task"}
]