In view of the extension, we can possibly add a page header and title of the page for SEO
Author: Anik Babu
How can we add multiple Modules to a single extension?
First, add the structure of the modules when they are created in the extension. The manager is the entrypoint of the extension. In the manage module, we are connecting the order approval and order approval details. Manage Module as an entry point is added in the Manifest file. So first, enter the entry point of… Continue reading How can we add multiple Modules to a single extension?
How to add and update the breadcrumb on SCA website Page
In sca, getBreadcrumbPages is a standard function to add and update the breadcrumb of the website page.An example of the function is added below
Proposal For Order Approval system
Task : https://jobinandjismi.atlassian.net/browse/CCUS-104 Proposal Summary This proposal covers both the functional and UI development for order approval system in the SCA webstore and NetSuite for CyberCaptains website. Requirement Setup “Order Approval system ” in SCA webstore. Deliverables An extension will be created in my account sections to develop the functionality. We will add new tabs… Continue reading Proposal For Order Approval system
PROPOSAL FOR WebApp Koemar Shipping
Task : https://jobinandjismi.atlassian.net/browse/PRQT-1927 WebApp for Koemar Shipping General :- The WebApp will havethe below features. Employees can login to the app using their credentials. A dashboard will be available where employees can create new form, view the previous forms, customers, etc. There will be a super admin who can manage the entire application. Only Admin can add… Continue reading PROPOSAL FOR WebApp Koemar Shipping
To create a task for customer profile updates
When the customer has requested an address in the profile information of the website we create a task for the employee for completing the task of profile update. When click the request button we call two functions for Creating and updating the Task in netsuite For Creation of the Task For the updation of the… Continue reading To create a task for customer profile updates
How do we get quantity based pricing using the pricelevel
We created to extend the function QuantityPricingView for showing the list on the website based on the quantity pricing .our requirement is to show the list of quantities based on the price. So we extend the QuantityPricingView for listing the quantity and created a function for checking our conditions. The code is added below for… Continue reading How do we get quantity based pricing using the pricelevel
After the sandbox refresh, the images are not showing on the website.
When after the sandbox refresh the Product and category images not showing on the website.it is because of the search index . We need to rebuild the search on the website. When the rebuild of the search index is completed the image will show on the website. To rebuild the search index in the website… Continue reading After the sandbox refresh, the images are not showing on the website.
How to add validation in the custom form in SCA
When we created a new form in SCA we can add standard validation to the Website. We can add the validation based on the field’s acceptable values. The example form is added below We can add validations in a model file when submit the form. The example code is added below
How to use the standard fetch and post method in SCA
The fetch method in SCA. We can pass the values inside the fetch function.The example is added below The standard post method of form submission example is added below