SuiteScriptError”,”name”:”INVALID_FLD_VALUE”,”message”:”You have entered an Invalid Field Value

I have written a Map reduce script to create a sales order.But getting error when setting the Item.{“type”:”error.SuiteScriptError”,”name”:”INVALID_FLD_VALUE”,”message”:”You have entered an Invalid Field Value 19593 for the following field: item”}. Sript works fine for already existing item.But not working for the items I have recently created in Netsuite.These Items are not listed in the item… Continue reading SuiteScriptError”,”name”:”INVALID_FLD_VALUE”,”message”:”You have entered an Invalid Field Value

The different ways to style a React component.

There are many different ways through which one can style a React component. Some of the ways are : Inline StylingWe can directly style an element using inline style attributes.Make sure the value of style is a JavaScript object: Using JavaScript objectWe can create a separate JavaScript object and set the desired style properties.This object… Continue reading The different ways to style a React component.

The differences between functional and class components

The functional components were called stateless components and were behind class components on feature basis. After the introduction of Hooks, functional components are equivalent to class components.Although functional components are the new trend, the react team insists on keeping class components in React. Therefore, it is important to know how these both components differ.On the… Continue reading The differences between functional and class components

Extension activation error

 While activating themes or extensions in SCA, the activation status is continuously shows as “pending “. The issue exists even after 15 minutes of activation, then several methods can be done to resolve the issue.To solve the issue follow the steps described below.Try with each method given below. method 1: Go to Customization > List,… Continue reading Extension activation error