-
SuiteTax Engine not triggering on Vendor Bills created via Integration (RESTlet)
Hi everyone, I'm facing an issue with SuiteTax and Vendor Bills created through a RESTlet integration. The Scenario: We have SuiteTax enabled. When a Vendor Bill is created manually via the UI, the Tax Engine works perfectly, applying tax rules and calculating taxes automatically upon saving. When the same Vendor Bill is…
-
Editing installments on invoice transform
I'm converting a sales order to an invoice using the Restlet script and I need to set the payment method(installments sublist), but it's not working. Is it possible? Is there any limitation on this?
-
Fetch Support Case Issue list with Restlet
I have an support case issue list created from Setup > Support > SETUP TASKS > Case Issues (Screenshot below). Here is record detail from field Explorer plugin: I want to fetch this list from my Restlet script. Here is my script: function getAllCaseIssue() { try { var itemSearch = search.create({ type: "supportcaseissue",…
-
Customer statement generation via restlet to base64
Hello Suite people, i am working on customer statement generation via dynamics were API triggers the script and returns base64 string to decode to pdf. When i test via postman the base64 result string cannot decode, getting the following error The MIME of file was detected as “text/plain”, but the decoder displays it as…
-
NSC | Resolve Error: INSUFFICIENT_PERMISSION on RESTlets that run Map/Reduce or Scheduled Scripts
RESTlet has been widely used by businesses serving either as a solution for out-of-the-box REST API functionalities or to streamline their operational workflows. Among its capabilities, RESTlet enables the scheduling and execution of Map/Reduce or Scheduled Scripts. However, sometimes integrations hit a snag with an error…
-
C# > RESTlet Authentication Using Token (Token-Based Authentication)
Hi, I'm trying to call my RESTlet from C# application using TBA. From SuiteAnswer ID: 42169 I have a code snippet Uri url = new Uri("https://nlcorp.restlets.api.netsuite.com/app/site/hosting/restlet.nl?script=992&deploy=1"); OAuthBase req = new OAuthBase(); String timestamp = req.GenerateTimeStamp(); String nonce =…
-
Is there a way to create JSON in restlet script?
Hi, I want to create a json only consists of following fields: 1. Customer details - name,created date, delivery date and shipping address 2. Item sublist - including quantity, rate and amount the JSON is returned in GET method in restlet script. Could you please provide me solution. Thank You.
-
Integration Performance
API calls have been taking 4x longer, even though the concurrency (APM) monitor does not show any issues for the 30 day range.