Requirement: When a customer logs in to RepairDesk, we need to identify if the customer is an authorized NetSuite customer using their email address. Solution: We have developed a Restlet script that takes customer email address and password as request body and return a success response if a customer with this email address exists in… Continue reading RepairDesk Customer Authentication API Creation
Month: May 2023
Types of Shift Left Testing
Shift left testing in QA refers to the practice of conducting testing activities earlier in the software development lifecycle (SDLC). Instead of waiting until the end of development to start testing, shift left testing involves starting testing activities as early as possible, often during the requirements gathering or design phase. The main objective of shift… Continue reading Types of Shift Left Testing
Display custom Item Field data value and custom record field value on the SiteBuilder website
You can display information from custom records and custom fields on your Site Builder website by using attribute tags in item/category templates and in the HTML you write for your site themes in Site Builder. Creating Attribute Tags for Custom Fields Display information from custom fields on item and customer records by using the custom… Continue reading Display custom Item Field data value and custom record field value on the SiteBuilder website
Code for generating Unique ID Using timestamp
We can generate unique IDs using the following Java script code. We can use this code for requirement which needs a unique value to be generated every time or when a conditions satifies. And there are Random ID generating code are available but here we are using current date and time values to generate unique… Continue reading Code for generating Unique ID Using timestamp
Resolve Error: “Page Not Found” in SuiteCommerce Advanced WebSite
Users may encounter an error “Page Not Found” on the initial product page load when accessing newly created items and Content Delivery pages on the site. The reason behind this is that the error appears on a specific page and then redirects to the actual product or content delivery page. Changes to a content delivery… Continue reading Resolve Error: “Page Not Found” in SuiteCommerce Advanced WebSite
How to show a missing values in downloaded invoice pdf from the website myaccount section.
When we download a invoice from the website myaccount section and there are some values are missing in thet pdf but same values are present in the NetSuite downloaded invoice we can use this solution to solve the problem like this. check which pdf template is used for downloading pdf and check the fields are… Continue reading How to show a missing values in downloaded invoice pdf from the website myaccount section.
Giving Customers Access to Invoices.
Scenario Giving customers access to their invoices allows them to view past invoices. If you set up the appropriate preferences, you can also allow your customers to pay their open invoices online. You need to complete the following steps to give customers access to their invoices. Detailed instructions follow: Solution Enable the appropriate features. Setup… Continue reading Giving Customers Access to Invoices.
How to update only one Quantity to the cart on the ADD TO CART button for those items which have minimum quantity is set as 25 in NetSuite.
using this method, we can set the quantity 1 for the item which has minimum quantity also.
How to design slider with popup image when clicked on image using modal
How to solve the issue when item options are missing for some items on the PDP page.
Description : The item options are missing for some items on the PDP page. Solution For this issue must ensure the below steps has to be done. 1.To show an item option for an item, the item should be added to the corresponding item option record . 2.For example 3.Check which item options are missing .… Continue reading How to solve the issue when item options are missing for some items on the PDP page.