Adding custom discount amount in sales order form when order is placed with help of client script in netsuite First login to netsuite account Navigate to Customization > Scripting >script >new add your script file in it and deploy it The example of client script for sales order form update is as given below
Month: April 2023
How to solve border issues showing only in Mozilla(Firefox)
To solve the border issues in the firefox , we need to use border and overflow , we need to use overflow hidden and need to give border radius so that the extra lines which we used clip path and removed will disappear in Firefox also .facets-items-collection-view-row { overflow: hidden; … Continue reading How to solve border issues showing only in Mozilla(Firefox)
Tips and Tricks on NetSuite
If admins are not seeing a certain feature, make sure it’s turned on by going to Setup > Setup Manager. Then search for the feature you’re looking for and see if it’s enabled. Admins can reschedule system maintenance by navigating to Setup > Company > Customer-Scheduled Maintenance and clicking Reschedule next to the maintenance item.… Continue reading Tips and Tricks on NetSuite
Tips and Tricks on Dashboards
The Navigation Portlet SuiteApp can provide a major assist to admins, as it allows them to create a role-specific home dashboard portlet with categorized quick links to commonly accessed reports, records and other information for different users. Sales and operations employees can quickly get the information they need with customer or vendor dashboards. First pull… Continue reading Tips and Tricks on Dashboards
Issue with pulling JSON data in SuiteScript – NetSuite
When you send the NS object to the log function I believe it goes through a custom JSON.stringify process so if you want to just inspect values you can do: A snippet I often use for dealing with sublists is: and then
Tips and Tricks on Reports and Searches
Web queries allow admins to share many reports with colleagues that don’t have a NetSuite license. Navigate to the Report, click Customize and under the More Options tab, click the box for Allow Web Query. You can export the report to Excel and, once saved, the report will refresh with the latest data every time… Continue reading Tips and Tricks on Reports and Searches
Tips and Tricks on General and User Preferences
Adjust the number of rows in a list or entries in a search bar dropdown by going to Home > Set Preferences and under Optimizing NetSuite selecting the preferred number of results. Admins can standardize date formats on that same Set Preferences General tab under Formatting. Seeing internal IDs for all fields, records, lists, workflows… Continue reading Tips and Tricks on General and User Preferences
Returning Items
When you use the Advanced Receiving feature and receive inventory items returned by customers, you can choose whether the item is restocked in inventory or written off as an expense. Items that you receive against return authorizations and restock are added back into your inventory. Your inventory reflects the increased count of the returned item… Continue reading Returning Items
Create a portfolio(collection) gallery with filtering option using javascript.
How To Create a Portfolio Website Step 1) Add HTML: Step 2) Add CSS: Example Step 3) Add JavaScript: Example
Apply a Credit Memo on a Customer Payment
Go to Transactions > Customers > Accept Customer Payments > List (Administrator). Click Edit next to the payment where you want to apply the credit.To create a new payment click New Transaction. Fill in the necessary information for this payment On the Apply subtab, click the Credits subtab. Check the box in the Apply column next to each credit memo you want… Continue reading Apply a Credit Memo on a Customer Payment