This repository has been archived by the owner on Jul 3, 2024. It is now read-only.
2015-09-28, Version 0.2.0 (unstable)
Notable changes
Mockup news - Netsuite API:
- Record APIs:
function nlapiCopyRecord(type, id, filters, columns)
function nlapiCreateRecord(type, id, filters, columns)
function nlapiDeleteRecord(type, id, filters, columns)
function nlapiLoadRecord(type, id, filters, columns)
function nlapiSubmitRecord(type, id, filters, columns)
function nlobjRecord()