erictgrubaugh
function doThings() { var createdfrom = nlapiGetFieldValue('createdfrom'); nlapiLogExecution('DEBUG', 'Created From Value', createdfrom); if (!createdfrom) { return; } // continue processing }