-
Hello everyone, I have a button on the item record. When clicked, it should open a suitelet in a …
- 6K views
- 5 answers
- 2 votes
-
Hi all – This involves the new Financial Connectivity Plugin that was recently introduced in 20.1 Basically the plugin is …
- 846 views
- 1 answers
- 2 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
-
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
-
Hi Everyone. I’m scripting a connector with another application, and did so pretty successfully with SS 1.0 API. Unfortunately as …
- 932 views
- 1 answers
- 1 votes
-
An error like below occurs when a module is loaded via RESTlet in an installed account: NO_PERMISSION_TO_MODULESCOPE_SAMEACCOUNT_MODULE : You do …
- 842 views
- 1 answers
- 1 votes
-
This works: var dt = format.format({type: format.Type.DATE, value: new Date()}); search.create({ type: “supportcase”, filters: [[‘lastmodifieddate’, search.Operator.AFTER, dt]], columns: [“internalid”] }).run().getRange(0, …
- 1K views
- 1 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 form in Suitelet which contains various text fields, select, radio buttons etc., Once the data is …
- 2K views
- 3 answers
- 0 votes
-
Hey folks! I have a User Event script that is calling showMessage() in a Client Script. So in the User …
- 4K views
- 4 answers
- 0 votes