hi all, anyone knows what's the best approach of i...
# suitescript
n
hi all, anyone knows what's the best approach of inserting a line item B automatically right after submitting a line item B? currently a client script is doing
nlapiSelectNewLine
and
nlapiSetCurrentLineItemValue
then
nlapiCommitLineItem
on recalc entry point but this causes some data loss to line item B (specifically, a custom column field is set to empty). Thanks