TDS Calculation Based on Tax Rule TDS is calculated based on the tax rule applicable to the bill. The following combinations are available to set up tax rules: Tax rule without threshold basis – When no threshold basis is set for a rule, TDS is calculated based on the section code, vendor type, effective period, and… Continue reading TDS Calculation based on Tax rule
Month: November 2024
Payment in currency other than Bill currency
We tested different currency payment methods in NetSuite and recommend using the subsidiary’s base currency bank account [Create a clearing account in subsidiary base currency], when the payment is not in the bill’s currency. This method leverages NetSuite’s ability to handle multiple currencies effectively. Key Steps: Transfer Funds: Navigate to Financials → Banking → Transfer… Continue reading Payment in currency other than Bill currency
‘Sales Units All Cust’ Form and ‘Sales Units Planning – Eaches’ in NSPB
– This form will allow you to forecast the number of sales units for a given class with corresponding customers and items displayed in rows. – From here, select adjustment method – either 3, 6, 9, or 12 months rolling, manual, or prior year actuals. If rolling average or prior year actual methods are selected, an Adj… Continue reading ‘Sales Units All Cust’ Form and ‘Sales Units Planning – Eaches’ in NSPB
Yield After Minutes in Map reduce script
The Yield After Minutes field helps you prevent any processor from being monopolized by a long-running map or reduce job. Here’s how this setting works: During the map and reduce stages, after each function invocation, the system checks to see how long the map or reduce job has been running. If the amount of elapsed… Continue reading Yield After Minutes in Map reduce script
Introduction to CINEMA 4D part_2
Content Browser Introduction The content browser is a great place to find and store materials, models and other assets that can help streamline your creative process. The Presets listing found within the Content Browser is a treasure chest of models, expressions, materials and scenes that can help you reverse engineer how assets are composed or… Continue reading Introduction to CINEMA 4D part_2
Apply Discount in Amount column in SO
/** * @NApiVersion 2.1 * @NScriptType UserEventScript */ /******************************************************************* * MAGT-808 Apply Discount in Amount Calculations in SO * *************************************************************** * * Date: 24-10-2024 * * Author:Jobin & Jismi IT Services LLP. * * Description: Apply Discount in Amount Calculations in SO * * Created By: JJJ0135, Jobin & Jismi IT Services LLP * *… Continue reading Apply Discount in Amount column in SO
Blank Page Is Printed When Printing Packing Slip of a Sales Order or the Related Item Fulfillment
Blank page is showing when printing Packing Slip via Transactions > Management > Print Checks and Forms > Packing Slips and Return Forms or via printing from an Item Fulfillment transaction. A. See if there is Drop Shipment PO transaction created Navigate to Transactions > Sales > Enter Sales Orders > List Click View on the concerned Sales Order transaction On the Sales Order > Items tab, check the Create PO column B. If there is a Drop… Continue reading Blank Page Is Printed When Printing Packing Slip of a Sales Order or the Related Item Fulfillment
Dynamically change the font size based on contents’ length
To dynamically adjust the font size based on the length of the content generated in a PDF template. <#list itemData as label> <#assign contentLength = (label.length)?number /> <#if contentLength gt 220> <#assign fontSize = 2.4> <#elseif contentLength gt 200> <#assign fontSize = 2.6> <#elseif contentLength gt 170> <#assign fontSize = 2.8> <#elseif contentLength gt 140>… Continue reading Dynamically change the font size based on contents’ length
Lexical error in Advanced PDF Templates
a lexical error generally refers to an issue with the syntax or structure of code. In the context of a PDF template, especially in systems like NetSuite that use template languages (e.g., FreeMarker), this can occur when there is an invalid token, character, or improperly written expression in the template. Such errors could arise from:… Continue reading Lexical error in Advanced PDF Templates
Customize Item Fulfillment Form and Move the Packages or Carrier Fields to the Primary Information
The user wants to customize the Item Fulfillment form and try to move the packages or carrier fields to the primary information. Solution :- Carrier and Packages is not customizable by design as data displayed in these areas are controlled by several settings/preferences. Moreover, the fields customers would want to move (Dimensions: length, width, height, 3rd… Continue reading Customize Item Fulfillment Form and Move the Packages or Carrier Fields to the Primary Information