Does anyone knows how do i fetch records and data...
# general
h
Does anyone knows how do i fetch records and data from NetSuite using Node.js?
e
You use SuiteScript https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/article_8161516336.html#SuiteScript-2.x You can create scripts called RestLet that will live in the NetSuite environment and act as Rest endpoints. You can then call the endpoints to fetch records from NetSuite