Setting display options for custom fields

For each custom field, you can specify the exact location within the form that the field is to be displayed relative to other fields and subtabs on the page. 1. Click the Display subtab.2. The fields on this subtab depend on the kind of field you are modifying.3. In the Insert Before field, select where to place your new field on records.4. This… Continue reading Setting display options for custom fields

Multiple shipping route

To enable the multiple shipping routes feature: Go to Setup > Company > Setup Tasks > Enable Features. Click the Transactions subtab. In the Shipping & Receiving section, check the following boxes: Advanced Shipping — Provide separate processes to shipping and accounting for fulfilling and billing sales orders Shipping Label Integration — Generate tracking numbers and shipping labels when you ship using… Continue reading Multiple shipping route

N/QUERY VS N/SEARCH

NetSuite provides us with the N/query and N/search modules to interact with these analytics features from our SuiteScript. GOVERNANCE USAGE For single-page result sets (less than 4000 for N/search and less than 5000 for N/query), the Governance usage of the two APIs is identical (a meager 10 units). For larger, multi-page result sets, N/query will… Continue reading N/QUERY VS N/SEARCH

Setting current date in Celigo mapping

Go to the field mapping and on the source side give the following multifield expression. This will add the current date and time in Netsuite records. {{dateFormat “MM-DD-YYYY HH:mm:ss” timeStamp}} The date format in the middle should be the one that the specific Netsuite connection is using

Published
Categorized as Celigo Tagged

Proposal for the Creation of Assembly item and BOM in NetSuite through Restlet

Creation of Assembly item and BOM in NetSuite through Restlet  Proposal summary  Creates and view Assembly item and Bill of Materials in NetSuite through Restlet call.  Requirement   I need to have a restlet service created that would allow me to have an assembly item created And BOM created. And also restlets that would allow… Continue reading Proposal for the Creation of Assembly item and BOM in NetSuite through Restlet

CSV Import on Inventory Adjustment Throws an Error: “You cannot create an inventory detail for this item”

Scenario: When importing a CSV File to create or update an Inventory Adjustment record, an error: “You cannot create an inventory detail for this item” can be encountered when the item you are importing is not a Serial/Lot Numbered Item or does not use bins. Solution: Make sure that in the CSV file, if the item is not Serialized nor Lot Numbered,… Continue reading CSV Import on Inventory Adjustment Throws an Error: “You cannot create an inventory detail for this item”