-
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 …
- 8K 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 …
- 7K 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
-
Hi, I’m looking for a way to download a PDF directly from a client script. I am currently using …
- 5K views
- 1 answers
- 2 votes
-
In a suitelet sublist, can you create dynamic url fields (columns) like you can in a “normal” suitelet list? Like: …
- 3K views
- 2 answers
- 0 votes
-
Hello, I am creating a Saved Search in SS2.0, and am confused on how to create a column from a …
- 2K views
- 2 answers
- 0 votes