Added exchange rate fields in General Ledger and Balance Sheet reports. However, the decimal point is not displayed.Enhancement # 145845 – Exchange rates should not be rounded off to 2 decimal places when exposed on saved searches and reports. Enhancement # 372832 – Balance Sheet Detail Report > Exchange Rate Field > Change Decimal Places to Match with the… Continue reading exchange rate fields in General Ledger and Balance Sheet reports
Category: Errors & Solutions
Articles related to errors and its solutions
Formula(HTML) progress bar
First test: On my first test, I’ve replicated your concern with simpler values: ‘<progress style=”accent-color:red;” value=”‘||55-5||’” max=”100″></progress>’ Results: Which is to be expected based on your concern. Second Test: I followed your advise wherein if I change the arithmethic symbol to * or /: ‘<progress style=”accent-color:red;” value=”‘||10*5||’” max=”100″></progress>’ Results: With this, it shows the correct progress bar as… Continue reading Formula(HTML) progress bar
Limit Shipping Method list in Transactions
In NetSuite, you might encounter situations where an account has a long list of available shipping methods, but only a few are frequently used. Directly limiting the shipping methods in the Shipping Method field is not possible. Solution Limit the shipping methods visible to users by using a custom list and a custom field, with… Continue reading Limit Shipping Method list in Transactions
Common issues and solutions with SuiteScript
If you’re facing issues with SuiteScript, it can be due to a variety of reasons, from syntax errors to misconfigured script deployments. Here are some common issues and solutions: Script Execution Errors Issue: Scripts fail to execute due to syntax errors or incorrect API usage. Solution: Use the SuiteScript Debugger and nlapiLogExecution to identify and… Continue reading Common issues and solutions with SuiteScript
Suitelet Error: Invalid Page Parameter
Scenario: When a suitelet script calls another suitelet script or a client script with the link from url.resolveScript() method, we face an issue ‘Notice: Invalid Page Parameter’. Solution: This error occurs because we did not give the option ‘returnExternalUrl: true’ in the url.resolveScript()method. Without the ‘returnExternalUrl: true’ option, the method generates the internal URL of… Continue reading Suitelet Error: Invalid Page Parameter
Rearrange class columns depending on recent activity
Query Hi Team, Is it possible to rearrange the classes columns in an income statement depending on activity or recent date with activity? Answer per checking, the ability to arrange the columns in Financial Reports in accordance with own preference instead of alphabetical order is still a system limitation. This is currently logged as Enhancement #160869 One… Continue reading Rearrange class columns depending on recent activity
Mobile not passing Start Time & End Time
Query When using browser based NetSuite, if our employees enter Start & End Times on a time entry, those times are exposed and can be added to the results.in a TIME Saved Search. However, when using the Timer functionality in basic NetSuite Mobile app, the app seems to log the Start & End Times, however,… Continue reading Mobile not passing Start Time & End Time
Campaign Missing on Lead Source Field
Scenario When editing Lead Source on Lead/Prospect/Customer Record, not all campaigns are showing. Solution Lead Source Field on Lead/Prospect/Customer Record is based on the Campaign Category Field. Campaign Category is set on the Campaign Record used for tracking purposes on reports. If a certain Campaign Category is set on Lead/Prospect/Customer Record, then it will display Lead source that has the same… Continue reading Campaign Missing on Lead Source Field
Can credits and journals also be applied using the customer payment import?
As per checking, the ability to apply journal entries (credits) via csv import is still an enhancement logged under Issue 216783 Setup > Import/Export > Import CSV Records > Customer Payments > Ability to map Credits sublist data. For now, we can only apply credits from journals to invoices via UI (Customer Payment). One work… Continue reading Can credits and journals also be applied using the customer payment import?
NetSuite for Mobile No Data Returned Error
You may receive a No Data Returned error message. This may be due to a lost internet connection. Follow the steps in this procedure to correct the error. To clear a connection error: Reposition the device to restore the internet signal. When connectivity is restored, refresh the screen to reload the data.