Requirement Is there a marketing app that syncs with NetSuite that we can use that for example uses the products from our website with direct links etc. etc. for buys to be able to click on an email? We’re looking for something that is integrated saves time and is efficient. Maybe there’s a program that… Continue reading Marketing apps/extensions for SCA websites
Author: Vishnu S
Proposal For Adding a Button Link to Paystand payment In the Checkout process
Requirement: “When the customer is checking out, check the possibility of adding a pay now link using PayStand. We have already submitted a proposal for adding a Pay-now link in invoice records on the website, which is attached to this task. Please check that also.” Our Solution We have found two possibilities for adding the “Pay… Continue reading Proposal For Adding a Button Link to Paystand payment In the Checkout process
The custom transaction body field is not showing in the Sales order record in Netsuite.
This article covers the solution for displaying the custom transaction field created for sales orders not showing in the sales order record even after checking the Applies to “Sales” checkbox. After this setup, still not showing in the sales order record. Then check these steps: Go to the sales order record. Click customize button on… Continue reading The custom transaction body field is not showing in the Sales order record in Netsuite.
How to add standard width to a ‘div’ using bootstrap classes.
The bootstrap classes can be used in template files for setting the width of particular divs across all screen width. This can be done instead of using the @media tag in CSS. While updating the theme or when creating new HTML forms, This can be used. Here are the width and corresponding tags are given… Continue reading How to add standard width to a ‘div’ using bootstrap classes.
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
How to deploy an extension by changing its version.
If we want to update an extension then while deploying it will be better practice to change its version after the update. For changing the version while deploying go to the Manifest.json file and there you can change the version, without changing the Name and Fantasy name of the extension. For example, If there is… Continue reading How to deploy an extension by changing its version.
While using the same extension for different themes.
While using the same extension for different themes, try to avoid the use of color values as static (hex decimal values). Instead, we can use standard variables which are defined in the theme. Eg: $sc-color-primary $sc-color-primary-dark So we can use these types of variables which is defined under the theme under the module “BaseSassStyles“. It… Continue reading While using the same extension for different themes.
Passing Field value to online customer form through its URL.
We can pass a value to any field in an online customer form created in Netsuite using URL parameters. Example: URL of an Online customer form: https://1072230.extforms.netsuite.com/app/site/crm/externalleadpage.nl/compid.1072230/.f?formid=116&h=AAFdikaIW-DBqeS5ZmgOvJcaPaoDtWGCAWvSkarUgM5nBFSZ12c&custentity_lead_product=BICESTEEM&redirect_count=1&did_javascript_redirect=T You can see the field id and its value are marked in bold. This way we can set predefined values to specific fields in a Netsuite form.
Case #4973373: Error message when deploying new SCA Theme version
Try Any of these methods when there is an error faced deploying a new theme. Review permissions on roles and files involved with the theme you are deploying Use a standard role (SCDeployer) then confirm if error is still reproducible with this setup Create a new custom role based on SuiteAnswers Article: “Create a Custom Role with Fetch and Deploy… Continue reading Case #4973373: Error message when deploying new SCA Theme version
Type Error: Cannot read the property ‘files’ of undefined
The error happens in the terminal when deploying the theme/Extension. The reason for the error message is due to the complex file structure of the theme. gulp theme:deploy and gulp extension:deploy commands use SuiteScript Restlet service requests to upload the theme and extension development files to the NetSuite file cabinet. And, SuiteScript’s governance model limits… Continue reading Type Error: Cannot read the property ‘files’ of undefined