Soap Action: deleteList Scenario: delete employee record and sales record in a single request Request Response
Author: Sophia Yougin
SOAP WebService – delete operation
Soap Action – delete Scenario: Delete a customer record giving internal id Request Response
Soap WebService – addList Operation
Scenario – Add customer and location in a single request. Operation – addList Request Response
Add Soap Operation for Creating Employee Record
Use to add one record into the system. The system returns a NetSuite identifier (internalId) that is unique for each record created within a record type. soapAction: add Request Response
NetSuite SOAP Web Services with Postman
Web Services are Extensible Markup Language (XML) applications mapped to programs, objects, databases, or complex business functions. They utilize standardized XML messaging to send and receive requests over the internet. The following protocols are used to publish, expose, and access Web Services: Web Services Description Language (WSDL) – exposes an interface, interaction, and protocol mapping.… Continue reading NetSuite SOAP Web Services with Postman
SOAP WebServices – A Walkthrough
Setup Create an integration role and integration record Web Services Only Role – No NetSuite UI Permissions – Role > Permissions > Setup- Log on using Access Tokens and SOAP Web Services Data Access Allow access to only the Transactions, Lists, and Custom Records required by the external application or process. Only allow certain operations… Continue reading SOAP WebServices – A Walkthrough
Popup Window From a Saved Search
Scenario: Is there any way to have the search result pop instead of opening a new tab every time it is triggered? The user is opening dozens of tabs open in a very short time. The end result is to have a contact opened and the contact history opened as an Inbound Call so the… Continue reading Popup Window From a Saved Search
SuiteScript 2.0 Client Script Debugging
Scenario: I recently ran into a problem where I created a Suitelet that downloaded HTML to include in the page. Next, I wanted to add JavaScript. However, when I went to debug the JavaScript in Chrome it threw an error, but the “Sources” tab in Chrome Dev Tools was blank. I saw the red X,… Continue reading SuiteScript 2.0 Client Script Debugging
How to Use React in Suitelet
Here I am going to give a walkthrough to include library of react components in Suitelet. Schematic representation suitelet_react.js config.json react_lib.js demo_component.js Final Page
Nickname to send an email
NetSuite allows you to use your nickname to send an email from NetSuite. For example, I want to use my nickname, Sophy to send an email from NetSuite instead of my name Sophia Yougin that is listed in my employee record. Go to Home -> Set preference -> Geneneral -> Nickname. Enter your nickname and… Continue reading Nickname to send an email