I have an invoice, I am populating some line items...
# suitescript
t
I have an invoice, I am populating some line items on it using beforeload UE, there is some variation(difference) in doing the calculation in amount using script, so I want that to happen via Netsuite, I should provide quantity and rate only. But this is not happening. 1. The lines are not coming up as editable lines. 2. The amount is not getting calculated itself when I comment out a line to set the amount. When should be done in this case?
b
you really dont want to set sublist lines in a beforeLoad, sourcing doesnt happen
do it in a client script instead
🙏 1