Requirement We have a custom suitelet page as follows where I need to add the summary box at the top right of the page. Solution Use the below code to set the summary box field at the top right of the page.
Author: Aranya T R
Make all Shipping Methods Available to set as Default Shipping Method
The Default Shipping Method can be set at Setup > Site Builder > Set Up Web Site > Setup tab. If shipping items are not showing on the dropdown field on the Set Up Web Site page, these shipping items are not set to be displayed on the web store. Navigate to Lists > Accounting > Shipping Items. Edit any shipping item then see if Display… Continue reading Make all Shipping Methods Available to set as Default Shipping Method
Set up custom field on WMS
JIRA Code : HLUK-649 Create the custom transaction body field, and then apply it to the transaction.For this sample customization, create a Country of Origin transaction body field, and then apply it to the item receipt transaction. For detailed instructions, see Creating Custom Transaction Body Fields.Take note of the ID of the new custom field,… Continue reading Set up custom field on WMS
Fetching a particular sheet from an Excel file
Requirement We have an Excel file which contains multiple sheets that needs to be processed and need to fetch the single sheet using Suitescript. Solution We can fetch the details of a particular sheet by mentioning its name using Non AMD library. Created a map reduce script which will extract the particular sheet details when… Continue reading Fetching a particular sheet from an Excel file
Binding Saved Searches to Custom Fields
Jira Code : MICL-530 Creating a saved search The first step is to create a saved search that will provide the data that needs to appear in a field. Follow the below-mentioned steps to create a saved search: Navigate to List -> Search -> Saved Searches -> New. Click on Transaction. While creating the saved… Continue reading Binding Saved Searches to Custom Fields
Remove Parent Item Name in Saved Searches
When creating Item Saved Searches, the Name field displays the parent matrix item name before the matrix child, (example: Parent Item : Matrix Child). The Ability to remove the parent matrix item in Inventory Reports is not available yet in the system and Enhancement # 161435 has been filed requesting for this. As a workaround to display only the Child Item name in… Continue reading Remove Parent Item Name in Saved Searches
Get Country IDs and Country Names on SuiteScript
Scenario This article describes how to get all countries defined in NetSuite via SuiteScript. This is possible by creating a Custom Record type and Custom Field with List/Record of Country. The sample script is also best executed in User Event: Before Load. Solution Create Custom Record Type 1. Navigate to Customization > Lists Records &… Continue reading Get Country IDs and Country Names on SuiteScript
Proposal for NetSuite-Cerasis Integration
Jira Code : TFLL-132 Proposal Summary Toolfetch would like to implement the integration between NetSuite and Cerasis for live shipping rate calculation through GlobalTranz connect. Requirement The primary objective of this integration is to provide NetSuite users with access to real-time shipping rates from Cerasis through the GlobalTranz Connect. This will enable businesses to make… Continue reading Proposal for NetSuite-Cerasis Integration
How to determine if your NetSuite Account is a OneWorld account
NetSuite offers several editions, including OneWorld. In order for CloudExtend to work properly we need to know if your account is a OneWorld account. Your NetSuite Admin should be able to provide you with this information but you can also tell by viewing most records in NetSuite and looking for a field called ‘Subsidiary’. In… Continue reading How to determine if your NetSuite Account is a OneWorld account