Navigate to Requirements in IBM DOORS Baselines
You can configure Requirements Toolbox™ to navigate to requirements in read-only versions of IBM® DOORS® modules, called baselines. For more information, see Baselines on the IBM website.
You can navigate to requirements in baselines from:
Referenced requirements that you import from IBM DOORS
Items in MATLAB® or Simulink® that link directly to requirements in IBM DOORS
For more information about importing from and linking directly to IBM DOORS modules, see Import Requirements from IBM DOORS and Link Directly to Requirements in Third-Party Applications.
Configure Requirements Toolbox to Navigate to Baseline
To configure Requirements Toolbox to navigate to a baseline, use the slreq.cmConfigureVersion function. For example, this code configures
Requirements Toolbox to navigate to the baseline 1.0 in an IBM
DOORS module that has the ID
00000221.
prevVersion = slreq.cmConfigureVersion( ... "linktype_rmi_doors","00000221","1.0");
prevVersion = slreq.cmConfigureVersion( ... "linktype_rmi_doors","00000221","");
slreq.cmGetVersion function. For example, this code returns the
configured baseline version for the an IBM
DOORS module that has the ID
00000221.currentVersion = slreq.cmGetVersion("linktype_rmi_doors","00000221")
currentVersion =
'1.0'
Navigate to Baseline From Imported Requirements
To navigate to a requirement in a baseline from an imported requirement:
Open the Requirements Editor.
Select the imported requirement.
In the Properties pane, click Show in document.

The requirement opens in a read-only version of the module.

Note
You cannot import or update from a baseline. You can import and update only from the current version.
Navigate to Baseline by Using Direct Links
To navigate to a requirement in a baseline that links directly from an item in MATLAB or Simulink, open the artifact that contains the link, then use one of these approaches:
Right-click the linked item and select Requirements, then select the linked requirement from the menu.

Use the Requirements Editor:
Open the Requirements Editor.
Click Show Links.
Expand the link set that contains the direct link, then select the direct link.
In the Properties panel, click the hyperlink next to Destination.

The requirement opens in a read-only version of the module.