Dear all,
I have an issue with following method is not displaying invoiced amount. Before invoicing the method is calculating invoicing amount but once after its invoiced the amount becomes zero in main SalesTableListPage Form. Could you please help me with any other methods that calculate Sales order invoice amount even after its invoiced.
display AmountCur totalSalesAmount()
{
SalesTotals salesTotal;
;
salesTotal = SalesTotals::construct(this, SalesUpdate::All);
salesTotal.calc();
return salesTotal.totalAmount();
}
Regards,
Faqru
*This post is locked for comments
I have the same question (0)