Introduction to Configuration Records in NetSuite

A configuration record in NetSuite is a way to store and manage custom settings. In SuiteCommerce Advanced (SCA), configuration records allow developers to add, edit, and manage configurable settings that users can later adjust through the SuiteCommerce Configuration UI. These settings are helpful when creating reusable and customizable features, such as custom UI components, product… Continue reading Introduction to Configuration Records in NetSuite

Custom Role Cannot Access Configuration Record

Scenario A user with custom role cannot access a Configuration record. An error has occurred, Notice(SuiteScript) Error: Only the users with the following permissions: “Documents and Files”, “Website (External) publisher”, “Set Up Domains”, “Set Up Web Site”, “SuiteScript”, “Custom Record Types” can modify the configuration record.   Solution Navigate to Setup > Users/Roles > Manage Roles Custom Role: Click Edit Click Permissions… Continue reading Custom Role Cannot Access Configuration Record

How To configure a color palette

From the Color Palettes subtab on the configuration record, you can configure the color palettes to use for facets. You can use either images or any valid CSS color value. To configure a color palette: 1.Go to Commerce > Websites > Configuration. 2.Select the website and domain. 3.Click Configure. 4.Select the Layout subtab. 5.Select the… Continue reading How To configure a color palette

How to create different configuration fields in SCA

We can create different types of fields, such as input, checkbox, date, and array, in the SuiteCommerce configuration record, as shown below. {“type”:”object”,“subtab”:{“id”:”subtabid”,“title”:”New Sub Tab”,“description”:”To create a new subtab under Layout tab”,“group”:”layout”},“properties”:{“subtabid.stringfield”:{“group”:”layout”,“type”:”string”,“subtab”:”subtabid”,“title”:”Test String Field”,“description”:”To create an input field under ‘New Sub Tab’”,“default”:””},“subtabid.checkboxfield”:{“group”:”layout”,“subtab”:”subtabid”,“type”:”boolean”,“title”:”Test Checkbox Field”,“description”:”To create an checkbox field under ‘New Sub Tab’”},“subtabid.datefield”:{“group”:”layout”,“subtab”:”subtabid”,“type”:”string”,“nsType”:”date”,“title”:”Test Date Field”,“description”:”To create… Continue reading How to create different configuration fields in SCA

Added a new configuration property

With the 2023.1.2 release Added a new configuration property, Add Headers to SSP Responses, to provide a field in which to enter your security headers. This new property appears in the Advanced tab under the Security subtab.See the following help topics for more information about security headers: HTTPS Header Information Security Subtab Updated text and translation context notes to comply… Continue reading Added a new configuration property

Resolve Error: “You have entered an Invalid Field Value x.x”

There are scenarios that which users navigate to Commerce > Websites > Configuration, they encounter an error that they have entered an invalid field value.  To resolve this, the field value for numberOfItemsDisplayed must be an integer value instead of a decimal value. Navigate to Customization > Lists, Records, & Fields > Record Types Under the Record Types page, locate the SC Configuration and click on the List In the SC Configuration List page, locate… Continue reading Resolve Error: “You have entered an Invalid Field Value x.x”