How to view more attributes in RPE from RRC review artifacts
Hello,
I am currently running RPE 1.1.2 with RRC 3.0.1 (RC5). My future RPE document templates hope to leverage information from two areas: RRC reviews and review artifacts. When I look at the "reviews" schema in RPE, I only see four attributes for a "reviewArtifact": id, name, status, and version. I am hoping to find a way to obtain more information from a reviewArtifact such as its artifact attributes, rich text or diagrams to display, etc. I see the extra information I am looking for in a totally different schema called "text", but I do not know how to jump from one reviewArtifact in the "reviews" schema to an Artifact in the "text" schema in a RPE template.
Do you have any advice?
FYI, my document template would ultimately be stored in RRC where you can use a RRC wizard to select the specific data you want to display. Fortunately or unfortunately, there is no way to select both the review and the artifacts to run a report.
Thank you in advance for your guidance.
I am currently running RPE 1.1.2 with RRC 3.0.1 (RC5). My future RPE document templates hope to leverage information from two areas: RRC reviews and review artifacts. When I look at the "reviews" schema in RPE, I only see four attributes for a "reviewArtifact": id, name, status, and version. I am hoping to find a way to obtain more information from a reviewArtifact such as its artifact attributes, rich text or diagrams to display, etc. I see the extra information I am looking for in a totally different schema called "text", but I do not know how to jump from one reviewArtifact in the "reviews" schema to an Artifact in the "text" schema in a RPE template.
Do you have any advice?
FYI, my document template would ultimately be stored in RRC where you can use a RRC wizard to select the specific data you want to display. Fortunately or unfortunately, there is no way to select both the review and the artifacts to run a report.
Thank you in advance for your guidance.
One answer
Hi,
You can use the dc:alternative on the link and replace "resources " with "text ", you can take a look at the format from ds:content
Your link should look like this:
And after replacing the string:
And use this generated url as the source for a dynamic datasource.
You can take a look at this help wiki for some info you may need to include an extra datasource https://jazz.net/wiki/bin/view/Main/RRC3CreatingCustomRRDGReports
You can use the dc:alternative on the link and replace "
Your link should look like this:
https://server:9443/rm/publish/resources?resourceURI=_JT0asKKAEeC-PcrUs5AGpQ
And after replacing the string:
https://server:9443/rm/publish/text?resourceURI=_JT0asKKAEeC-PcrUs5AGpQ
And use this generated url as the source for a dynamic datasource.
You can take a look at this help wiki for some info you may need to include an extra datasource https://jazz.net/wiki/bin/view/Main/RRC3CreatingCustomRRDGReports