This repository has been archived by the owner on Jul 3, 2024. It is now read-only.
2015-10-22, Version 0.7.0 (unstable)
Notable changes
- improve VM context initializations for User Event Simulations
- add new test units for: Date API, Field API, File API, Record API, Scheduling API, Search API, SubList API and XML API
Netsuite API:
- Record APIs:
function nlapiTransformRecord(type, id, transformType, transformValues)
- Search APIs:
function nlapiSearchGlobal(keywords)
- SubList APIs:
function nlapiCancelLineItem(type)
function nlapiCommitLineItem(type)
function nlapiFindLineItemValue(type, fldnam, val)
function nlapiGetCurrentLineItemIndex(type)
function nlapiGetCurrentLineItemText(type, fldnam)
function nlapiGetCurrentLineItemValue(type, fldnam)
function nlapiGetLineItemCount(type)
function nlapiGetLineItemText(type, fldnam, linenum)
function nlapiGetLineItemValue(type, fldnam, linenum)
function nlapiInsertLineItem(type, line)
function nlapiSelectLineItem(type, linenum)
function nlapiSelectNewLineItem(type)
function nlapiSetCurrentLineItemText(type, fldnam, value)
function nlapiSetCurrentLineItemValue(type, fldnam, value)
function nlapiSetLineItemValue(type, fldnam, linenum, value)
- XML APIs:
function nlapiEscapeXML(txt)
function nlapiSelectNode(node, xpath)
function nlapiSelectNodes(node, xpath)
function nlapiSelectValue(node, xpath)
function nlapiSelectValues(node, xpath)
function nlapiStringToXML(str)
function nlapiValidateXML(xmlDocument, schemaDocument, schemaFolderId)
function nlapiXMLToPDF(input)
function nlapiXMLToString(xml)