Hello!
Is there a way to display TS_ID and TS_UUID fields on the SBM UI using the reports?
Thanks!
Cybersecurity
DevOps Cloud (ADM)
IT Operations Cloud
If an answer to your question is correct, click on "Verify Answer" under the "More" button. The answer will now appear with a checkmark. Please be sure to always mark answers that resolve your issue as verified. Your fellow Community members will appreciate it!  Learn more
Hello!
Is there a way to display TS_ID and TS_UUID fields on the SBM UI using the reports?
Thanks!
You can create a Query View Advanced Report, aka Advanced XML Report. Your query inside that will need to return the TS_ID and TS_UUID columns twice; once with the "TS_ID" or "TS_UUID" alias, and again with a different name, such as "TS_TS_ID" or "TS_TS_UUID" (yes, "TS_" is repeated)
The "TS_ID" and "TS_UUID" aliases are "consumed" by the XML report. Add entries to the "<fields>" section to display the duplicated colums, for example the "TS_TS_ID" alias can be displayed as "TS_ID".
Why do you want to do this??
Good idea, Paul!
See KB S141342 : https://knowledgebase.serena.com/InfoCenter/index?page=content&id=S141342
It can be a little overwhelming. I'll see if I can post a couple examples here.