To show the month-wise report in the budget report create a custom budget report. Customize this report and add the accounting period in column wise. Save the report.
Month: August 2022
Contact Us
In this contact us extension, we have added one form and some self-service links. When the visitors enter all the required fileds and click submit will create a contact record on NetSuite for that specific customer Also, we have added google captcha feature to prevent robotic submission, for that we have created an account in… Continue reading Contact Us
Map Price
Map price extension is used to pop up description when hovering over the map price, The map price will be shown if the map price custom item field has some value. Custom field was created under custom tabe of item record, If we add any price map price will shown Main css .product-details-full-main a span… Continue reading Map Price
UPS MY CHOICE
Ups my choice is the tracking feature for customers of UPS. This means if we pass the all the required details, we can get in through it. In our extension, we have to integrate SCA with UPS MY CHOICE. For that, we have created an admin account in UPS for the auth credentials. Also developed… Continue reading UPS MY CHOICE
Bottom Description
This extension is used to show the description under the specific commerce category pages. When we create a custom category record might be shown on the configuration table and we can get the data easily by config data(it depends on the sca version) Other cases we need to load the category in script side and… Continue reading Bottom Description
Reseller form
In this extension, we have to add a reseller form with different inputs, when the customer submits with these fields, it will create an prospects in backend Creation of prosepects Also we have used Sweet alert for , customised popup
category slider
In this extension, we need to add all categories on the Home page with scroller ( owl carousel). For getting all the categories, we have an inbuild function called SC.CATEGORIES var slidercat=SC.CATEGORIES[0].categories; On the template we have loaded the owl carousel script
Clearance sale
Need to add the checkbox for clearance sale in each item record. Also need to add a customised price level to set the price for clearance.if you select clearance sale from UI then sale producers only show. change default price level to customised level. For changing price level we need to change the default itemkeymapping… Continue reading Clearance sale
Give Customers Permission to Request and View Quotes
Edit the Customer Center role in NetSuite to give your customers permission to request a quote and view their submitted quotes. To edit the Customer Center role permissions for Quotes: Go to Setup > Users/Roles > Manage Roles. Click Customize next to the Customer Center role. Go to the Permissions tab and the Transactions subtab. Change the level of access for the Estimate/Quote permission… Continue reading Give Customers Permission to Request and View Quotes
Extend The Child view in SCA
Extend the child view of the ‘Header.Profile.View’ view. added example below