You can do this in DOORS (Classic 9.x) with a small DXL "Open Module" trigger so everyone sees a popup when that module opens.
// Shows a warning/info box every time this module is opened
Module m = current
if (!isBaseline(m)) // optional: don't show for baselines
{
warningBox("⚠ WARNING:\nThis module contains regulated content. "
"Read the header notes and follow the handling procedure before editing.")
// Or: infoBox("…") if you prefer a neutral message
}
------------------------------
Suchuan Guo
Consulting service engineer
NANJING Harbor co., LTD
------------------------------
Original Message:
Sent: Fri September 20, 2024 01:23 AM
From: Pau Robilliard
Subject: How to display a warning automatically when we open a module
Hi
I would like to add a 'warning message' / Infobox that gets displayed for all users when they open a specific module.
Basically, they would open a module and a pop up window would display the warning , and would have to click on the "OK" button to close it. I am not a DXL savvy so be kind with your response...
Thanks!
Pauline
------------------------------
Pau Robilliard
------------------------------