Untitled

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

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