Quantcast
Channel: Microsoft Dynamics AX
Viewing all articles
Browse latest Browse all 101540

Forum Post: RE: Why Sales Order Total Amount is zero when status become invoiced!!!

$
0
0
display AmountCur totalAmountSales() { SalesTotals SalesTotals; if(this.SalesStatus == SalesStatus::Invoiced) { return this.amountInvoiced(); } else { SalesTotals = SalesTotals::construct(this,SalesUpdate::All); SalesTotals.calc(); return SalesTotals.totalAmount(); } } your method needs to be like above.

Viewing all articles
Browse latest Browse all 101540

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>