For locations that use bins, putaway strategies define where an item should be put away and prioritize zones that contain the storage bins NetSuite suggests in the inbound processing of orders. Putaway strategies also apply to the inventory transfer processes. No limit applies as to the number of strategies we can create. However, we should… Continue reading Defining Putaway Strategies in WMS
Author: Karishma Krishnadas
Performance Tips using NetSuite Settings
Searches The following settings can boost performance when sales associates and other users perform a search in SCIS. The tips are helpful for all search types, including searches for items, customers and transactions. Clear the option to Search for Transaction by Serial Number This search option is disabled (cleared) by default. When enabled, the option… Continue reading Performance Tips using NetSuite Settings
Saved search created to display only special order created lines in the report.
We can create a saved search for display-only special order-created lines in the sales order. Search Criteria: Transaction Search: Type: Purchase Order Main Line: False, COGS Line: False, Tax Line: False, Shipping Line: False Item: Special Order Item: True Created From: Type: Sales Order Formula (Text): does not contain Drop Ship {customform} Search Result Columns:… Continue reading Saved search created to display only special order created lines in the report.
Add New Sticky Note in Record
To add a note to record pages: Open the record page where you want to add a note. From the StickyNotes Toolbar, click on any of the note icons to create a new note. Alternatively, you can also add a note to specific fields. Point to the field label and, on the tooltip that appears,… Continue reading Add New Sticky Note in Record
How to newly created sticky note to be public by default
We can add the user event script to sticky note custom record that sets every newly created sticky note to be public by default. The script ensures that the sticky note is saved as public before being added to the database. However, once set to public, users will not have the ability to change it… Continue reading How to newly created sticky note to be public by default
How to Hide Script Id Field in The Custom Record
There are cases where Users need to hide the Script/ID field of a Custom Record. If SuiteCloud Development Framework feature is enabled, this may result for the Script ID field to be present on Forms that are made from Custom Records. Navigate to Home > Set Preferences Click General SuiteCloud Development Framework: Show ID Field on Sublists: Remove Checkmark Click Save
AE Automated Emails
Bundle Purpose: The purpose of this bundle is to provide an easy way to send different transactions to specific and additional email addresses automatically. we can set the field on the customer or supplier record to use and additionally included contacts that will receive copies of the transactions. We can set different email templates per… Continue reading AE Automated Emails
Executing Code in Saved Searches Using Formula (HTML) Fields
Formula (Text) fields that contain HTML code will only display results as plain text to improve the security of saved searches. we will receive a notification about this change before it takes effect in your account. After 2023.2, we need to use a Formula (HTML) field to evaluate HTML code within a saved search. Formula… Continue reading Executing Code in Saved Searches Using Formula (HTML) Fields
Casting Field Values using TO_NUMBER and TO_NCHAR
Fields in NetSuite store values in different data types, such as STRING, INTEGER, and FLOAT. String- text values, such as a customer name Integer- positive or negative whole numbers that do not contain a decimal, such as counts Float- numeric values that can contain a decimal, such as amounts Some fields need to be cast… Continue reading Casting Field Values using TO_NUMBER and TO_NCHAR
How to prevent the HTML content from being displayed in saved search results
Go to Navigates the General Preferences and Check the below mentioned checkbox to prevent HTML content from being displayed in saved search results.