How to solve “cannot sort by field ‘NLSortOption [field=commercecategoryseq, direction=desc]'” error wen we select commerce category in the website

When we click on the commerce category it will show the above error insted of showing commerce catogory items, we can solve this error using below method. Scenario: Solution: Step 1: In Netsuite go to Commerce –> Website –> Website Lists Step 2: Select the website and click on edit. Step 3: In Search Index… Continue reading How to solve “cannot sort by field ‘NLSortOption [field=commercecategoryseq, direction=desc]’” error wen we select commerce category in the website

How to solve “Java class “[Lcom.netledger.app.common.scripting.search.nlobjSearchResult;” has no public instance field or method ramed “toJSON” error in Suitescript 1.0

In suitescript after using nlapiSearchRecord we maight get this type of error we can solve this types of errors using below code. after Using nlapiSearchRecord we might get below type error For above types of error we have to stringfy the result of the search then the error will be resolved

How to add paypal Payment method to checkout page using Netsuite.

If customers wants to place there order by paying using paypal, they can use payment method as paypal checkout method. If you do not already have a PayPal merchant account, go to PayPal to set one up. In NetSuite, you can go to Setup > Accounting > PayPal Accounts > New and click the link near the top of… Continue reading How to add paypal Payment method to checkout page using Netsuite.