Issue with product name in the SCA website

Some of the items name is showing incorrectly with HTML code in the webstore as below image. Solution: Inspect the code and find the class name and search it in the theme. In the theme the code might be having only 2 {}.For example the code might be as follows. For HTML the code changed… Continue reading Issue with product name in the SCA website

What is Performance Health Dashboard

Jira Code : BGGN-331 Description The Application Performance Management (APM) SuiteApp lets you monitor and manage NetSuite performance for business critical operations. We can use the Performance Health Dashboard in the Application Performance Management (APM) SuiteApp to monitor issues that may affect the performance of different functionalities in Netsuite. The Performance Health Dashboard lets you monitor… Continue reading What is Performance Health Dashboard

Sales Rules

Sales rules are sets of conditions that group together potential customers before they are assigned to sales reps or territories. You can assign rules based on city, customer status, state, company and many more. The netsuite system will gather this information from lead, prospect and customer records to sort them according to a sales rule.… Continue reading Sales Rules

Phantom Assembly in NS Manufacturing

A phantom assembly is typically a non-stocked assembly that groups the components needed to produce a subassembly. They are called phantoms because they are not counted as inventory items but are created to fulfil the requirements of a higher-level assembly.  To create a phantom assembly: 1.Go to Lists > Accounting > Items > New2.Select Assembly/Bill of Materials from… Continue reading Phantom Assembly in NS Manufacturing

Issue when adding matrix item to cart

When a shopper adds a Matrix Item to the cart, an error “Sorry, there is a problem with this Item and can not be purchased at this time. Please check back later.” will pop-up and item cannot be added. One of the possible causes of the issue is a misconfiguration of the Transaction Item Options associated for the Matrix Item.So after configuring… Continue reading Issue when adding matrix item to cart

Billing Accounts

A billing account is a child record on the customer record. It is used to show all billing-specific information for that customer. ​The billing account record includes billing schedule, default payment terms, the bill to address, and currency. ​More than one billing account should be created for our customer if the customer has a need to be billed using different… Continue reading Billing Accounts

How to disable link from in built libraries of HTML

We need to inspect the html and need to find out the id of the link attached tag. If it is an <a> tag then write the below code in styles for disable it <style> #qr-reader div span a { pointer-events: none; } </style> Or can disable every clickable links by below code.

Landed Cost

We can use the Landed Costs feature to track the expenses we incur when purchasing our inventory. Landed costs provide the ability to increase the asset value of inventory by including additional expenses associated with procuring stock, such as freight and duty fees. Expenses that contribute to landed costs can include the following: shipping charges… Continue reading Landed Cost