To get purchase invoice amount total at the time of invoicing in axapta Purchase order you can try below code in a method and just need to call that method on any event to get show total amount which will be invoice amount. You can get total after select single packing slip or multiple packing slip. vendPackingSlipJour _vendPackingSlipJour_1; real TotalInvoiceAmt; purchParmTable parmtable; purchParmUpdate parmupdate; PurchId _PurchId; PurchTotals purchtotal; ; While Select parmtable where parmtable...(read more)
↧