Skip to content

SKT1803/IBM_DXL-RemoveLinks_inDOORS_InternshipProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Deleting links in the current module.
The project was designed in IBM DOORS.

Used languages,

  • DXL = scripting language for automating and customizing tasks in DOORS

    - What kind of links can be deleted?
      - If the object has,
         > only out-going links
         > only in-coming links 
         > both in-coming and out-going
      - If the object is parent, 
         > It first deletes the links of the children, then deletes the links of the parent.
                - parent
                    - child
         > If the parent's child have children, it deletes the links of all children. 
                - parent
                    - child
                        - child 
         > Level 4 has not been tested.
                - parent
                    - child
                        - child
                            - child

    Instructions: 
      - When the code is executed, the interface will open.
      - In this interface, 
        * Enter the id of the object then choose the link type ("IN","OUT","IN-OUT")
        * To complete the deletion process, click the kapat/close button in the interface.
      - If the user does not have a permission to access the modules to which the links are linked,
        those links won't be deleted. These modules are displayed in the infoBox.


Images from the app:




About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published