I'm trying to add a note to an invoice record insi...
# suitescript
c
I'm trying to add a note to an invoice record inside of a client script on the invoice. I am getting a
INVALID_KEY_OR_REF
error on the
transaction
field when trying to create the note, however. Anyone know what might be going wrong? I'm using
N/currentRecord
to get the record and then passing in
cr.id
as the
transactiong
value.