Have you ever came across a situation like, When a sales order is created for an item with available quantity and on saving the sales order record, the quantity will not get committed instead the ordered quantity will get back-ordered? Solution : Please recheck the below points to resolve this issue. Please check whether the… Continue reading Why items are not committed even if there are item quantities available in inventory?
Category: Errors & Solutions
Articles related to errors and its solutions
TEST AUTOMATION
Automation Testing is a process of automating the testing process that is usually performed for testing the functional and non-functional behavior of a software application. Why Automate Tests? / Benefits of Automating Tests Which Test Cases to be Automated? Automation – Types of Testing Which Test Cases NOT to be Automated? When NOT to Automate? Challenges in… Continue reading TEST AUTOMATION
Introduction to WebLOAD
What is WebLoad : WebLOAD is a load testing tool, performance testing, and stress test web applications. This web and mobile load testing and analysis tool is from RadView Software. Load testing tool WebLOAD combines performance, scalability, and integrity as a single process for the verification of web and mobile applications. WebLOAD is an open-source tool for load testing, stress testing, and performance testing that is sponsored… Continue reading Introduction to WebLOAD
A warning message “Invalid Start Date” is displayed while selecting the email button after entering the valid dates in the Print a Statement page
Steps to Solve the issue Fetch the Extension Search for Print Statement TPL File Change the Date format from dd/mm/yyyy to yyyy/mm/dd in Print Statement TPL file Check the Changes in local Deploy the extension.
Can’t see Transaction subtab under Customer > Sale > Transactions
Can’t see Transaction subtab under Customer > Sale > Transactions
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
Core Java Notes
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