-
How to get sublist values in suitelet based body field(list/record)?
- 2K views
- 1 answers
- 0 votes
-
Ok, I am working on a task that seemed easy, and I’ve learned a lot about SS2.x in the process, …
- 3K views
- 1 answers
- 0 votes
-
I have a Suitelet that loads a saved search and outputs the results into a custom list. Is there a …
- 3K views
- 2 answers
- 0 votes
-
When I attempt to utilize any version of jQuery in a script in 2019.2 with SuiteScript 2.0, the following error …
- 2K views
- 1 answers
- 1 votes
-
Hey folks! I have a User Event script that is calling showMessage() in a Client Script. So in the User …
- 5K views
- 4 answers
- 0 votes
-
Hello! So in a User Event script in the beforeLoad function I need to set a custom Transaction Body …
- 7K views
- 4 answers
- 1 votes
-
In 2019.2 there have been some changes on NetSuite’s side that are causing some jQuery libraries to not work correctly …
- 3K views
- 1 answers
- 0 votes
-
Hello, I have a button created with the client script on a inventory item record. On clicking the button, it …
- 6K views
- 3 answers
- 0 votes
-
var start = new Date(2019, 0, 1); var end = new Date(2019, 0, 31); var itemsSearch = searchModule.create({ type: ‘salesorder’, …
- 2K views
- 2 answers
- 0 votes