Analyse possible solution for identifying the domain of Customer Registration and Order Tracking in multidomain website.

Jira Task: https://jobinandjismi.atlassian.net/browse/BTIN-2310 Proposed Solution Overview Customer Record Enhancements: Add a custom field on the Customer Record to store the source domain. Default value: “Created through UI” to identify customers created outside the website (e.g., via NetSuite). For customers registered via the website, set this field dynamically using a SuiteCommerce extension to capture the domain… Continue reading Analyse possible solution for identifying the domain of Customer Registration and Order Tracking in multidomain website.

Create Lead Record on registration from website.

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

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