Untitled

 avatar
unknown
plain_text
3 years ago
136 B
12
Indexable
nlapiSetFieldValue ("memo", "This is a test record")

record.setValue({
      fieldId : "memo",
      value : "This is a test record"
})
Editor is loading...