Issue – For the Item Receipt there is no GL impact showing. The corresponding purchase order has a rate specified. Solution – Check the inventory valuation report. If the Item Receipt shows zero value in both GL Impact and Inventory Valuation Report is that the Purchase Order Item Rate field was originally populated with zero… Continue reading No GL Impact for Item Receipt
Month: May 2023
Get Customer Level price with quote(cart) observer
Here we may achieve the quote items and quote table data from an event triggered during the product is added to the cart
Remove line level quantity from transfer order without backordered items
How to remove a folder from file cabinet using suitescript?
To remove a folder from the File Cabinet using SuiteScript, you can use the N/record module. The following code demonstrates how to delete a folder:
Custom Segments
The Custom Segments feature lets you create custom classification fields similar to class and department. You can create an unlimited number of custom segments, define possible values for each segment, and add the segments to specific record types. People working in NetSuite can then use the segments to classify records appropriately. You can configure segments… Continue reading Custom Segments
Incorrect Discounted Amounts on Checkout Summary
In some implementations of SuiteCommerce Advanced, Checkout Summary pages display incorrect discounted sub-total amounts and inconsistent strike-through and original amounts. These issues occur on Subtotal and Items to Ship sections of the checkout flow. The patch instructions described below correct this problem. The following patch corrects a problem in Transaction.Line.Views.Cell.Navigable.View.js, which is part of the… Continue reading Incorrect Discounted Amounts on Checkout Summary
NetSuite Multiple Units of Measure Feature
This feature helps keep your inventory counts accurate when you buy, stock, and sell inventory in different units. Setting Up Multiple Units of Measure: Enable NetSuite’s Multiple Units of Measure feature in the ERP General section of the Company tab in Enable Features. After enabling the feature, you can create a new Units Type list… Continue reading NetSuite Multiple Units of Measure Feature
Non-applicability of TDS under GST
The SOP for TDS under GST further elaborates the cases where TDS under GST need not be deducted. 1.The total taxable value of supply is less than or equal to Rs.2,50,000 2.Receipt of goods or services which are exempted as per notification no. 12/2017 and 2/2017 dated 28.06.2017 as amended from time to time. 3.Goods… Continue reading Non-applicability of TDS under GST
Creating a pop-up dialog box other the dialog.create method.
Here the pop-up dialog box is not created using dialog.create method. Using dialog.create method we cannot increase the width of the dialog box. Code:
Delete A Memorised Journal.
Scenario The client requires to delete a memorised transaction( Journal). Solution Go to Transaction Search In criteria provide following details: Type: choose the type of transaction Memorised: Selelct the transaction is Memorised In result provide the following details Amount Memorised transaction Internal Id. Run the report and based on the amount select the Transaction and… Continue reading Delete A Memorised Journal.