Scenario: User would like to perform mass update for Sales Orders and has used a transaction saved search’s criteria to filter the records to be updated. However, when previewing results, no records are found. When running the saved search, there should be a number of records returned. Solution: Check the Saved search criteria if Mainline… Continue reading No results shown on Mass update preview
Month: January 2023
Deleting Revenue Elements
Delete its parent revenue arrangement. Make sure the source documents have been deleted. Go to Financial > Other Transactions > Update Revenue Arrangements and Revenue Recognition Plans, and click Update Revenue Arrangements.
Address validation Using Avatax
AVATAX.REST(Suitescript file) Extend address model and add a validation function(Suitescript)
How to Get Google Featured Snippets For Your Website
Featured snippets are short answer snippets that appear in the top of Google’s search results. Typically, these snippets have numerical data or images that go along with text. The information that appears in the snippet is usually useful to the user. If your site has a strong backlink profile, it can increase your chances of… Continue reading How to Get Google Featured Snippets For Your Website
Important Notes on Rename Records/Transactions
Users with the Administrator role can change the names of their records and transactions from the NetSuite default names to names that fit the terminology of their company on the Rename Records/Transactions page. On this page, users can also change the names of account types used in NetSuite. Points to be Noted Name changes made… Continue reading Important Notes on Rename Records/Transactions
Google Chrome Adds 3 Site Search Shortcuts
Among the many new features in Google Chrome is the ability to search your tabs, history and bookmarks directly from the address bar. This is a great way to get to the content you need faster. It is also possible to set a custom site search shortcut. Here’s how to set it up. First, you’ll… Continue reading Google Chrome Adds 3 Site Search Shortcuts
How to mass transfer data from the file cabinet.
Navigate to File Cabinet in the NetSuite account and there check for Move file or Copy File according to your need and click on it. As shown in the below image. Once you click the option Whether it’s Copy or Move it’ll navigate to the next window and there you’ll get options for selecting the… Continue reading How to mass transfer data from the file cabinet.
Calculate TDS Automatically on Vendor Bill
Requirement: Calculate the amount on the vendor bill automatically based on the TDS % on the vendor record. Solution: A new field will be created to store the India Tax Section Code on vendor records. Also will create a new transaction line checkbox field “Tax Code Update” on a bill to record whether a different… Continue reading Calculate TDS Automatically on Vendor Bill
Import or transfer files to an FTP server
This article describes how to import files to an FTP server. Create FTP imports From the Tools menu, click Flow builder > Add destination/lookup. – or –From the Resources menu, click Imports > + Create import. From the Application list, select FTP. Create or select an FTP connection. If asked, click Transfer files into destination application and create a transfer or use an existing transfer. Edit FTP import or transfer… Continue reading Import or transfer files to an FTP server
How to create a Breadcrumb Navigation with CSS
Breadcrumbs are a secondary navigation aid that helps users easily navigate through a website. Breadcrumbs provide you an orientation and show you exactly where you are within the website’s hierarchy. Steps for creating breadcrumbs using CSS Step 1: Create an HTML list of the navigation links. <ul class=”breadcrumb-navigation”> <li><a href=”home”>Home</a></li> <li><a href=”webdev”>Web Development</a></li> <li><a href=”frontenddev”>Frontend Development</a></li>… Continue reading How to create a Breadcrumb Navigation with CSS