When we want to use more than one SASS for an extension then we need to create another SASS inside the extension we want. Then we need to update the manifest.json of the extension like which SASS should acts as a primary or entry SASS. In the above case 2 SASS, pagination and plpextension has… Continue reading How to use multiple SASS in an extension.
Tag: EXTENSION
Overview page recent sales order list
In SCMA wbsite recent invoices list was showing client want to show recent sales order there.For that created an extension and updated the model to change the filter. suitescript file: JJ.OverviewHome.OverviewHome.Model.js: javascript : JJ.OverviewHome.OverviewHome.js:
how we can add a functionality for login and signup button
when we click on login it should be navigated to corresponding page based on the login params template
SCMA extension to update overview page recent transaction list
In website recent invoices list was showing client want to show recent all transactions there.For that created an extension and updated the model to change the filter. suitescript file: JJ.OverviewHome.OverviewHome.Model.js: javascript : JJ.OverviewHome.OverviewHome.js:
Checkout update for SCMA site
Display the message in checkout page if the order total is less than $1,800. In extension Extend the view OrderWizard.Module.CartSummary.added the message section in theme.
How we can create a Matrix child items on pdp page
A matrix table for the matrix child items has been created, showing the sku value of each matrix item, the options present in the item, like the size of the item, the quantity that the customer can set according to their preferences, and the price of each child item. It also displays checkboxes that can… Continue reading How we can create a Matrix child items on pdp page
Best Free Chrome Extensions for NetSuite
Best Free Chrome Extensions for NetSuite
New column in case list page
To add a new column in case list page the heading for column need to add in theme template. and extend the Case.List.Items view. Case.List.Items is a child child view we need to extend.It includes in the getChildViews.
How to add the field for the registration page through the configuration record
We can change the requested field through the configuration record, for the input type, text, checkbox, and number. Configuration JSON: Entry point View file Template
How to add extra field in the register page on SCA
Here we are adding the Province, Phone number Current Suppliers field on the Register page in SCA For this we need to create the custom field in NetSuite by Go to Customization > Lists, Records, & Fields > Entity Fields. On the Custom Entity Fields page, each custom field is listed, with columns providing detailed information… Continue reading How to add extra field in the register page on SCA