I am using Microsoft Dynamics Nav 2018 and LS NAV
I need to get LineRec ."Total Rounded Amt" of item from the Code Unit "Pos Transaction"
Always return an value zero
I am using Microsoft Dynamics Nav 2018 and LS NAV
I need to get LineRec ."Total Rounded Amt" of item from the Code Unit "Pos Transaction"
Always return an value zero
Before post you should get it by sum up Net Amount and GST/VAT Amount , Total Rounded Amt. only populated after post the transaction to Trans. Sales Entry.
LineRec."Net Amount" + LineRec.."GST Amount";
Is it a flowfield ? If yes, you need to do CALCFIELDS(fieldname) first.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 290,552 Super User 2024 Season 2
Martin Dráb 228,552 Most Valuable Professional
nmaenpaa 101,148