Jira code:EN-864 Create a lead record in netsuite after registration from website. Created a new page “International” using extension. After submitting the form, the lead record will be created in Netsuite with entered data and category as Dealer. Entry ponit file: view file: Router.js model.js Suitescript: Model file: Service contoller template sass
Author: Shekha E K
Error in saving the CMS after changing the values.
How to resolve the error in CMS (SMT) after changing the values? This error is occurring due to invalid values set to the skin variables. Solution: Navigation to the custom records:-customization >> Lists, Records & Fields >> Record Types >> SC ExtMech Custom Skin >> Click on ‘List’ >>customization >> Lists, Records & Fields >>… Continue reading Error in saving the CMS after changing the values.
How to resolve Error in extension: Module ‘GlobalViews.CountriesDropdown.View’ not found.
In order to add country field in form, I have used ‘GlobalViews.CountriesDropdown.View’ in the view file. But it is creating issue . Solution: These files ‘GlobalViews.CountriesDropdown.View’ are not available in shopping domain and myaccount domain. So remove it from those domains and deploy it to only checkout. This can be done by editing manifest file.
Add new campaign subscription category in email preferences in website.
Enable the feature.The subscription record is available only when the SuiteBilling feature is enabled at Setup > Company > Setup Tasks > Enable Features (Administrator), on the Transactions subtab. When the feature is enabled, you can access the subscription record in the UI by going to Transactions > Subscriptions > Create Subscriptions (Administrator). Go to Setup > Marketing >… Continue reading Add new campaign subscription category in email preferences in website.
POST action error in form submission using extension
Created an extension to create a Lead record in netsuite on form submission. But while submitting the form it is throwing POST action error. Solution: Check the vendor in manifest and folder name created for the service file in Netsuite. Both should be same. The vendor name is case sensitive so while using the model,… Continue reading POST action error in form submission using extension
Custom order confirmation email template
JIRA CODE: BP-33 This is a custom order confirmation email template to customer created for Bastion Pacific.
Things to notice in NetSuite Email Templates
NetSuite Email Template, only supports inline styles. Cannot use media Queries. Only one design can be implemented for large screen and small screen devices. Not possible to add <script> tags in the template.
Remove new Firefox autofill color
How to remove yellow background for autofilled input fields in firefox browser? Add the style given below to the input fields having yellow background.
Registration Page using Custom module
Jira Code: GD-16 Created a new registration page in SCA Website with url https://sandbox.goodearthdist.com/crossfit using a custom module. To add a custom module: Create a custom module directory within your custom directory with the format of ModuleName@version. Create the sub-directories within the module.We need JavaScript, Sass, SuiteScript, and Templates sub-directories. Create the necessary files for your… Continue reading Registration Page using Custom module
Proposal for CrossFit Registration Page/Terms and Conditions
Proposal summary This proposal covers the possibility to open an account on SCA by creating a landing page to access the registration page/terms and conditions page. Requirement Provide CrossFit Gyms with the ability to open an account on SCA. They will need to use the following landing page to access their registration page: https://www.goodearthdist.com/crossfit On… Continue reading Proposal for CrossFit Registration Page/Terms and Conditions