I'm trying to get the net amount of a line item (n...
# suitescript
m
I'm trying to get the net amount of a line item (net of applied discounts/markups) on a transaction in a client script, but it appears that the
netamount
field that's available in searches isn't available on the record object. Has anyone else successfully gotten this, or am I stuck having to calculate it myself by looking at the various discounts and markups? The latter option feels particularly clunky, especially if the transaction has discounts and/or markups applied to subtotals.