Report Style, Report ID

Over the years I’ve made a good number of report customizations. Now, I’m going to be training someone else, and the first thing that I do not know - how to find the correct style and name/ID.

For example, the Book Listing Report. The ReportID is GLBookRpt. The Report is GLBook.
How do Find this info if I don’t already know it.
The AR Invoice is ARForm, The Quote is QuotForm. (Don’t get me started on the difference between Forms and Reports…)

sometimes it’s a fairly simple search to find something, but in the case of the bookings - why would someone dig into the G’s to find GLBook?

I would like to think that there is something simple that I’m overlooking.

One helpful thing could be a BAQ.

Build a BAQ looking at the Report table… link the ReportStyle table.

Choose whatever fields may help you narrow things down… like:
Report_ReportID
Report_RptDescription
ReportStyle_StyleNum
ReportStyle_StyleDescription
ReportStyle_RptDefID (Name of the RDD that style uses)

Pick & choose whatever is helpful.

1 Like

Thanks, that actually sounds like the easiest way to get the latest info.