The Zurich release has arrived! Interested in new features and functionalities? Click here for more

SAM Renewal calendar color

Mathieu Van de
Tera Contributor

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