Find your people. Pick a challenge. Ship something real. The CreatorCon Hackathon is coming to the Community Pavilion for one epic night. Every skill level, every role welcome. Join us on May 5th and learn more here.

Workspace list view script

Rocky5
Kilo Sage

Hello Devs,

 

On project workspace, In planning section.. it opens list view.. If "Percent Complete" is changed to 100 then status should set to Red color. I tried BR, Client script and UI policy all of those work on the form level but not on list view in the screenshot.

Rocky5_0-1776993177477.png

 

How can we achieve that ? OR is that a limitation?

 

Thanks,

Rocky.

 

2 REPLIES 2

Dinesh Chilaka
Kilo Sage

Hi @Rocky5 ,

 

To display color for a field in the Workspace list view, you can use UX Highlighted Values.

Search for “UX Highlighted Values” in the Application Navigator. If you don’t find the module, you can directly access the table sys_highlighted_value.

 

Screenshot 2026-04-24 at 7.19.15 AM.png

 

Create a new record for your field, then define the required conditions in the Highlighted Value Conditions related list. After that, configure where it should appear using UX Highlighted Values Configurations for the desired Workspace.

You can also refer to the documentation  Learn more about highlighted values 

If my response helped, mark it as helpful and accept the solution.

Hi Dinesh,

 

My ask is not regarding highlighted values. I want something like onchange client script that works on workspace list view as in my screenshot.. that if 'Percent Complete' is set to 100, then 'Status' value to 'RED'.

 

Thanks,

Rocky.