I was wondering if it is at all possible to run a DXL script to find any orphaned objects within the module. When im working on a project with 400-500 + objects it can be hard to search through the entire list to find orphaned objects just floating around. I am very new to this DOORS program and DXL as well and thought it would be best to ask here.
Is it possible to search the Module for orphaned objects?
315 Views Asked by James Swan At
1
There are 1 best solutions below
Related Questions in OBJECT
- Getting Value from Object with Characters in Element Name
- Java: set and get methods for strings
- Angular populate select with object of objects
- Is it possible to have a command last only while the object is moving?
- Converting an unknown to an array in PHP
- Can anyone explain why this snippet of code is working in the constructor only?
- How to initialize an object with an array parameter in Java
- How can I assign initial data to some variables in literal object before use
- Check if a private function exists inside an object in JavaScript
- java.lang.ArrayIndexOutOfBoundsException object array
- Jquery object is undefined after sort but is in firebug
- Using NON static class Methods Without reference
- JSON-like object in Python
- Change value of each property in array of objects in javascript - map() method?
- Does Object.defineProperty has access the memory address of object?
Related Questions in MODULE
- Magento custom block. Can't get block's file
- Undefined is not a function when calling node module
- Why is it bad practice to use from module import *?
- Node.js http.get example
- Perl Module using %EXPORT_TAGS
- Yii, Load a model of a module from the main app controller
- Ocaml unbound type constructor with module
- Drupal location module shows only a portion of Gmap on node page
- phpinfo() uses old version. What am I missing after "make install"?
- Accessing 2 different tables from same controller file
- Do software engineers in general have no idea about Software Architecture Design?
- Class Path entry my.jar does not point to a valid jar for a Class-Path reference
- TypeScript: workaround for relative reference path?
- Python - Can't install modules on mac
- Text file not being imported with module
Related Questions in IBM-DOORS
- Eclipse 4 RCP with ibm rational Doors Database
- DOORS / DXL object attribute "Last Modified On" including time?
- DOORS Compound Filter Dilemma
- Java program for IBM Doors
- DOORS: Insert OLE with explicit type (aka Show PDF as editable information)
- Where are the DXL Files Stored in DOORS
- DXL scrippting for find the enum in attributs
- DXL - Unexpected character output
- DXL script to copy object with pictures combined with strings
- How get string from skip in DOORS DXL
- How to apply a style to Object Text with an OLE inside
- dxl findPlainText check does not match string
- DXL Script to Export DOORS Object Information to Microsoft Word - Randomly Dropping Information
- OleAutoObj is not opening Excel application in my PC
- Is there a way to delete the text in a DXL layout column?
Related Questions in ORPHANED-OBJECTS
- Setting orphanRemoval to true while migrating children from their parent to another parent
- How to assign a tag to the orphaned commit in GitHub?
- Database Integrity Concerns: Missing FK Constraints and Vacuum Process Implications
- Efficiently delete orphaned m2m objects/tags in Django
- EclipseLink not removing privately owned one-to-many item
- AKS not deleting orphaned resources
- Ubuntu showing clearing orphaned inode and not turning on
- How Rails: If a project has tasks it should not be deleted: how can I fix this?
- Typo3 v7.6.39 finding orphan files
- Prevent orphaned objects in DB4O when updating fields
- How can I dispose of an object (say a Bitmap) when it becomes orphaned?
- Objective C, app crashes when changing root view controller. Orphaned without delegate (bug!)
- Git Orphan branch "This branch is 1 commit ahead, n commits behind master"
- Why does OracleAQ Leave Dead Subscribers in the Queue?
- Is it possible to search the Module for orphaned objects?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Assuming here that: you're looking for objects with no outlinks; you've got the module open.
I suspect you also might just want to show the requirements, not any other objects. Different organizations handle that differently, so I'll assume you've got an attribute called "Object Type" that sets off requirements, so add that in:
The result here should be that you'll show only requirements without a parent in the module window. There is more info about filters in Chapter 25: Display Control > Filters in the DXL Reference Manual (for version 9.6 DOORS).