React is designed around the concept of reusable components. You define small components and you put them together to form bigger components. All components small or big are reusable, even across different projects. A React component — in its simplest form — is a plain-old JavaScript function: The curly braces used for the button label… Continue reading React is all about components
Month: March 2022
Test cases: Noninventory workflow
Select First matrix item on load
Create an extension and set the url compoent by selection the item option adding the code component below
Resize Image on Website
To optimize the Images on the website we can use the image resizing option provided by NetSuite. On Website Record there is a option for adding the different size After adding those size we can use that on the template TPL File as <img src=”{{resizeImage url ‘main’}}” alt=”{{alttxt}}” /> here “main” represents id and we… Continue reading Resize Image on Website
How to get the standard template for the data migration in NetSuite
To get the standard template for any data migration record in the Netsuite To access the Template: Navigate to Documents > Files > File Cabinet Click Templates Click Data Migration 2.0 Download the file for which record that you want to import. For example Customer Template.xlsx
Change the name of Payment method
To change the name of the payment method using extension
Automatic Time Calculation in SCA
How to calculate the remaining time based on the given date (which is set in configuration record)
Solve the error “Search Failed”
Shows the error “Search failed” when selecting the filter option on the website Solution Go to the website record Commerce > Websites > Website List Select the currency for all the subsidiaries selected for the website record
Add Dropdown Options to Tittle field of Task Record
JIRA: PCIC-772 Scenario: Client wants to add dropdown options in the Tittle Field of the New Task po-pup window. Solution: NS does not allow changing the field type of the standard field ‘Task Title’ and the standard ‘Tittle’ field should have to filed with any value for saving the record. So that, we have to… Continue reading Add Dropdown Options to Tittle field of Task Record
Certbot Free SSL Certificate installation issue in GCP
Issue: Another instance of Certbot is running while working in the GCP shell, if the ssl certification installation process or its setup get stopped due to some technical issues (like, system shutdown, power off, network failure etc.), then there have to start the process from the beginning. So, if we start it again there is… Continue reading Certbot Free SSL Certificate installation issue in GCP