Turns out this behavior was due to my stupidity (I...
# suitescript
d
Turns out this behavior was due to my stupidity (I work with @Sandii) But the rabbit hole deepens... I was firing
record.submitFields
with bad field names. (Threw some
customrecord_blahblah
as opposed to
CUSTRECORD_blahblah
) Anyway, firing with bad field names triggers edit, but fixing the field names went back to trigger xedit. Go figure.
mindblow 1
nlapiSubmitField / record.submitFields will trigger an xedit if the field is inline editable and a regular edit if not. I guess non-existent fields are non-inline editable
d
Thanks @michoel! Interesting that I don't believe the 2.0 documentation had the same notation. At least sort of makes sense now.