-
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
-
Is it possible to create Intercompany Sales Order via scripting AND not have to go to Manager Intercompany Sales Order …
- 3K views
- 1 answers
- 0 votes
-
Hello, I have a form in Suitelet which contains various text fields, select, radio buttons etc., Once the data is …
- 2K views
- 3 answers
- 0 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
-
Is there is a way to not display the `remove` field on a custom sublist when in view mode only? …
- 2K views
- 5 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
-
I’m trying to run a Quota Saved Search in SuiteScript but I’m getting SSS_INVALID_RECORD_TYPE. Now officially it’s not a supported …
- 2K views
- 2 answers
- 0 votes