How to change color by due date?

Hi,

I want to change color by due date in project module.
Can you give me some instructions?

Thank you!

Which view ?
List / edit or detailView?

List view.
for example, 10 days before due date, to show some color.

think this shows exactly that: https://www.youtube.com/watch?v=wLLKM8jwgBo&ab_channel=suiteCRMtutorials

you would add a simple “span” to the link to modify the color

1 Like

I think there will be necessary to add some logic hook, for before several days , date must change color.

Hi, in the tutorial it shows how to do it without a logic hook. It would simply query the DB to check the date and based on the result give it a different color. In other words as it’s loading the results it checks the date for each result and for certain dates it “paints” it a different color.