Hey, Romain, thanks for the function determining if the module is in review mode!
Original Message:
Sent: Thu March 02, 2023 06:25 AM
From: ROMAIN BARTH
Subject: Is There an API Manual Available for DOORS DXL RCR Functions?
Hello James,
I did not find anything related to your first query: the function to get the proposed object values associated with an RCR when in review mode
However, I found a function that might help you to determine if the module is currently in RCR review mode:
bool cmHasReviewFlagFile(Module m)
it returns true if the module is currently open in review edit mode by the this same current user.
else it returns false.
Hope that help
Reagrds
------------------------------
ROMAIN BARTH
------------------------------
Original Message:
Sent: Wed March 01, 2023 08:11 PM
From: James Avens
Subject: Is There an API Manual Available for DOORS DXL RCR Functions?
Hey Romain, thanks for clarifying about the situation.
Do you know the function to get the proposed object values associated with an RCR when in review mode?
When I'm working on in RCR and after applying the RCR, the objects have their proposed values in their attributes, but when in review mode, I only see the values listed within a layout DXL column and not from within the modified objects themselves.
Also, by chance, is there a function to determine if the module is currently in RCR review mode? I wanted to implement some code only when in review mode.
------------------------------
James Avens
Original Message:
Sent: Wed March 01, 2023 04:10 AM
From: ROMAIN BARTH
Subject: Is There an API Manual Available for DOORS DXL RCR Functions?
Hello James,
I am afraid that kind of documentation does not exist. You can try to submit an IBM idea (formely known as request for enhancement) to have it in a future release: https://ideas.ibm.com/
If you have few functions (2 or 3) you need to know the parameters, tell me which ones and I will see what I can do...
------------------------------
ROMAIN BARTH