How to get DNG internal (module-level) as well external (base-level) links in RPE
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
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.