New Methods in N/https Module

You can now use the N/https module to communicate between SuiteScript scripts and Suitelet using thefollowing new methods: https.requestSuitelet(options) Sends an HTTPS request to a Suitelet and returns the response. Use this method to perform an outbound HTTPS request in an anonymous client-side context. You can do this by performing the HTTPS request inside a… Continue reading New Methods in N/https Module

Funnel Report – Sales

Scenario A funnel report in sales is a visual representation of the various stages that potential customers go through in the process of becoming paying customers. It is called a “funnel” report because, much like a traditional funnel, it illustrates how a larger number of leads or prospects at the top gradually narrow down as… Continue reading Funnel Report – Sales

Single CSV file for different Records Import

Scenario Feasibility of using a single CSV file for importing various types of records into NetSuite using task module in scheduled script Created a scheduled script. Created 2 Saved imports, one for customers and the other for items. Saved a CSV file in suitescript folder under the name testcsvimport.csv The sample is given below Script… Continue reading Single CSV file for different Records Import

SOAP Operation – getItemAvailability

The getItemAvailability operation can be used to retrieve the inventory availability for a specific list of items. You can filter the returned list using a lastQtyAvailableChange filter. If set, only items with quantity available changes recorded as of this date are returned. If the Multi-Location Inventory feature is enabled, this operation returns results for all… Continue reading SOAP Operation – getItemAvailability

SOAP Operation – getPostingTransactionSummary

The getPostingTransactionSummary operation lets you retrieve a summary of the actual data that posted to the general ledger in an account. You can use available filters and fields to generate reports that are similar to what you see when you run financial reports such as a Trial Balance, Balance Sheet, or an Income Statement. The… Continue reading SOAP Operation – getPostingTransactionSummary

SOAP Operation – getCustomizationId

When integrating with NetSuite through SOAP web services, in many cases, you will want to know which custom objects exist in an account. You may also want to obtain metadata for these custom objects so that your application can handle any business logic that is specific to the account. To learn which custom objects exist… Continue reading SOAP Operation – getCustomizationId