Questions tagged [suitecloud]

26 questions
6
votes
5 answers

What is the URL for installing SuiteCloud IDE on an Eclipse device?

When I try to install the SuiteCloud IDE on an Eclipse device, I'm getting this error: Apparently this URL is incorrect. What's the correct URL? Or is there another issue?
Harish
  • 189
  • 2
  • 13
3
votes
2 answers

Is it possible to use Node.js in NetSuite/SuiteScript?

I am wondering if it is possible to reference node modules in SuiteScript. For example, I am aware that I can create a third party library in the file cabinet and reference the moment.js file. However, is it possible to do an npm install moment on…
3
votes
0 answers

Netsuite: Add new value in custom list via REST webservice

I am new to netsuite. I am using Netsuite REST webservice to post my application data to netsuite. So far I have managed to create customer, add address and get reference to different custom fields internal Ids. One of the things I want to achieve…
Shahzad Malik
  • 541
  • 4
  • 6
2
votes
1 answer

Netsuite SDF Deploy Error - Gateway Time-Out

I am currently trying to setp-up an SDF Project for my NetSuite account. I've worked through a number of validation/deploy errors but now when I deploy it runs for about 10 minutes and then gives this error: The remote server returned an…
tendies
  • 31
  • 3
2
votes
1 answer

In Eclipse, cursor keeps jumping into the Console after clicking Ctrl+S

Having studied, these articles Ctrl-S moves the cursor near the top of the document in Eclipse Eclipse jumping to function name on Ctrl-S I am still facing the issue that every time I hit Ctrl + S the Console opens and the cursor jumps into it. It's…
MisterTuna
  • 89
  • 7
2
votes
2 answers

SDF Deploy error: Partial Content

When I try to deploy a Suitecloud Development Framework project from Eclipse, I get the following error in the error log: !MESSAGE The remote server returned an error: https://system.netsuite.com:443/app/suiteapp/devframework/ideinstallhandler.nl -…
Wolfgang
  • 3,470
  • 1
  • 20
  • 36
2
votes
1 answer

Is there a simple way to identify all dependent records of a record using SuiteScript in NetSuite?

In deleting existing records during automated tests, I often encounter the "This record cannot be deleted because it has dependent records" error. Right now I scrape the dependent records page for the record types and ID's of each dependent record…
jrbeagle
  • 21
  • 3
2
votes
1 answer

Replace existing sublist subrecords in NetSuite SuiteScript 2.0

I've been wrestling with this for a while now. It may be a bug in NetSuite, but thought I'd consult the SuiteScript ninjas before conceeding to that idea. Here is the scenario: I have a sales order with a line for a lot numbered inventory item that…
brendonparker
  • 838
  • 8
  • 19
1
vote
1 answer

Netsuite - Custom List related to a object field

I am able to get fields related to an object doing a GET request: https://[...].suitetalk.api.netsuite.com/services/rest/record/v1/metadata-catalog/customer And sending as header: Accept: application/schema+json On this response I get a custom…
Eduardo
  • 1,781
  • 3
  • 26
  • 61
1
vote
0 answers

netsuite Arabic language localization

netsuite by default doesn't support Arabic language i.e the forms,records and fields in netsuite appear in english.I thought that if i can change the translation of a form or record by customizing it i can change the field label translation and map…
1
vote
1 answer

Is there a modern community to share knowledge and best-practicies of those who work with SuiteScript 2.0?

I'm fairly new to NetSuite and SuiteScript 2.0 in particular. I have already developed several applications and what I found out is that there is almost nothing I can find on the internet about SuiteScript. I mean if you use React or Vue or other…
0
votes
1 answer

Netsuite - SuiteCloud Development Framework - GitHub Integration - CI/CD

We are improving our CI/CD process and we understand that we need to use GitHub (or similar) for a better version control.. We would like to integrate SuiteCloud with Github to upload ALL our objects in order to track an monitor any changes. Also,…
eklon
  • 107
  • 1
  • 12
0
votes
1 answer

There is no JAR file in your CLI for Node.Js. SuiteCloud CLI

I'm trying to use SuiteCloud CLI with NodeJS but I'm facing an error when running commands: I've already found that it was a bug in a older version and should be fixed. Is there any way to install manually JAR File? Anyone with the same behavior…
eklon
  • 107
  • 1
  • 12
0
votes
1 answer

Create a custom record type in NetSuite via SuiteScript

Is it possible to create a custom record type in NetSuite via SuiteScript? If so, how would this be done? I couldn't find any documentation on this. I want to be able to do the following programmatically that is typically done via the…
spencer741
  • 965
  • 1
  • 10
  • 22
0
votes
0 answers

Eclipse error: org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:445)

I just integrated SuiteCloud IDE in Eclipse. After successful installation, I still cannot create a new SuiteCloud Project: Account Customization. Please see error message below: Error Fri May 15 04:35:02 SGT…
reddish
  • 9
  • 4
1
2