DNG: Can you access "parentBinding" from within DNG?
I've been wondering if there's a way to access "parentBinding" from within doors.
As a reminder: The content of this attribute that exists behind every artifact is the superior artifact ID.
It shows up using Excel-Exports and Imports.
It would be extremely useful for filtering purposes, because this would allow filtering by hierarchy.
One answer
You can use the DOORS Next Module Structure API - but note I don't think this directly gives each binding a parent property, you'll have to work it out. See https://jazz.net/wiki/bin/view/Main/DNGModuleApiOverview and https://jazz.net/wiki/bin/view/Main/DNGModuleAPI
The other way to get something about the hierarchy of bindings in a module is to use the section property which you can retrieve using the DOORS Next Reportable REST API https://jazz.net/wiki/bin/view/Main/DNGReportableRestAPI.