It's all about the answers!

Ask a question

How to get DNG internal (module-level) as well external (base-level) links in RPE


Ravi Gollapudi (37114) | asked Apr 30 '20, 12:09 p.m.
edited Apr 30 '20, 12:11 p.m.
I have to extract requirements from a module with lot of internal (module-level) and external (base-level) links.
I am using my _links data source as below:

configuration required: hidden
target data source: _links
inherited data configuration: DNG Module
URI_Script: relation.replace("resources","/publish/resources?resourceURI=")

By using this, I am able to read module level internal links, but NOT external base-level links.

Is there a way I can access both links?
Thanks in advance

One answer



permanent link
Subramanya Prasad Pilar (4.6k14) | answered Apr 30 '20, 12:28 p.m.
You can directly use "relation" attribute as URIĀ  with "Extra Headers" set to Link: <http://jazz.net/ns/profile#POX>; rel="profile"
For base artifacts, you need to use "core" attribute value (dataSource/artifact/moduleContext/contextBinding/core) in the URI. You may refer the sample template Module.dta.

Your answer


Register or to post your answer.