Skip to main content

Questions tagged [netsuite]

NetSuite is a vendor of business management SaaS. The platform's scope includes ERP, CRM, PSA, and Ecommerce. Primarily tailored to mid-market companies.

0 votes
0 answers
17 views

NetSuite - Set Expected Ship date (Line) with a workflow using todays date plus a custom field with the lead time

I have been trying to set up a workflow to set the Expected ship date at line level, it needs to occur after the user keys the item and allow them to over ride the data that's there if they need (so ...
Nicole Ainger's user avatar
0 votes
0 answers
25 views

Is there an efficient way to group same item and sum qty and amount?

<#if record.item?has_content> <table class="itemtable" style="margin-top:10px;width:100%;"><!-- start items --><#list record.item as item><#if ...
Zarah's user avatar
  • 1
-1 votes
0 answers
9 views

Global Saved Search to send Country specific email reminders

I have on Global Saved Search in Netsuite. I would like the results to be sent to different emails (one Generic AP Contact per country) with the attachment for the specific country. I can create one ...
Marian's user avatar
  • 1
0 votes
1 answer
22 views

trigger call to external webservice on record change in netsuite

Let's say I want to add, change, or delete a PO line in NetSuite, and I need another system to know when I do that. How do I go about doing it? I am using a PO line as an example only, but in theory ...
Tony B's user avatar
  • 929
0 votes
1 answer
29 views

How to access bill city, bill state, bill zip and bill country from sales order user event script?

How to access bill city, state, zip, country from billing address of sale order using user event script? function afterSubmit(context) { if (context.type !== context.UserEventType.CREATE && ...
Maira S's user avatar
0 votes
0 answers
12 views

Netsuite Extract Data

I'm currently creating my google chrome extension that inject a button in netsuite and when this button is clicked it should trigger the native Excel export Netsuite button and everything is working ...
Caos's user avatar
  • 13
-1 votes
0 answers
26 views

How to call Netsuite RESTlet from Salesforce?

I am new in integration. I have created RESTlet script in Netsuite. Now I want to pass customer ids from Salesforce to Netsuite. How to make a call from salesforce to Netsuite? Please advice. Below is ...
Maira S's user avatar
1 vote
0 answers
17 views

How to create HTTP signature for Cybersource with Netsuite

I am trying to create the http signature to access cybersource refunds API using Suitescript 2.0. Also, I am using crypto module to create the hash. But I am getting "Authentication Failed" ...
Ba.Lal's user avatar
  • 300
0 votes
0 answers
33 views

How to sync Salesforce customers to Netsuite using suitescript?

I have created user event script to sync customer from Netsuite to Salesforce. If customer is created/edited in Netsuite, it will be created/edited in Salesforce. Now, I want to do vice versa. I want ...
Maira S's user avatar
0 votes
0 answers
13 views

Script to Update Memo on Amortization Journal

I'm running script that will automatically change the Memo field of the Amortization Journal based from the Memo of its Bill. However, I'm unable to do the change right after it is created/generated. ...
cristian cabacaba's user avatar
0 votes
1 answer
24 views

How to call https.patch in Netsuite to update Salesforce record?

I am trying to update custom 'city' field in salesforce customer record using user event script. Patch is supported in salesforce to update records but does not support in Netsuite. I have created ...
Maira S's user avatar
1 vote
1 answer
20 views

Unable to find ReturnAuthorization.Model.js file

I want to override the setLines method in the ReturnAuthorization.Model.js file, but I can't find this file and don't know how the source code is written. Where can I find this file? I don't know what ...
Mia's user avatar
  • 31
-1 votes
1 answer
32 views

REGEX expression for XML tag in NetSuite saved search

Hope someone can assist here. I have a LONG TEXT field which holds the extract of a XML file. I want to be able to report on this field inside a saved search, extracting the value of the 'Country' tag....
Arif WB's user avatar
  • 316
-1 votes
1 answer
33 views

"Invalid Login Attempt" error while passing customer id from suitelet to RESTlet

I am trying to pass customer id from suitelet to restlet. but its giving error as Invalid Login Attempt Code 401 Below is my suitelet script. Please Help! /** @NApiVersion 2.x @NScriptType Suitelet *...
Maira S's user avatar
1 vote
0 answers
35 views

Call SuiteScript from a ClientScript and a UserEventScript

I have a script that I want to execute when a line from an order is updated and also when the order is saved. I saved the script on a SuiteLet. When I try to execute the script from the ClientScript, ...
agusgambina's user avatar
  • 6,569

15 30 50 per page
1
2 3 4 5
324