In SCA we are commonly use suitescript 1 because of suitescript 2 has some limitations in SCA. We can also use suitescript 2 in SCA some scenarios it like suitelet we can get response of using the post and get method. The flow of SCA is From the manifest we need to change the entry… Continue reading SuiteScript backend in SCA
Author: Anik Babu
Redirect To Homepage When Customer Register
The code is added below for redirect to the homepage when the customer Register into the Website.
Redirect To Homepage When Customer Logs
The code is added below for redirect to the homepage when the customer Logs in to the Website.
PROPOSAL FOR REDIRECT TO HOMEPAGE WHEN CUSTOMER LOGS
Task no: https://jobinandjismi.atlassian.net/browse/CLTG-153 Proposal Summary This proposal covers the development redirect to the homepage when a customer logs in website. The page includes, Login page Requirement The requirement is to redirect the customers to the home page from SCA website after logging in. Our Solution It is a possibility to redirect the customers to… Continue reading PROPOSAL FOR REDIRECT TO HOMEPAGE WHEN CUSTOMER LOGS
Add Dynamic Array in Configuration Record
We need to add a dynamic array in the configuration record.The code added below We are adding the configuration record screenshot below
Page not found Title issue in SCA
When before the code render the title of the page is Page not found. When after the code is rendered the title is showing on the browser. This is because the title is added to the code. So it shows only when the code is rendered.The example code is added below for adding a title… Continue reading Page not found Title issue in SCA
Create Saved Search For Getting the Child Record Value From the Parent Record In SCA
We created a function for getting the child custom record value from the parent custom record.The CUSTRECORD_JJ_MADITRAINGCOURSE is the parent record and custrecord_jj_city is the child record field id. The function is added below
Date Format issue in Mobile View
When the website is in the mobile view when selecting the date the format of the date is yyyy-mm-dd.It is not supported in Netsuite. So the function is used to convert the date to the corresponding format.
PROPOSAL FOR IMPLEMENTING A SHIPPING FEE SCA
THERMOGARD JIRA TASK https://jobinandjismi.atlassian.net/browse/THRD-559 Proposal Summary This proposal covers the scope of making, implementing a shipping fee in the thermogard website domains. Requirement we would like to charge freight to Cash Only customers by a percentage of the total order Our Solution We have an available default method for shipping fee in NetSuite. We can… Continue reading PROPOSAL FOR IMPLEMENTING A SHIPPING FEE SCA
Prevent Login in SCA Website After Registration
We are preventing the login on the SCA website when the customer is a dentist. also set a static password and send an email to the customer. Need to extend the View LoginRegisterRegisterView and handle redirection page View.