Creating new Dashboard templates

Hi
In Project Configuration -> Configuration Data -> Dashboards -> Dashboard Templates I added a new Page -> Column, then picked a viewlet, gave it a title.
1. Where do I get values for the "Icon" field
1. what is a memento/memento property/value and how/where are these used?
Thanks
Freddy
In Project Configuration -> Configuration Data -> Dashboards -> Dashboard Templates I added a new Page -> Column, then picked a viewlet, gave it a title.
1. Where do I get values for the "Icon" field
1. what is a memento/memento property/value and how/where are these used?
Thanks
Freddy
One answer

Hi Freddy,
Sorry for the long delay in replying.
1. At the moment the icon field is not very useful - it's a path to an icon file in a bundle installed on the server, i.e. "my.bundle.id/path/to/file.ext". We don't yet have a mechanism to upload images - we hope to have one soon.
2. A memento is how a viewlet persists state info. It's just a set of properties and values. If you want to prime a viewlet with a specific state, you can set the specific memento you want. For example, to show a specific set of bookmarks for the bookmarks viewlet, you can create a memento with all the information. See https://jazz.net/jazzdocs/topic/com.ibm.team.dashboard.doc/topics/t_config_dashboard_templates.html
Sorry for the long delay in replying.
1. At the moment the icon field is not very useful - it's a path to an icon file in a bundle installed on the server, i.e. "my.bundle.id/path/to/file.ext". We don't yet have a mechanism to upload images - we hope to have one soon.
2. A memento is how a viewlet persists state info. It's just a set of properties and values. If you want to prime a viewlet with a specific state, you can set the specific memento you want. For example, to show a specific set of bookmarks for the bookmarks viewlet, you can create a memento with all the information. See https://jazz.net/jazzdocs/topic/com.ibm.team.dashboard.doc/topics/t_config_dashboard_templates.html