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”

Make Terms and Condition configurable for a Domain

Updating the Terms & Condition PDF link in the signup form in such a way that should be configurable from netsuite . Created a configuration field “TermsAndCondition_Title”. Uploaded the Terms and Condition PDF link in the path : Web Site Hosting Files > Live Hosting Files > SSP Applications > THERMOGARD PTY LTD_5742647 > Development-USA… Continue reading Make Terms and Condition configurable for a Domain

How to take the backup of the website Configuration of a domain from Netsuite

This article is for taking a backup of Website configuration, It is useful when a Sandbox refresh is coming. Go to Customization tab then Customization > List, Records &Feilds > Record types There you can see the SC configuration Click on the list Option and then the list of domains will appear and you can… Continue reading How to take the backup of the website Configuration of a domain from Netsuite

Adding Link to the button using configuration record.

Create new page in My account in extension js modules like,open js module and crete extra file for new page name as jj.three.three.router.js. We can create page by using the router . In router file with view file and model file names required for data and server links (URL).view file links with tpl file(jj_three_three_tpl) of… Continue reading Adding Link to the button using configuration record.