Setting the Quantity Price Count in Item Record

To set the Quantity Price Count in Item Record Go to Setup > Accounting > Preferences > Accounting Preferences. Click the Items/Transactions subtab. In the Maximum # of Quantity-based Price Levels field, enter a number to set a limit for the quantity-based price levels assigned to each item. These quantities appear as columns on the Sales/Pricing subtab of item records. To enter… Continue reading Setting the Quantity Price Count in Item Record

Benefits of Task Record in NetSuite

Task records are used to manage and track individual tasks within a project. These records are essential for detailed project management, allowing users to assign responsibilities, set deadlines, track progress, and ensure that project goals are met efficiently. Here’s a detailed overview of how task records function in NetSuite: Task Creation and Assignment: Task Details:… Continue reading Benefits of Task Record in NetSuite

Google translate static and dynamic contents

<!DOCTYPE html> <html lang=”en-US”> <body> <h1>My Web Page</h1> <p>Hello everybody!</p> <p>Translate this page:</p> <div id=”google_translate_element”></div> <script type=”text/javascript”> function googleTranslateElementInit() {   new google.translate.TranslateElement({pageLanguage: ‘en’}, ‘google_translate_element’); } </script> <script type=”text/javascript” src=”//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit”></script> </body> </html>

Project Records in NetSuite

In NetSuite, project records are crucial for managing and tracking various aspects of a project’s lifecycle, from inception to completion. They provide a comprehensive overview of project details, including tasks, resources, time tracking, expenses, billing, and financial performance. Here’s a detailed overview of how project records function in NetSuite: Key Features of Project Records in… Continue reading Project Records in NetSuite

Soliloquy A WordPress Slider Plugin

 Soliloquy is a WordPress slider plugin that’s both easy and powerful, with 900,000+ downloads used by website owners, marketers, and developers. Soliloquy was built to adapt to the workflow of WordPress users to combat the bloated and confusing sliders out there.  What are the features and benefits of Soliloquy? Upload and rearrange slides with an… Continue reading Soliloquy A WordPress Slider Plugin

NetSuite for Mobile

You can monitor time, expenses, and other company indicators while on the go using NetSuite for Mobile. Since the app works offline, you can work without an internet connection (for instance, while traveling) and submit your work to NetSuite at a later time. All NetSuite users can download the app for free from the Google… Continue reading NetSuite for Mobile

How to fetch database version through terminal

Connect the mysql server with credentials mysql -u username -p Enter the password Choose the database and run the command. use yourdatabase; Run the query SELECT option_value FROM yourdatabase.wp_options WHERE option_name = ‘db_version’;

How to change the database version on the WP website

1. Login to your database Gaining access to your database will depend on the host. 2. Select the wp_options table Once you’re logged in, you should see a list of tables. Select or edit the wp_options table.  3. Find the db_value Scroll down to find the db_value. There will be numerical values in that fieldtable.  4. Connect to your… Continue reading How to change the database version on the WP website