API testing is a type of software testing that analyzes an application program interface (API) to verify it fulfills its expected functionality, security, performance and reliability. The tests are performed either directly on the API or as part of integration testing. API test automation validates the Application Programming Interfaces (APIs) in software. APIs allow two software… Continue reading API Test Automation Tools
Month: December 2022
Hide and Show Containers Using hide and show function in script.
We can hide and show specific Containers in a page by using Script by giving the click function to the buttons. Firstly create the buttons you want to give the functionality to using HTML and Style it. To give the functionality of click action to the button use onclick function and also create the events… Continue reading Hide and Show Containers Using hide and show function in script.
How to show the ordered products within the selected date
It helps to show the ordered products to show correctly in selected date without any inconvenience and list all the products which are selected in that date.
Price Filtering for Currency by Location
It includes replication filtering for price levels using the currency assigned to the location. In the past, all prices in all currencies handled by a retailer were downloaded to all registers. However, registers in Oklahoma City, OK USA do not need pricing in Euros and registers in Tokyo, Japan would not typically trade in US Dollars.… Continue reading Price Filtering for Currency by Location
Convert date into specific format
Using this function, we can convert to date into defined format. Define the function in the script. function generateDateString(dateObj) { //convert date to specific format var date = dateObj; log.debug(“date”, date) var d = date.getDate(); log.debug(“d”, d); var m = date.getMonth() + 1; log.debug(“Month: “, m) var… Continue reading Convert date into specific format
NetSuite Suite Success Premium Wholesale Distribution Edition : NetSuite Implementation
This document is an effort to explain how we as a NetSuite partner can bring value to your business to solve the business pain areas, modernize the systems and processes for improving agility and thereby harness your maximum growth potential. The implementation tenure has identified a total of 50 working days without factoring in any… Continue reading NetSuite Suite Success Premium Wholesale Distribution Edition : NetSuite Implementation
Function to check the variable has value or not
Define the below mentioned function for check the variable has value or not. If variable has value, the function will return true. Otherwise, it will return false. function checkForParameter(parameter) { if (parameter! == “” && parameter! == null && parameter! == undefined && parameter! == false && parameter! == “null” && parameter! == “undefined”… Continue reading Function to check the variable has value or not
Reference Questions for Discovery : Qualification of Lead
Q.n Questions 1 Company name (registered name) 2 Primary Contact, & Title(s) 3 Company website/ contact person email id 4 Parent company and Subsidiaries 5 Currencies 6 No of Users and roles expecting to access the system directly 7 Employees 8 Revenue 9 Age of… Continue reading Reference Questions for Discovery : Qualification of Lead
Product Description : Inventory Management Cloud Service and Procurement Cloud service
* Matrix Items: automatically manage multiple item options ** Serialized Inventory ** Bar Coding: items and transactions ** Lot Management ** Pick, Pack, Ship ** Automated Reorder Point / Lead Time Calculations ** Workflow to process warranty claims and to refund, replace or repair returned items ** Printable forms for better supply chain management ** Pack Station Mobile App Product industries may usually… Continue reading Product Description : Inventory Management Cloud Service and Procurement Cloud service
Proposal For Terms and Discount Field Setup
Proposal summary:: For some invoices we have to change the Customer terms every day. We go to each invoice to change the terms. Created a saved search so instead of changing the terms by clicking on each invoice we can change it on the saved search. Below are the issues with the saved search. How… Continue reading Proposal For Terms and Discount Field Setup