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?

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

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