Getting OLEs and/or images from RRC - DOORS Next Generation
![]()
BTW, I asked this question in the RPE Forum on Developerworks but I figured I'd crosspost here for visibility.
|
3 answers
![]()
Let me be more specific.
I am trying to create a report based on a view in a module. Looking at the printModuleBook.dta file that comes with RRC, the main data source that is used is called "views".
According to this page, for a custom RRDG report, your data source must be named after your URI. Quote:
A data source name must be the same as the service that it is used by in the report template. For example, if the data source name is resources, it will be configured with the URL as follows: https://server:port/rm/publish/resources?resourceURI=artifactURIList.The main data source is named "views"...but there seems to be nothing in the reportable API documentation that mentions views from a module (only views from a project)...
Thus, my question is, what is the format of the URI to give me a view of a module? Passing a moduleURI in does not give me "fields" to report on in RPE, thus I still cannot get images out of RPE/RRDG.
Thanks so much!!
|
![]()
You can try using RPE elements (Image / Include File) based on dataSource/artifact/fields/field/value/type.
|