Do not give your manager a DOORS DXL Reference Manual. After reading my last post my manager came back to me with a DXL he wrote in. IBM Rational DOORS DXL Reference Manual Release 9. 3. Before using this information, be sure to read the general information under the “Notices” chapter on. IBM Rational DOORS DXL Reference Manual Release Before using this information, be sure to read the general information under the “Notices” chapter on.
Author: | Mosida Arashijin |
Country: | Turks & Caicos Islands |
Language: | English (Spanish) |
Genre: | Finance |
Published (Last): | 23 November 2018 |
Pages: | 257 |
PDF File Size: | 10.76 Mb |
ePub File Size: | 18.45 Mb |
ISBN: | 555-9-99682-856-4 |
Downloads: | 26470 |
Price: | Free* [*Free Regsitration Required] |
Uploader: | Samukus |
DXL ignoring the error if an attribute doesn’t exist in a module Ask Question. Sign up or log in Sign up using Google.
DOORS Extension Language
Post as a guest Name. Mike 2 5. This is what I added but it doesn’t seem to work, I still get the same error “unknown Object attribute TestResultFloating ” What I tried is shown below:.
Then if the link name starts with “verif”, it will get the object text from an attribute “TestResultFloating” in the linked module and show it in the current module, in the DXL column. Stack Overflow works mankal with JavaScript enabled.
ibm doors – DXL ignoring the error if an attribute doesn’t exist in a module – Stack Overflow
By using our site, you acknowledge that you have read and understand our Cookie PolicyPrivacy Policydoora our Terms of Service. I haven’t used the functions before.
Below is my code that currently works as long as the “TestResultFloating” attribute is present in the linked module, but will throw the error if the attribute is not present. Post Your Answer Discard By clicking “Post Your Answer”, you acknowledge that you have read our updated terms of serviceprivacy policy and cookie policyand that referemce continued use of the website is subject to these policies.
Email Required, but never shown. The problem I will have when I use this on the whole database currently I am just using a sandbox is that some of the modules linked through the “verif” link module will not contain the “TestResultFloating” attribute.
I tried one way of doing it which Dooors got from the dxl reference manual which was to check whether the attribute exists and then do the operation. Sign up using Facebook. Sign up using Email and Password.
Rational:Rational DOORS DXL:Help DXL Reference Manual – Rational DOORS DXL Forum
This is what I added but it doesn’t seem to work, I still get the same error “unknown Object attribute TestResultFloating ” What I tried is shown below: This function and a lot of similar functions tailored for different circumstances can be found in the file “c: By clicking “Post Your Answer”, you acknowledge that you have read our updated terms of serviceprivacy policy and cookie policyand that your continued use of the website is subject to these policies.
How would I use that in this case? I am writing some DXL for use as a DXL column that for each object in a module, looks at the in-links and returns the link name.