Customize cards on New Project Workspace
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2024 10:01 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2024 06:05 AM
Hi Damian,
No, from what I've researched it seems like this is not possible.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2024 06:25 AM
Hello @jarago
looks like it is setup here:
I can remove for example status field, but for example if I want to add state or number it does not work for some reason.
I might open a case with servivenow support.
Regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2024 05:20 AM
Hello everyone,
please see my solution in this post:
This worked for me.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi everyone! This is possible but tricky as it will involve Widget with likely CSS modification and script include modification. This is a customization so use caution. KB Article below:
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB2609147
*****************************************************
How to customize the Project Cards in Project Workspace
Issue
In older Project Workspace versions, the Project Cards on the Home Page could be altered with the corresponding "View Template" (sys_ux_composite_data_template) record.
This has since changed and now it requires and overridden Script Include to reflect the changes.
Release
Project Workspace (sn_pw)
Resolution
Follow the below steps to get this set up:
1. Go to the following Script Include:
https://INSTANCE.service-now.com/nav_to.do?uri=sys_script_include.do?sys_id=ccdb2086f9678210f877826b...
2. Find the "_createCard" function and Copy the entire block of text
3. Now go to this Script Include:
https://INSTANCE.service-now.com/nav_to.do?uri=sys_script_include.do?sys_id=e79b6086f9678210f877826b...
4. On line 3, Paste the copied text
5. Now find the following text, for example, to change the heading:
"name": {
"label": projectGR.getDisplayValue('short_description'),
"size": "sm",
"lines": 2
},
6. You can change "short_description" to whatever you want, like "number".
7. Save the record and see the results
The world works with ServiceNow.
