Hi all,
Well I have a simple requirement, where I have to change the logic for /SalesPrice/ on sales invoice report.
So I have made those changes in the dp class of the report. I created COC for /populateSalesInvoiceTmp/ method.
But when I run the report, the debugger doesn't hit these methods - populateSalesInvoiceTmp, insertIntoSalesInvoiceTmp.
Since the table is a regular one, I think they have put some conditions before populating it everytime.
Anyone can suggest how I can populate the field with my data? In Dev as well as in production.
I don't want to remove/bypass any standard condition or anything, but I want my code to get executed too.
Please suggest some solution here. I need to know what I am missing as soon as possible.
Thanks,
Bhagyashree Dave