The last time I needed to change some reports I managed to find them by looking at the buttons that fire them and lookup the same name among the reports.
For example:
| Sales Quotation |
UpdateQuotation Action/SalesQuotationEditLinesForm_S_S_Action - > Class/SalesQuotationEditLinesForm |
SSRS Reports/SalesQuotation |
| Packing Slip |
buttonUpdatePackingSlip Action/SalesFormLetter_PackingSlip_Action - > Class/SalesFormLetter |
SSRS Reports/SalesPackingSlip |
But now I need to find the reports for Purchase Inquiry and Purchase Order Confirmation (I'm pretty sure I've found this one):
| Purchase Inquiry |
PurchFormLetter_ConfirmationRequest Action/PurchFormLetter_PurchOrder_ConfRequest - > Class/PurchFormLetter_ConfirmationRequest |
??? |
| Purchase Order Confirmation |
PurchFormLetter_PurchaseOrder Action/PurchFormLetter_PurchaseOrder_Action - > Class/PurchFormLetter |
SSRS Reports/PurchPurchaseOrder? |
But there is nothing called PurchConfirmationRequest or similar. And everything else I've opened looks completely different in the design from what I've got on paper.
I've also consulted the documentation but nothing seems to match. Digging through the various PurchFormLetter classes has been less than fruitful as well.
*This post is locked for comments
I have the same question (0)