Skip to content
This repository has been archived by the owner on Jul 3, 2024. It is now read-only.

2015-10-18, Version 0.6.0 (unstable)

Compare
Choose a tag to compare
@danieljoppi danieljoppi released this 22 Oct 19:19
· 153 commits to master since this release

Notable changes

  • improvements on Suitelet, Restlet and Schedule Simulations
  • improve stack errors in nlapiLogExecution
  • implement global date format
  • implement function to find parent joins
  • fix bugs in nlapiSubmitField and nlapiSearchRecord
  • fix nlobjFile.getValue to return the original file

Netsuite API:

  • Date APIs:
    • function nlapiStringToDate(str, format)
    • function nlapiAddDays(d, days)
    • function nlapiAddMonths(d, months)
  • Scheduling APIs:
    • function nlapiScheduleScript(id, deployment, parameters)
    • function nlapiSetRecoveryPoint()
    • function nlapiYieldScript()