The Promotion Feed uses the Product Feed and Promotion Feed records to collect the necessary data for export. The mechanism for obtaining the data included in the promotion feed is identical to that of the Product Feed, with additional promotional information retrieved by the Promotion Feed record. You create a Promotion Feed record where you… Continue reading Create a Promotion Feed
Month: July 2023
NetSuite CPQ
NetSuite CPQ is a front-end sales solution that helps you automate, accelerate, and increase accuracy in the process of configuring, quoting, and ordering complex products and services by leveraging your business logic. By quoting and selling complex configurable items quickly, sales teams can improve customer experience and satisfaction while investing the saved time in enhancing… Continue reading NetSuite CPQ
Path Testing in Software Engineering
Path Testing is a method that is used to design the test cases. In path testing method, the control flow graph of a program is designed to find a set of linearly independent paths of execution. In this method Cyclomatic Complexity is used to determine the number of linearly independent paths and then test cases are… Continue reading Path Testing in Software Engineering
ENIAC-The first programmable, electronic, general-purpose digital computer.
ENIAC, or Electronic Numerical Integrator and Computer, was the first electronic general-purpose computer. It was built by John Mauchly and J. Presper Eckert at the University of Pennsylvania between 1943 and 1945 and was funded by the United States Army. ENIAC was a massive machine, weighing 30 tons and occupying 1,800 square feet. It contained… Continue reading ENIAC-The first programmable, electronic, general-purpose digital computer.
Multi-Language Enabled And The Language Dropdown Disabled
Scenario Multi-Language Feature Enabled > Language Dropdown Disabled Solution Even if the Multi-Language Feature is Enabled, the Language dropdown field from Home > Set Preferences is disabled. To fix this: 1. Go to Setup > Company > General Preferences. 2. Look for the Language preference under the Overriding Preferences tab. 3. Mark the Allow Override checkbox then save.
Currency revaluation and reversal in different periods
This article summarizes why NetSuite is posting unrealised gain or losses currency revaluation transaction at the end of the current period and its reversal at the beginning of the next period, when we run NetSuite currency revaluation task.
Testcafe automation tool
TestCafe is a modern and comprehensive end-to-end web testing framework that allows you to automate the testing of web applications in various browsers without the need for browser plugins. It is an open-source tool developed and maintained by DevExpress and is written in Node.js. TestCafe is gaining popularity in the testing community due to its… Continue reading Testcafe automation tool
Jest automation tool
Jest is a popular and widely used testing framework for JavaScript applications. It is primarily designed for testing JavaScript code in projects using technologies like Node.js, React, Vue.js, and more. Jest is developed by Facebook and is known for its simplicity, ease of use, and robustness. It is widely adopted in the JavaScript community due… Continue reading Jest automation tool
Shift left shift right testing
Shift-Left Testing: This approach involves moving testing activities and practices earlier in the software development lifecycle. It emphasizes conducting testing as early as possible in the development process. By identifying and addressing issues early on, it helps reduce the cost and effort of fixing defects later in the development cycle. Shift-Right Testing: Conversely, Shift-Right Testing… Continue reading Shift left shift right testing
Unable to Select Domain on gulp theme:fetch
There are instances when no domains are being displayed to be selected when performing a gulp theme:fetch command. Below are troubleshooting steps to ensure that the domains would be displayed. Solution Navigate to Customization > SuiteBundler > Search and Install Bundles > List Ensure that SuiteCommerce Extension Management and SuiteCommerce Base Theme is installed and updated Navigate to Commerce > Hosting > SSP Applications > Edit/View SSP Application Click Link to Domain Ensure that SSP Application is… Continue reading Unable to Select Domain on gulp theme:fetch