How to send get and post request in API using Node JS & using Postman

We can write get and post method in API using node js. We rae using Postman for testing here. We can write API’s in node JS for send and recieving the requests. By using this code we can get the values in postman as well as in server. First we need to install the Express… Continue reading How to send get and post request in API using Node JS & using Postman

How to use Firestore Database in React JS

It is a comprehensive backend solution offered by Google that simplifies the process of building, managing, and growing applications. When developing mobile or web apps, handling the database, hosting, and authentication can be challenging tasks. Firebase addresses these challenges by providing a range of features. Now for using The Firestore in the React JS project… Continue reading How to use Firestore Database in React JS

Using React JS to save the values in URL params

We can set the values in the URL as params for saving it. By using this even after render the saved values will be there.Created a test-component for Filter section. By using these filters we are filtering the Products on the basis of Colors, Sizes, Price, Item Name. Here useParams in code const useParams =… Continue reading Using React JS to save the values in URL params

How can we change the lifecycle methods to hooks in React with an example

Using of lifecycle methods and their implementation ans will the same example with hooks useState, useEffect. Functional Components are fast Faster as they do not have state and lifecycle, react needs to do less work to render these components. These components tend to be shorter and more concise. And these components do not use “this”… Continue reading How can we change the lifecycle methods to hooks in React with an example

How to find a text in a file using SuiteScript

Files stored in File Cabinet are only searchable through Global Search or as a sub-criteria of a parent record. However, their contents are not searchable on Global and Saved Searches. For instance, a user needs to locate a keyword from Text Files, CSV, etc. This provides a scripting solution to find text from Files using… Continue reading How to find a text in a file using SuiteScript

How to setup the stock notifications Email Template and how to configure it

By using this template we used to notify users that their item is back in stock. We can achieve this by using Netsuite applications & we have a to create a email template for the extension to work. To set up the email template: In NetSuite, go to File Cabinet > SuiteBundles > [BUNDLE ID]… Continue reading How to setup the stock notifications Email Template and how to configure it

How can we edit the item field record if it is locked. What are the setups we have to check

We have to check the first the item fields which are locked. So we can check byCustomization > List, Record & Fields > Item FieldsIf the item field is locked then we have to check whether it is using in the Fields Sets or not. If it is using in the fIeld sets then we… Continue reading How can we edit the item field record if it is locked. What are the setups we have to check

Stepwise Process for Showing the Strike Pricing by enabling the feature of Strike through Pricing in Netsuite

trike-Through Pricing compares a customer’s configured price level with the default price level that you set in the Shopping Catalog tab of the SuiteCommerce Configuration Record. If the price level set for the customer is lower than the default price level, the item pricing on your website is displayed with a strike mark through the… Continue reading Stepwise Process for Showing the Strike Pricing by enabling the feature of Strike through Pricing in Netsuite