node-suitetalk icon indicating copy to clipboard operation
node-suitetalk copied to clipboard

NodeJs Suitetalk wrapper for NetSuite

Results 13 node-suitetalk issues
Sort by recently updated
recently updated
newest added

Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.10.2 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@​ChALkeR). Fix boolean schemas with strictKeywords...

dependencies

You can run the sales order example with console.log(service.config.client.lastRequest) and you will see something like this: ```xml _pendingFulfillment 0 false 2 30 15 false salesRep 321321321 ``` The list had...

I've found a problem that when using List and getNode. It replaces last element in node. So I've fix to use array instead and push node into it. I've tested...

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

Adding Transaction Search Capabilities

Hi, I got problem when creating SalesOrder with Address. I'm not sure how to add `billingAddress` and `shippingAddress` into record. Do you have an example? Thank you

The example given in the searchBasic.js file is not working

I am performing the Boolean search on EmployeeBasicSearch object but the search is not working. `const searchPreferences = new Search.SearchPreferences(); searchPreferences.pageSize = 5; service.setSearchPreferences(searchPreferences); const search = new EmployeeSearchBasic(); search.isInactive...