Hey guys, I know this is a fairly basic question but is there actually a use case for using nlapiNewRecord()? I keep thinking why not just use nlapiGetFieldValue()? For checking if a value has been updated on a xedit why not just use nlapiGetOldRecord() and nlapiGetFieldValue() to compare field value changes and that way it covers both edit and xedit?