SAM Renewal calendar color
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 hours ago - last edited 3 hours ago
Hi All,
On software entitlements form I've added a field "u_renewal_status" with different possible values.
On the SAM renewal calendar, I would like that the blocks colour change regarding the value.
Example : if value 1 --> Entitlement block becomes yellow / if value 2 then green.
How could I do that ?
Edit : the color seems to be defined in UX Client script "roadmap/fieldColorMaps"
function script({api, event}) {
return {
setBarColor : {
setColor: {
progress: '#0AB8D9',
pillColor: 'blue'
}
}
};
}
--> Even if I only modify the progress color code to another one, it does not change the color in the calendar.
Really stuck on this, any help ?
Thanks
0 REPLIES 0