Basic provisions of section 194C of the Income Tax Act

Section 194C of the Income Tax Act states that any person making payment to a resident person, who is carrying out any ‘work’ in terms of the contract between the ‘specified person’ and the resident contractor, is required to deduct TDS. The ‘specified person’ mentioned above means the following – ·        The Central or State Government;… Continue reading Basic provisions of section 194C of the Income Tax Act

Published
Categorized as Finance

Resolving the “ENOENT: No Such File or Directory” Error in Gulp Tasks

When working with Gulp, you may encounter the error: Error: ENOENT: no such file or directory, scandir ‘C:UsersHPDownloadsSuiteCommerce AdvancedsuitecommerceLocalDistributionAdvancedprocessed-templates’ This error typically indicates that Gulp is trying to access a directory that does not exist. Here’s a detailed guide on how to resolve this issue effectively. Step 1: Verify the Specified Directory The first step… Continue reading Resolving the “ENOENT: No Such File or Directory” Error in Gulp Tasks

Fetching Company Preferences Date Format

To fetch company preferences, including the date format, we use the config.load() method. The config module in SuiteScript enables developers to interact with the configuration data stored in the system. Specifically, to retrieve company preferences, you would load the configuration for COMPANY_PREFERENCES, which is one of the predefined configuration types. function getCompanyDateFormat() {   try {… Continue reading Fetching Company Preferences Date Format

Item Bills in Income Statement Report

To ensure a bill appears in the Income Statement: – The asset account in the item record must first be set as an expense account. – Create the bill for the relevant item. – After completing the bill’s approval process, verify that the bill is reflected in the Income Statement report.

Alternate way for Limitation of search Portlets on Dashboard

There is a limit of six search portlets that can be added to the Dashboard page.  However, you can include links to your saved searches within a shortcut portlet—though please note that only one shortcut portlet can be displayed at a time.  If you need to display more saved searches, one option is to create… Continue reading Alternate way for Limitation of search Portlets on Dashboard

How Credit Memo applied in Customer invoices

In NetSuite, credit memos can be applied to customer invoices through several navigation paths. Here are the main ways to do this: From the Customer Invoice Record: Navigate to Transactions > Sales > Create Invoices. Open the specific customer invoice you want to apply the credit memo to. Look for the Related Records tab, and… Continue reading How Credit Memo applied in Customer invoices

Changes in CMS Records for Site Management Tools

All CMS Page Type custom record scripts are now lazy loaded , which means that all CMS page settings are lazy loaded. Lazy loading is a technique where only essential CMS Page settings are loaded into the short cache of your commerce website. This saves load time because unnecessary content is not loaded. The SuiteCommerce… Continue reading Changes in CMS Records for Site Management Tools

Enabling inline editing in Transaction saved search

Inline editing in transaction saved searches in NetSuite is limited and can be restricted due to several factors. Here are the key reasons and how to resolve them: Key Limitations: Transaction Type Restriction: Inline editing only works if a single transaction type is selected. If multiple types (e.g., Sales Orders, Invoices) are included, it won’t… Continue reading Enabling inline editing in Transaction saved search

Virtual Subtab using Userevent Script in Netsuite

Creating a virtual subtab in NetSuite using a User Event Script allows you to extend the standard functionality of record forms by organizing and displaying custom fields or data in a user-friendly manner. This technique is especially useful when you need to group custom fields or additional information under a specific tab without altering the… Continue reading Virtual Subtab using Userevent Script in Netsuite

Child Record in Netsuite

In NetSuite, child records refer to records that are dependent on or linked to a parent record. These relationships help establish a hierarchical data structure, where the child record cannot exist without the parent, and the child typically contains additional details or specific information related to the parent record. Understanding and utilizing child records is… Continue reading Child Record in Netsuite