In NetSuite, once a subsidiary is created, its country field becomes non-editable due to the implications it has on tax nexus, currency, and legal reporting requirements. So when a subsidiary changes its physical location to a different country, you cannot simply update the country field—you must handle it through a structured process. As per SuiteAnswer… Continue reading Change Subsidiary country
Month: July 2025
identify Assets included in the depreciation from Depreciation Journal
The Depreciation Journals do not indicate the Assets that were depreciated for the period. The alternate solution is to create a Saved Search to show a list of these assets. Here’s how you can do it: (A) This is the Depreciation Journal What we need to to get the BG Summary records. a. Go to the Custom tab > BG Summary… Continue reading identify Assets included in the depreciation from Depreciation Journal
Modifying Cleared / Reconciled Transactions
If the transaction is still valid and only requires a modification (e.g., change in amount, payee, or memo), it is not recommended to void the transaction. Instead, the user should take the following steps: 1.Unmatch or remove the cleared status of the transaction. Make the necessary modifications to the transaction.Edit the check or payment as needed (e.g.,… Continue reading Modifying Cleared / Reconciled Transactions
Implementing Spend Threshold Approval in SuiteCommerce Advanced (SCA)
📌 Objective To enforce a spend threshold approval mechanism in the SuiteCommerce Advanced (SCA) environment for Pure Care Clinics. When a sub-customer places a Sales Order exceeding a defined threshold (e.g., $1000), the order must be approved by the parent customer before fulfillment. 🔄 Workflow Overview StepAction1️⃣Sub-customer places Sales Order exceeding threshold2️⃣Order status set to… Continue reading Implementing Spend Threshold Approval in SuiteCommerce Advanced (SCA)
Billboards
A CanvasTexture to make labels / badges on characters. Sometimes we’d like to make labels or other things that always face the camera. Three.js provides the Sprite and SpriteMaterial to make this happen. function makePerson(x, labelWidth, size, name, color) { const canvas = makeLabelCanvas(labelWidth, size, name); const texture = new THREE.CanvasTexture(canvas); // because our canvas is likely not a power of… Continue reading Billboards
XML Product Feed Integration
Requirement: Perform a comprehensive analysis to assess the feasibility and approach for delivering a structured product data feed (preferably in XML format) from NetSuite, enabling a third-party customer to list Bastion products on their external eCommerce platform. In parallel, analyze the existing Product Feed field within the item records to understand its intended use, configuration,… Continue reading XML Product Feed Integration
How Testers Can Contribute to Better UX
In today’s user-centric digital world, User Experience (UX) is no longer just the responsibility of designers. Software testers play a crucial role in shaping and safeguarding the user experience. Here’s how testers can go beyond bugs and contribute meaningfully to UX: 1. Think Like a User Testers are often the first real users of a product. By adopting a user-first… Continue reading How Testers Can Contribute to Better UX
Resolving Export Restrictions for Custom Roles in NetSuite – “Export Lists” Permission
Issue Overview A recurring issue encountered by users with custom roles in NetSuite involves the inability to export data from saved searches or reports. This limitation typically manifests when the “Export – Lists” permission is not assigned to the custom role, thereby restricting access to the “Export – Excel” and “Export – CSV” functionalities in… Continue reading Resolving Export Restrictions for Custom Roles in NetSuite – “Export Lists” Permission
Updated Preview Tax
In NetSuite, end users can now preview TDS tax as well. Previously, the Indian localization bundle only displayed GST when the standard preview tax button was clicked. With the latest update, TDS is now included in the preview options. Previously clients had to use scripts to show the end user how much TDS would be… Continue reading Updated Preview Tax
How to Customize Filters in a Saved Search
This article provides a step-by-step guide to enhance your saved searches by adding custom filters in the Search subtab. Adding Standard Filters To add more fields as filters in a saved search: Navigate to the Available Filters section within the Search subtab. Select the desired fields and check the box labeled Show in Filter Region.… Continue reading How to Customize Filters in a Saved Search