We will see how we can create an expanding card that displays an expanded view of the card on click Step 1) HTML: Example code Step 2) CSS: Step 3) Javascript : The querySelectorAll() method is used to return a collection of child elements with the class section. The addEventListener() method is used to handle… Continue reading How to create Expanding Cards using Javascript
Month: February 2023
How to change default sorting option in website using netsuite
When Open the website, If we want a particular field (i.e popularity, relevance and etc…) as default field, we can set it using NetSuite to change the default sorting option in website Solution First login to NetSuite account Go to commerce > Website > Configuration Select the website and domain Go to search tab >… Continue reading How to change default sorting option in website using netsuite
How to sort a HTML table contents using the Javascript
Scenario: some times table has a lots of contents we cant sort manually in this type of we can use javascript to sort the table contents. SCRIPT:
QA Tips-Tools to test PDF
There are several testing tools available that can be used to measure the performance and quality of PDF files. Here are some options: Adobe Acrobat Pro DC: Adobe Acrobat Pro DC is a popular tool for creating and editing PDF files, but it also includes features for analyzing and optimizing PDF files. The “PDF Optimizer”… Continue reading QA Tips-Tools to test PDF
QA Tips- time interval to update exchange rate in NetSuite
The time interval for updating exchange rates in NetSuite can be customized based on your business requirements. By default, NetSuite updates exchange rates once per day, but you can adjust this interval to better suit your needs. To adjust the exchange rate update interval in NetSuite, follow these steps: Go to Setup > Accounting >… Continue reading QA Tips- time interval to update exchange rate in NetSuite
Remove Item from Sales Order with a Wave
User needs to remove an item line from a Sales Order with a related wave. This cannot be done even if the Pick Task of the affected item is marked as Done or deleted as well as if the Wave is completed. Doing so triggers the system to throw an error. Solution Click Edit on the affected… Continue reading Remove Item from Sales Order with a Wave
How to get credentials from BigCommerce account.
Open BigCcommerce account. Click on ‘settings’ and choose ‘API Accounts’ as shown. Click on ‘create API Account’ API path will be displayed .Give name and other required fields and save. Then the API Credentials will be displayed as shown. This credentials are necessary to create connection in Netsuite-BigCommerce integration.
Saved search to show the standard costing item in a work order with no Inventory cost revaluation
This search shows the standard cost item in a particular work order which have no Inventory cost revaluation yet. To create the saved search, follow the steps below: Navigate to Lists > Search > Saved Searches > New Click Item Search Title:Enter Search Title Click Criteria tab Click Standard subtab Filter: Select Type Type: Select any of Assembly/Bill Of Materials, Inventory Item Click Set Select Costing Method Costing method: any of Standard Click Set Click Summary subtab Set… Continue reading Saved search to show the standard costing item in a work order with no Inventory cost revaluation
Inventory Cost Revaluation considered in recording Production Variance
The Inventory Cost Revaluation considered by the system for recording of variances is effective as of date of Work Order Close. The Inventory Cost Revaluation effective as of Work Order Completion is the record used in recording the cost of the asset but the recording of the variance is based on Work Order Close date. As a best practice, ensure there are no open work… Continue reading Inventory Cost Revaluation considered in recording Production Variance
How to create an image list in a custom record in NetSuite ?
We can create an custom image list in a custom record in NetSuite, here we can add required image seperately with name. Step 1: Goto Customization -> Lists,Record & Fields -> Record Types -> New In Custom Record Type window, here we set the Name, required details of the record and finally click the save… Continue reading How to create an image list in a custom record in NetSuite ?