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

How to do color branding on Alignment Planner Roadmap?

Bernd Hoffmeier
Kilo Sage

I'm working with the Alignment Planner Roadmap tool and so far we got it running well. But due to some special request regarding corporate branding I wanted to adjust the coloring of the roadmaps. I know that I can personalize which field I want to use for color (e.g. planning item type) but I can't find any settings to adjust the default colors. Are there any branding options available? I checked the branding for workspaces but that does not work for Alignment Planner Workspace.

find_real_file.png

1 ACCEPTED SOLUTION

Ganga Ginne
ServiceNow Employee
ServiceNow Employee

You can override getColorMap method in ItemMetadataAPI script include and return color map object. Check ItemMetadataAPIImpl(base class) script include for the method getColorMap, it is empty implementation with some notes on expected format of json object. 

View solution in original post

14 REPLIES 14

Sandeep V1
ServiceNow Employee
ServiceNow Employee

Hi Bernd,

Do you want to provide a list of colors per your branding so that tool applies those? Or do you want your end-user also to select the colors they want to apply to each bar by value in the color by field?

 

I would like to apply colors per branding and not selectable by individual users

Ganga Ginne
ServiceNow Employee
ServiceNow Employee

You can override getColorMap method in ItemMetadataAPI script include and return color map object. Check ItemMetadataAPIImpl(base class) script include for the method getColorMap, it is empty implementation with some notes on expected format of json object. 

Thank you very much. This helped a lot and it seems to work well now 🙂