PROPOSAL FOR FILE ATTACHMENT TO ITEM RECEIPT IN NETSUITE

PROPOSAL SUMMARY  This proposal covers the scope for the file attachment to item receipt record in NetSuite  Requirement  When the customer receives the goods shipped by the vendor, they would like to take a photo and attach it to the Item Receipt transaction in NetSuite.  Solution  We will be implementing a custom icon in the… Continue reading PROPOSAL FOR FILE ATTACHMENT TO ITEM RECEIPT IN NETSUITE

Creating items from a custom record

User event script /** * @NApiVersion 2.1 * @NScriptType UserEventScript *//************************************************************************************************ * * * * I/O Solutions, Inc. Industrial/Organizational Solutions ** * * CL-314 Product Item Creation Toolset** * * CL-364 Custom record set up** * * CL-375 Workflow for item record sourcing** * * CL-376 Auto populating the custom record fields** * * CL-377… Continue reading Creating items from a custom record

FRD Verita Holdings_Capturing and Validating UPC and Actual Weight

PROPOSAL SUMMARY  This proposal covers the scope of the customization for capturing and validating Item and actual weight during creation of work order.  REQUIREMENT  The requirement is to validate the following scenarios during creation of Work Order in NetSuite:  Item Name/Number of the inventory item loaded onto the weighing scale and verify that it is… Continue reading FRD Verita Holdings_Capturing and Validating UPC and Actual Weight

PROPOSAL FOR CLIENT AND CONTACT CREATION VIA RESTLET

PROPOSAL SUMMARY  This proposal covers the scope of the integration to create client and contact records in NetSuite via REST API  REQUIREMENT  Integration between the NetSuite & external website to create client and contact records in NetSuite when a new customer signs up on the website. Both should be two separate standalone integration.  OUR SOLUTION … Continue reading PROPOSAL FOR CLIENT AND CONTACT CREATION VIA RESTLET

Mass Delete Records

STEPS Enable Inline editing feature 2. Create a saved search that returns the records to be deleted 3. Run the search and turn on inline editing at the top of the page:  4. From the first record in the list, click within any editable column 5. Hold the Shift key then mouse-click the last line… Continue reading Mass Delete Records

Filter Unique Values

The Set object lets you store unique values of any type, whether primitive values or object references. With the spread operator, we can use it to create a new array with unique values.