Error: No such file or directory, stat ‘DeployDistribution/*’

The error happens in the terminal when deploying the theme/Extension. Method 1: In the terminal run, command nvm install 12.21.0 then run command gulp theme:deploy ( if the error appears in the theme ) gulp extension:deploy (if the error appears in the extension) Method 2: delete node-modules folder run command npm cache clean –force run command npm install run… Continue reading Error: No such file or directory, stat ‘DeployDistribution/*’

TEST CASE ON INFOR – NETSUITE INTEGRATION

INFOR – NETSUITE INTEGRATION Infor is a warehouse management tool which can be integrated to NetSuite. In this task sales order, transfer order, purchase order, return authorization sync from NetSuite to Infor and item receipt, item fulfillment sync from Infor to NetSuite.NetSuit to Infor sync is done using a USER EVENT SCRIPT and Infor to… Continue reading TEST CASE ON INFOR – NETSUITE INTEGRATION

An error occurred when picking an item in WMS

Scenario The error “You have entered an Invalid Field Value XXX for the following field: picker” is encountered when a user without any warehouse role is trying to pick an item. Employee: Employee AAccess: Administrator role only Here are the steps to reproduce: 1. Using RF Mobile > navigate to Warehouse > Picking > Single Order Picking > Sales Order 2. Enter… Continue reading An error occurred when picking an item in WMS

Performance Testing-Overview

What is Performance Testing : Performance testing is a form of software testing that focuses on how a system running the system performs under a particular load. Types of Performance Testing : Load testing Stress testing Spike testing Endurance testing Scalability testing Volume testing Bottleneck Issues in Performance Testing : Speed issues — slow responses… Continue reading Performance Testing-Overview

Record cannot be saved. Transaction nexus is not valid for transaction subsidiary.

Scenario While adding the shipping address via script user encounters error: “Record cannot be saved. Transaction nexus <nexus> is not valid for transaction subsidiary <subsidiary>.” Solution The field ‘entitynexus’ might be changed after setting the shipping address, causing the error. To resolve this, get its value prior to setting the shipping address and set it… Continue reading Record cannot be saved. Transaction nexus is not valid for transaction subsidiary.

How to run Elbrus Version in Local System

Before running it we need to ensure that the Node Version and Gulp version are exactly the same as needed in the SuiteCommerce Elbrus version. Ensure that node 4.9.1, gulp 3.9.1, and npm 4.6.1 are being used in the development environment. These versions are supported by Elbrus Release of SuiteCommerce Advanced. o verify that Node, Gulp, and npm is installed correctly, follow this checklist:… Continue reading How to run Elbrus Version in Local System

Resolve SuiteScript Error – Invalid date value (must be D/M/YYYY)

The error is encountered when setting a string value for a Date field, as shown in the code snippet below: Solution The error being thrown by NetSuite is an expected behavior. Date field cannot accept string objects values. To be able to pass a Date value to this type of field, user must first convert the string value to Date Object using format.parse(options) under N/format module.

Remove Duplicate Lines in Saved Search for Item Fulfillment

Description Item fulfillment contains only one item but when we search for the same using an Item fulfillment search, it shows two lines as below with one positive quantity and one negative quantity. Solution Using Account Type as filter: Select Account Type Account Type: Select any of Select Cost of Goods Sold Click Set