Proposal Summary This proposal covers the development of showing the specifications on the PDP page for the matrix items in the tool fetch website. Requirement When selecting item options in the PDP page, the corresponding details of that child item (specification) need to display in that page. Our solution If we are taking any parent… Continue reading Proposal for showing specifications on the PDP page for matrix items.
Tag: sca
Minimum Permission Requirements for a Role to be able to Run Gulp Deploy
In certain scenarios a user needs to customize a new role with ability to deploy the changes to the SCA website. Solution The following permissions will be sufficient to be able to run gulp deploy in a local machine. Navigate to Setup > Users/Roles > Manage Roles Click on Edit/Customize link next to the Role to customize Ensure the following permissions are set to… Continue reading Minimum Permission Requirements for a Role to be able to Run Gulp Deploy
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
Rename Folder Using SuiteScript 2.0
In case there is a need to rename a folder name on File Cabinet due to changes in the directory where the script generated documents are being saved for example. It is possible to use SuiteScript to change the folder name in the File Cabinet. The following example uses the N/record Module to load the folder record… Continue reading Rename Folder Using SuiteScript 2.0
Create landing page suing extension and update its content using SMT
Requirement is to create The landing pages using extension but the content should be taken form SMT in the SCA websites. This can be done by customizing the home view using extension. Adding the code below.
Restrict the country in shipping and billing address of a customer in the website based on the customer subsidiary
Requirement is to restrict the country in shipping and billing address of a customer in the website based on the customer subsidiary in myaccount and checkout pages. For that we need to extend the’ Global.Views.Countries.Dropdown.View’ and adding the code below
Create a folder using Suitescript 2.0 in NetSuite
Run the snippet of code below in the Script Debugger for testing.
Proposal For the updates in the events page and to change the buy now button text
This proposal covers the development of adding event pages under wine and whisky categories and also to change the “buy now” button text based on the events and Ballots in the Nickolls and Perks UK website. Requirement Add the events page as the subcategory in ‘wine’ and ‘whisky’ categories but the subcategory links of the page… Continue reading Proposal For the updates in the events page and to change the buy now button text
How to resolve error: “syntax error (adhoc$-1$debugger.user#19)” while debugging script in NetSuite
The error message you provided appears to be incomplete and lacks context. However, a “syntax error” typically refers to a mistake in the structure of the code that violates the programming language’s syntax rules. Double-check your code for typos or misspelled keywords. Make sure that all opening brackets, parentheses, and quotes have corresponding closing ones.… Continue reading How to resolve error: “syntax error (adhoc$-1$debugger.user#19)” while debugging script in NetSuite
How to resolve error: “An unexpected error has occurred” when saving a custom field.
User is getting the “An unexpected error has occurred.” when saving a custom field. Possible reason is because a non-numeric character was found where a numeric was expected to be a value on Custom Field. steps: Navigate to Customization > Lists, Record & Fields > Transactions Body Fields Look for Custom Field Click Edit Go to Validation & Defaulting tab Default Value: Remove Value Formula: Remove Checkmark… Continue reading How to resolve error: “An unexpected error has occurred” when saving a custom field.