Reorder Items Not Displaying in My Account Page – SCA 2024.1.0

In SuiteCommerce Advanced (SCA) version 2024.1.0, the “Reorder Items” list in the My Account section may appear empty, even though the customer has placed previous orders. When debugging the SuiteScript backend (e.g., in ReorderItems.Service.ss), the columns or item results may look like: js Copy Edit [{}, {}, {}, {}] This means the backend query is… Continue reading Reorder Items Not Displaying in My Account Page – SCA 2024.1.0

Understanding Facts, Subject Areas, Dimensions, and Attributes in NetSuite Analytics Warehouse (NSAW)

NetSuite Analytics Warehouse (NSAW) is a powerful cloud-based data platform that enables businesses to analyze NetSuite and external data with advanced visualization and reporting capabilities. At the core of NSAW’s data model are Facts, Subject Areas, Dimensions, and Attributes—key components that drive meaningful insights.   Facts are numerical data or measurable business metrics such as… Continue reading Understanding Facts, Subject Areas, Dimensions, and Attributes in NetSuite Analytics Warehouse (NSAW)

Show Amount Due for Each Invoice on a Customer Statement Using Advanced PDF/HTML Template

Scenario The user needs to display the Amount Due for each Invoice on a Customer Statement printed with the Advanced PDF/HTML Template. Solution   Navigate to Customization > Forms > Advanced PDF/HTML Templates Preferred Custom Statement PDF/HTML Template: Click Edit Top right corner: Toggle Source Code  Look for the line of code that contains class=”itemtable” Within the <thead> tag, insert the following code: <th align=”right”>Amount Due</th> Within… Continue reading Show Amount Due for Each Invoice on a Customer Statement Using Advanced PDF/HTML Template

How to add country based validations in Address form?

Requirement When adding a new [billing or shipping] address, can we remove all the countries except Canada and United States? Solution To implement country-based validation on address records, a client script can be created and attached to the custom code section of the custom address form. This script ensures that users can only select “United… Continue reading How to add country based validations in Address form?

Fixed Asset bundle provisioned but not available for installation

Scenario: FAM bundle has been provisioned to the NetSuite account based on the Billing information. However, the bundle is not available for installation. Findings: Based on SuiteAnswers #103553, the FAM bundle will be available only in selective timings. Important: The availability schedule during phased upgrades applies only to customers who will be installing the Fixed… Continue reading Fixed Asset bundle provisioned but not available for installation

Select ‘Accounting Period’ in column dropdown for Cashflow Statement

This is related to existing Enhancement # 187781 OneWorld> Cashflow Statement. There is no option to display column = accounting period on the footer filter of the report An Alternative solution is: Navigate to Reports > Financial > Cash Flow Statement > Customize Summary Click Edit Columns Set Alternate Period Range Type = Relative to Today’s Date Set Alternate Period Range = This… Continue reading Select ‘Accounting Period’ in column dropdown for Cashflow Statement

No bills shown in Vendor prepayment application

Scenario: When clicking the Apply button on the Vendor Prepayment, there’s no Bills showing even though we have Open Bills for the same Vendor. Findings: Check and confirm the following aspects of vendor prepayment: Is the subsidiary and currency of the vendor prepayment the same as that of the open bills? Bills available for application… Continue reading No bills shown in Vendor prepayment application

Artificial Intelligence (AI) in NetSuite

You might have questions about how NetSuite application features use artificial intelligence (AI) and machine learning (ML). AI is computer software that simulates how humans think and reason. ML lets computer systems learn and improve from experience, without explicit programming. Features in NetSuite that use AI and ML include: NetSuite Expert in SuiteAnswers SuiteScript Generative… Continue reading Artificial Intelligence (AI) in NetSuite

Resource Allocation

The resource allocation record supports reserving an employee’s time for a particular project.  We can view the resource allocations for a specific project through the project record’s Resources subtab (Lists > Relationships > Projects). This record is available only if the Resource Allocations feature has been enabled at Setup > Company > Enable Features, on… Continue reading Resource Allocation