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
Tag: configuration record
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 can we configure NetSuite to display items using a specific URL format?
We have to configure Netsuite to display items using a specific url formate Domain/search?custom field=true Example: https://www.scatest433.tk/search?custitem_special=true
How to create the nstype in the configuration record for using big passages or html contents
Using this Methode we can get html contents from the configuration over the big passages or html contents. Note: for the Html contents use the 3 brackets {{{footerExploreProductsList}}}
How to modify the categories navigation menu levels in netsuite.
We need to modify levels of categories in netsuite to display in website . Commerce>website>configuration. In configuration record we need to update required level.
How to add the field for the registration page through the configuration record
We can change the requested field through the configuration record, for the input type, text, checkbox, and number. Configuration JSON: Entry point View file Template
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”