when a customer scrolls a product in pdp page to fill the custimization product details product image will be at top and customer have to scroll to top to see the custmaized thing by using this method we can solve this problem. Script:
Month: February 2023
How to handle errors globally With the onerror() Method in Javascript
The onerror() method is available to all HTML elements for handling any errors that may occur with them. For instance, if an img tag cannot find the image whose URL is specified, it fires its onerror method to allow the user to handle the error. Typically, you would provide another image URL in the onerror… Continue reading How to handle errors globally With the onerror() Method in Javascript
PROPOSAL FOR REMOVING THE PRICE LEVEL FROM THE WEBSITE AND ITEM RECORD
Proposal Summary This proposal covers the development of removing the price level from website and item record. Requirement Needs to remove the “Tier BBY” Price level from the website setup and item records. Our Solution We are unable to make any changes to the “Tire BBY “Price level as it is a default one.… Continue reading PROPOSAL FOR REMOVING THE PRICE LEVEL FROM THE WEBSITE AND ITEM RECORD
User Event script to add a custom field in Requisition record which gives the Exchange Rate corresponding to the Transaction Date.
TESTING TOOLS -AUTOMATION
Automation testing tools are applications designed to verify function and/or non-functional requirements via automated test scripts. 1.Cypress Purely supporting JavaScript frameworks, Cypress is a developer-centric automation tool for end-to-end web testing. Built upon a new architecture, Cypress can directly operate within a browser in the same run-loop as your application, enabling native access to elements… Continue reading TESTING TOOLS -AUTOMATION
How to add Inventory HandleBars in NetSuite- Wafair custom flow.
How to add Inventory HandleBars in NetSuite- Wafair custom flow.
How to get all custom fields of a particular record type in NetSuite?
To know the mandatory fields and non-mandatory fields in a particular record type by using the following code: The required custom fields will be fetched. So, that it will be easier to pass the values to custom fields and get the values from custom fields.
Creating the Saved search in UI through Console
Steps Open the NetSuite account where you need to create the Saved search 2. Open the Console screen as below by Right clicking the screen and select Inspect 3. Run the below Code in the Console screen IMPORTANT : Need to give the TITLE Then the corresponding search will be created in the NetSuite account.
Create Integration Records for Applications to Use OAuth 2.0
Before users can authorize an OAuth 2.0 application for NetSuite access through REST web services, RESTlets, or SuiteAnalytics Connect, an integration record must be created for the application. It is also possible to edit an existing integration record. Administrators or users with the Integration Application permission can create integration records. The following procedure describes how… Continue reading Create Integration Records for Applications to Use OAuth 2.0
Set Up OAuth 2.0 Roles
An administrator can create a new role with OAuth 2.0 permissions, or modify existing roles to add OAuth 2.0 permissions, then assign users to these roles as needed. OAuth 2.0 Permissions The following OAuth 2.0 permissions can be added to roles as appropriate. OAuth 2.0 Authorized Applications Management: Is primarily for the Administrator role, or… Continue reading Set Up OAuth 2.0 Roles