top of page
netsuite.cru

Netsuite.cru Page

var newId = salesOrder.save(); var existingRecord = record.load( type: record.Type.SALES_ORDER, id: 456, isDynamic: true ); var customerId = existingRecord.getValue( fieldId: 'entity' ); 3. Update (Modify + Save) var soRecord = record.load( type: record.Type.SALES_ORDER, id: 456 ); soRecord.setValue( fieldId: 'memo', value: 'Updated memo' );

salesOrder.setValue( fieldId: 'tranDate', value: new Date() ); netsuite.cru

Copyright © 2026 Fresh Venture.

  • Grey Facebook Icon
  • Grey Instagram Icon
  • Grey YouTube Icon
  • X
  • TikTok
bottom of page