How to add the Project number on the Project workspace

Sanjeeva Nagend
Tera Contributor

SanjeevaNagend_0-1744358461450.png

How to add the project number on highlighted area in project workspace.

1 REPLY 1

AmM01
Tera Contributor

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.