How to Import, Validate, and Deploy Objects in an SDF Project

Using the NetSuite SuiteCloud Development Framework (SDF), you can easily import objects from your NetSuite account into your SDF project, validate them, and deploy them back. Here’s a simple guide to do this: 1. Import Objects into Your SDF Project Open your SDF project in Visual Studio Code (VS Code). Use the SuiteCloud Extension for… Continue reading How to Import, Validate, and Deploy Objects in an SDF Project

Media Enhancements: HEIC to JPEG Conversion in WordPress

WordPress has introduced native support for HEIC (High-Efficiency Image Container) images, a format commonly used by Apple devices. HEIC offers high-quality images with reduced file sizes compared to JPEG, making it efficient for storage. However, since HEIC isn’t universally supported across web browsers and platforms, WordPress automatically converts HEIC images to the widely compatible JPEG… Continue reading Media Enhancements: HEIC to JPEG Conversion in WordPress

Published
Categorized as Wordpress

BANT

BANT is a qualification framework designed to help sales professionals identify and prioritize qualified leads effectively. Its primary aim is to streamline the sales process, save time, and shorten sales cycles. Originally developed by IBM, BANT focuses on uncovering opportunities through conversations with prospects or clients about their business needs and potential solutions. The framework… Continue reading BANT

Published
Categorized as Presales

How to Use NetSuite SuiteCloud Development Framework (SDF) in VS Code

The NetSuite SuiteCloud Development Framework (SDF) can be easily used in Visual Studio Code (VS Code) with the help of NetSuite’s SuiteCloud Extension. This provides a user-friendly and structured way to create, manage, and deploy customizations in NetSuite without relying heavily on command-line tools. Below is a step-by-step guide to using SDF in VS Code.… Continue reading How to Use NetSuite SuiteCloud Development Framework (SDF) in VS Code

Understanding HTTP and HTTPS

1. Introduction to HTTP and HTTPS HTTP (Hypertext Transfer Protocol): HTTP is a protocol used for transferring data on the web. It forms the foundation of communication between web browsers and servers. Operates on port 80. Data is transmitted in plain text, making it less secure. Ideal for non-sensitive data. HTTPS (HTTP Secure): HTTPS is… Continue reading Understanding HTTP and HTTPS

NetSuite SuiteCloud Development Framework (SDF)

The NetSuite SuiteCloud Development Framework (SDF) is a tool that helps developers create and manage custom features in NetSuite. It allows you to build custom applications, scripts, and settings to fit your business needs. With SDF, you can work on your projects locally using your computer and tools like version control to track changes easily.… Continue reading NetSuite SuiteCloud Development Framework (SDF)

Saved Search to Display Combined Open Bills and Open Purchase Orders that Exceeds their Credit Limit

1. Navigate to Transactions > Management > Saved Searches > New. 2. Select Transaction. 3. In the Criteria tab > Standard subtab, set the following filters: — Type = is any of Bill, Purchase Order — Status = is any of Bill:Open, Purchase Order:Pending Supervisor Approval, Purchase Order:Pending Receipt, Purchase Order:Pending Bill. — Main Line… Continue reading Saved Search to Display Combined Open Bills and Open Purchase Orders that Exceeds their Credit Limit

Budget Income Statement > Contra Revenue Account Amounts were Added Instead of Being Deducted to Total Sales

It is important to take note of those accounts we deem as a Contra Revenue Account. A Contra Revenue Account is one that oppose the normal balance of a relative income account such as Sales Returns and Allowances, and Sales Discount. When entering budgets via Transactions > Financial > Set Up Budgets, Contra Revenue Accounts… Continue reading Budget Income Statement > Contra Revenue Account Amounts were Added Instead of Being Deducted to Total Sales

Create a Saved Search to Display invoices with Different Ship to Address and “End User” Ship to Address

1.  Navigate to Reports> Saved Searches > All Saved Searches> New 2.  Choose Search Type “Transaction” 3.  At the Criteria tab, set the following: Filter Description Formula Type Is Invoice Main Line Is true Formula (Numeric) Is 1 Case When {shipaddress} != {custbody_end_user_default_ship_address} then 1 else 0 end Date Depends on the date range that the users need… Continue reading Create a Saved Search to Display invoices with Different Ship to Address and “End User” Ship to Address

GST34 worksheet : Where does the system gets the value for Sales/Purchases GST adjustment ( Box 104 and 107)

GST34 Worksheet sales/purchases tax adjustment box 104 and 107 values are sourced from non- sales /purchases transaction that hits the GST ledger accounts but do not have tax code associated with it ( for example Journal entries). — To verify the amount on GST34 worksheet box 104 and 107, Create a non sales/purchase transaction save… Continue reading GST34 worksheet : Where does the system gets the value for Sales/Purchases GST adjustment ( Box 104 and 107)