How to add the Project number on the Project workspace
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-11-2025 01:01 AM
How to add the project number on highlighted area in project workspace.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-12-2025 11:35 PM
Using UI Builder (Workspace Experience)
Go to Now Experience Framework > UI Builder.
Open the Project Workspace experience.
Look for the page or tab for All Projects.
In the list or grid component (like List, Card Collection, or Data Grid):
Click the component that displays the project cards.
In the data bindings, find the object used for each project (e.g., record.number, record.name, etc.).
Add a Text or Label component inside the card layout where you want to show the number.
Bind its value to the project number field:
${record.number}
Preview or publish the changes.