Country Name Updates in NetSuite 2023.2

NetSuite 2023.2 brings improvements to internationalization features, including updates to country names. These changes are aligned with the latest ISO standards. The revised ISO short names have been applied to existing records, transactions, tax reports, and subsidiaries in your account. However, please note that text fields in your account, such as address fields, will still… Continue reading Country Name Updates in NetSuite 2023.2

How to Disable the Guide Learning Icon in NetSuite’s home dashboard.

Introduction: NetSuite, a leading cloud-based Enterprise Resource Planning (ERP) system, offers various features to help users navigate and utilize the platform effectively. One of these features is the Guide Learning Icon, often represented as a lightbulb icon. While this feature can provide valuable guidance, there may be situations where you want to disable it. In… Continue reading How to Disable the Guide Learning Icon in NetSuite’s home dashboard.

Transaction Email Capture Now Available

Transaction Email Capture SuiteApp version 1.0.1 is now available for installation from the Search & Install Bundles page as a paid and managed SuiteApp. The SuiteApp enables employees and vendors to send vendor bills in PNG, PDF, or JPG file format through email. The SuiteApp works with the Bill Capture feature which lets you review details of file attachments before creating a… Continue reading Transaction Email Capture Now Available

Email Enhancements for Transaction Email Capture

The Transaction Email Capture SuiteApp, which enables the email capability for Bill Capture feature, includes the following enhancements: Increase in File Size Limit – Previously, the vendor bill file attachment limit is 5 megabytes (MB). In the latest version, email senders can now attach files up to 8 MB in size.For more information, see Sending Vendor Bills… Continue reading Email Enhancements for Transaction Email Capture

Call SuiteScript 2. x Scripts from SuiteScript 1.0 Scripts

If converting your SuiteScript 1.0 scripts to SuiteScript 2. x is not feasible in your situation, you can use SuiteScript 2. x to develop any new functionality within a RESTlet and call the RESTlet from your SuiteScript 1.0 script using the nlapiRequestRestlet() function. This approach lets you take advantage of the features, APIs, and functionality… Continue reading Call SuiteScript 2. x Scripts from SuiteScript 1.0 Scripts

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