
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-06-2022 04:51 AM
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.
Solved! Go to Solution.
- Labels:
-
Business Planning Portal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-06-2022 08:07 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-06-2022 05:43 PM
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?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-12-2022 10:52 PM
I would like to apply colors per branding and not selectable by individual users
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-06-2022 08:07 PM
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.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-13-2022 01:11 AM
Thank you very much. This helped a lot and it seems to work well now 🙂