This repository has been archived by the owner on Jul 3, 2024. It is now read-only.
2015-10-07, Version 0.4.0 (unstable)
Notable changes
nsmock server:
- add server configuration, example: nsmockup.init({server: true})
- this servers use express to start on port 3030
- you can test Suitelet and RESTlet using nlapiResolveURL and nlapiRequestURL
Mockup news - Netsuite API:
- Application Navigation APIs:
function nlapiRequestURL(url, postdata, headers, method)
function nlapiResolveRUL(type, identifier, id, displayMode)
function nlobjRequest()
function nlobjResponse()
- Communication APIs:
function nlapiSendCampaignEmail(campaigneventid, recipientid)
function nlapiSendEmail(from, to, subject, body, cc, bcc, records, files, notifySenderOnBounce, internalOnly, replyTo)
function nlapiSendFax(from, to, subject, body, records, files)
- Field APIs:
function nlapiSubmitField(type,id,fields,values,doSourcing)