How to find list of reports and respective roles in OTM? — Cloud Customer Connect
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

How to find list of reports and respective roles in OTM?

edited Jul 16, 2025 9:01AM in Global Trade Management 6 comments

Summary:

I need to find the List of the Reports and map them to the respective Roles from which they can be run.

Content (please ensure you mask any confidential information):

Using the below query I was able to find the list of the lastest Reports run:

SELECT REPORT_GID, MAX(RUN_DATE) AS LAST_RUN_DATE
FROM REPORT_LOG
GROUP BY REPORT_GID
ORDER BY LAST_RUN_DATE DESC;

Version (include the version you are using, if applicable): 25B



Code Snippet (add any code snippets that support your topic, if applicable):

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!