When i generate report from Doors next generation the green heading color come. How can i change template of DNG for reporting?
Accepted answer
Formatting of Document based reports in DNG is based on the OOTB WORD template placed in the jazz server installation directory. Say if you are using CLM 6.0.2 version the location of these word templates will be:
C:\IBM\<<jazzteamserver602>>\server\conf\rm\reporting\initialization\templates\word
You can pick a specific word template and modify the formatting in MS Word as per your need and place it back( I would strongly suggest
<g class="gr_ gr_305 gr-alert gr_gramm gr_run_anim Grammar multiReplace" data-gr-id="305" id="305">
to keep
</g>
a backup of the original word template in case you don't see the required result). Also, try to avoid deleting any bookmark and pages in the template while changing the formatting.
These are the OOTB templates in that folder:
For the module book - printModuleBook
For Module Table - printModleTable
For artifact - printArtifact
Rest of the template names are self-explanatory.
Comments
Once the formatting is done, you would need to reintialize the reporting service to pickup the change by typing this URL in a browser:
https://rm.<your jazz server>/rm/publish/initialize
Thank you so much for helping.