Google Drive Integration Proposal

Proposal Summary  Our proposal centres around seamlessly integrating NetSuite, a prominent cloud-based ERP system, with Google Drive, a leading cloud storage and collaboration platform. This integration aims to optimize document management processes, foster enhanced collaboration, and ultimately boost operational efficiency for businesses concurrently utilizing both platforms.  Requirement  The requirement is to establish a robust integration… Continue reading Google Drive Integration Proposal

Google Drive API Overview

The Google Drive API lets you create apps that leverage Google Drive cloud storage. You can develop applications that integrate with Drive, and create robust functionality in your application using the Drive API. You can use the Drive API to: Download files from Drive and upload files to Drive. Search for files and folders stored in Drive. Create… Continue reading Google Drive API Overview

Create and Save a File to the File Cabinet

The following sample shows how to create and save a file to the File Cabinet. In this sample, the folder ID value is hard-coded.  /**@NApiVersion 2.1*/require([‘N/file’], file => { // Create a file containing text let fileObj = file.create({ name: ‘testHelloWorld.txt’, fileType: file.Type.PLAINTEXT, contents: ‘Hello World\nHello World’ }); // Set the folder for the file… Continue reading Create and Save a File to the File Cabinet

E-Document Standard Field is Missing in Customer Record in E-Document Tab

When Electronic Invoicing (Bundle ID: 116076) was installed, the user cannot see E-Document standard fields in Custom Forms even if it switched to Standard Form. Solution The installation of the bundle does not automatically expose the E-Document standard fields, but the following should be done.  Navigate to Customization > Forms > Entry Forms Locate the Custom Customer Form being used > Click Edit Under Fields tab > E-Document subtab Mark Show for E-Document Standard Click Save

E-Documents and E-Document Packages

The following topics describe e-documents and e-document packages according to how they are used by NetSuite and the Electronic Invoicing SuiteApp. E-Document An e-document is a NetSuite transaction represented as an XML or JSON document generated according to a specified standard. E-documents are transmitted to interested external parties, such as customers, vendors, or tax agencies.… Continue reading E-Documents and E-Document Packages

Purchase Order for Drop Ship/Special Order Unlinked from the Sales Order

The usual reason for the missing link is that the items either on Purchase Order or Sales Order have been changed. Compare the items of the Sales Order and Purchase Order. Look for the line item history if the item has been changed. To do this, click on the History link. The link can’t be retrieved anymore. However, user can perform the following alternate… Continue reading Purchase Order for Drop Ship/Special Order Unlinked from the Sales Order

QR code vs. barcode: what’s the difference?

Technically, a QR code is just a type of barcode There are two types of barcodes—one-dimensional and two-dimensional. And, two-dimensional barcodes are also divided into various types… with QR code being one of them. The one-dimensional barcode, or the Linear barcode, was first introduced to the manufacturing industry before the 2D versions. But because of its… Continue reading QR code vs. barcode: what’s the difference?

Barcode Types (EAN, CODE 39, ITF, CODABAR, CODE 128)

About 100 types of barcodes are available in the world. The following is an introduction to 5 types of typical barcodes. Name EAN, UPC ITF CODE39 CODABAR CODE128 Symbol Character type Numeric values (0 to 9) only Numeric values (0 to 9) only Numeric values (0 to 9)AlphabetSymbol (-,.,space,$,/,+,%)Start/stop character(*:asterisk) Numeric values (0 to 9)Symbol… Continue reading Barcode Types (EAN, CODE 39, ITF, CODABAR, CODE 128)

Resource Allocation Feature and Project Task Manager Bundle

The Resource Allocation feature helps resource managers allocate the right resources to projects based on availability, skill sets, and other criteria. The Project task manager will allow you to manage and edit project task assignments using a graphic interface that displays project resources and assigned tasks. In summary, the Resource Allocation feature helps you to… Continue reading Resource Allocation Feature and Project Task Manager Bundle