-
We have a search utility library that we use to grab search results that works great. However, we have one …
- 2K views
- 1 answers
- 0 votes
-
I have a Map/Reduce script that maps a list of customers, generating a unique report and emailing to each customer. …
- 3K views
- 2 answers
- 0 votes
-
var testObject={}; testObject.val=’Test Value’; runtime.getCurrentSession().set({ name: “Test”, value: JSON.stringify(testObject) }); console.log(runtime.getCurrentSession().get({ name: “Test”})); // Output–> null
- 2K views
- 1 answers
- 0 votes
-
Any advice appreciated
- 932 views
- 1 answers
- 0 votes
-
I’ve got a map/reduce script, which has been running for a while, which transforms from work order to assembly build. …
- 2K views
- 2 answers
- 0 votes
-
Hello everyone, In a Suitelet, upon a custom form submission, I am trying to update a date field on an …
- 4K views
- 0 answers
- 0 votes
-
Hello All, I am trying to validate a Journal entry that is imported through the CSV import Wizard using a …
- 2K views
- 2 answers
- 0 votes
-
Hi All, I would like to know if it is possible to calculate the shipping cost based on the integrated …
- 1K views
- 0 answers
- 0 votes
-
Hello, I am writing a script to do mass inventory transfer from one location to another. Below is my script …
- 1K views
- 1 answers
- 0 votes
-
Hi Everyone, According to Netsuite documentation. The Account record type is supported in client Script Record-Level. When I try to …
- 1K views
- 2 answers
- 0 votes