Navigate to Reports > Saved Searches > All Saved Searches > New Search Type: Select Transactions Click Results subtabNote: For every required field use the drop-down menu to select it and once adjusted click Add if needed. Select Item Fields… Select Location Preferred Safety Stock Level Select Item Fields… Select Location Click Save & Run
Month: February 2023
Auto close of transfer order and RMA records
Requirement The client needs to close the transfer orders and the RMA records automatically which is not scheduled and created 10 days ago. Solution A scheduled script can be used to close the transfer orders and RMS records which is not scheduled and created 10 days ago. For the Transfer and RMA orders both ignore… Continue reading Auto close of transfer order and RMA records
clip-path
The clip-path property lets you clip an element to a basic shape or to an SVG source. Note: The clip-path property will replace the deprecated clip property. The clip-path CSS property creates a clipping region that sets what part of an element should be shown. Parts that are inside the region are shown, while those… Continue reading clip-path
Test Execution Schedule
Once the various test cases and test procedures are produced ( with some test procedures potentially automated) and assembled into test suites, the test suites can be arranged in a test execution schedule that defines the order in which they are to be run. The test execution schedule should take into account such factors as:… Continue reading Test Execution Schedule
Mutation Testing
Mutation testing is a white box method in software testing where we insert errors purposely into a program (under test) to verify whether the existing test case can detect the error or not. In this testing, the mutant of the program is created by making some modifications to the original program. The primary objective of… Continue reading Mutation Testing
Automation Testing vs Manual Testing
Automation Testing Automation testing is a process of changing any manual test case into the test scripts by using automation testing tools, and scripting or programming language is called automation. Automation testing is used to increase the efficiency, effectiveness, and coverage of Software testing. Automation test engineer uses automation testing tools to automate the manual… Continue reading Automation Testing vs Manual Testing
Title : Looping Horizontal Scroll:
Description: Horizontal scrolling is a page navigation method in which the user scrolls left and right to reveal content from the sides of the window or container.The scroll wheel causes the page to move horizontally across the screen rather than vertically. How to use:In this example, I’ve created a <div> container element with a width of 500… Continue reading Title : Looping Horizontal Scroll:
Error when transforming Sales order to item fulfillment
Error has been resolved by adding the default value (inventory location) var itemFulfilmentObj = record.transform({
How to make a button not to submit without checking checkbox and display a validation message
Using jQuery and taegeting form id, button id and checkbox id we can make a button not to submit Create required html elements with ids JQuery code is added below
NetSuite for Outlook / Error Message / Authentication Failed
Users might receive the error message below: If this is the case, it can be related to two different things: 1. The SSL of your email domain is not set up and NetSuite is not allowing you to login since it does not see a secure request. 2. There is application cache/setting that needs to… Continue reading NetSuite for Outlook / Error Message / Authentication Failed