I want to send out automated quotes (generated by the scheduler on the server) with a PDF attachment.
For SalesOrders, we have a "GetCandidateReportsToEmail" that we can use to pick a report from in code, but we don't seem to have a similar option for Quotes.
So what's the best way to find the ReportDefinitions available for SalesQuotes, so that I can use one in a SalesQuote.Email() in a scheduler ?

