Michael Pope
06/01/2023, 10:27 PMnlapiSetLineItemValue()
and (2) nlapiSetCurrentLineItemValue()
. However, in Suitescript 2, it seems that only the equivalent to nlapiSetCurrentLineItemValue()
is available on the context.currentRecord
passed to a client script (as currentRecord.setCurrentLineItemValue()
). Has anybody found a substitute for the original nlapiSetLineItemValue()
(where I don't have to currentRecord.selectLine()
and then currentRecord.commitLine()
)? This is important for my use case because sometimes the fieldChanged
event triggers after a line is added in my experience.Anthony OConnor
06/01/2023, 11:21 PMAnthony OConnor
06/01/2023, 11:22 PMAnthony OConnor
06/01/2023, 11:24 PMMichael Pope
06/01/2023, 11:25 PMMichael Pope
06/01/2023, 11:26 PMMichael Pope
06/01/2023, 11:26 PMAnthony OConnor
06/01/2023, 11:27 PMMichael Pope
06/01/2023, 11:28 PMMichael Pope
06/01/2023, 11:28 PMAnthony OConnor
06/01/2023, 11:28 PMMichael Pope
06/01/2023, 11:28 PMMichael Pope
06/01/2023, 11:29 PMMichael Pope
06/01/2023, 11:29 PMMichael Pope
06/01/2023, 11:29 PMMichael Pope
06/01/2023, 11:29 PMAnthony OConnor
06/01/2023, 11:29 PMAnthony OConnor
06/01/2023, 11:29 PMMichael Pope
06/01/2023, 11:29 PMMichael Pope
06/01/2023, 11:30 PMMichael Pope
06/01/2023, 11:30 PMMichael Pope
06/01/2023, 11:30 PMMichael Pope
06/01/2023, 11:30 PMMichael Pope
06/01/2023, 11:31 PMAnthony OConnor
06/01/2023, 11:35 PMMichael Pope
06/01/2023, 11:49 PMAnthony OConnor
06/01/2023, 11:56 PM