Hi guys- MR QUESTION - can we use field.submit while updating in line level.?
b
battk
12/18/2019, 11:02 PM
assuming you mean record.submitFields: no
s
Sean
12/18/2019, 11:04 PM
record.submit
Sean
12/18/2019, 11:05 PM
we have to use setCurrentSublistValue right for updating the line level fields ?
m
mdr
12/18/2019, 11:17 PM
I think there's some confusion on what you're meaning here. In 2.0 at least, I am not aware of a record.submit. There is record.save() (to save the record), record.submitFields() (to update a field without record load/save), and on the line there is record.commitLine() (to commit the new values set on the line item).