-
Sublist Change causing stack overflow - Fixed
I answered my own question but was unable to delete the question. Please ignore.
-
N/ui/dialog with HTML checkbox -- how to get value of the checkbox??
Hi guys, I have a dialog that has a "Do not show this message again" checkbox, however, I cannot get the value of the checkbox when the dialog is gone (by clicking the Ok or Cancel button). Do you guys have any idea how to get the checkbox value? I tried the onclick property however the client script cant seem to find my…
-
Suitelet List -- calling the l_sort function by NetSuite
Hi, I have a Suitelet that displays a list (using serverWidget.ui.createList), and I would like to have the sorting functionality (l_sort by NS ) to be called automatically once the page loads. Is there any way to do this? I've tried attaching a client script to the suitelet that calls the sort function but it does not…
-
Module Load Timeout
In SuiteScript v2.1, while using multiple custom script files being required in the main script (Client Script), 3 / 10 times we receive the load timeout error, and then we have to reload the screen. Is there any tip to avoid this?
-
Page Time Details shows that Client Init takes 75 seconds
Occasionally, and not consistently, we have pages in NetSuite take more than a minute, sometimes more than 2 minutes, to finish loading and allow users to interact with the fields on the form. When I look at the Record Pages Monitor, then drill down to the worst response time spikes, through to Page Time Summary and then…
-
Before Field Edit- Sublist field
Hi There I have a scenario where I want to copy the value of a field on a sublist, before the user edits it, and store it in another field. I expect this should be possible with a script? If so, would it be a client script with entry point 'before field edit'? Thanks
-
Is there a way to increase the number of deployed client scripts for each record type?
Hello everyone! I hope you are all doing well. We are currently experiencing a significant issue with Client Scripts per Record Type due to the limitations imposed on deploying only 10 scripts simultaneously. The majority of these scripts are provided by Netsuite, while we also have some custom scripts. Our problem arises…
-
How to create Suitescript: Save Transfer Order Shipping Address from Client Script
Hello, I'm adding a conditional button to a custom record form, meaning that it shows or not depending on a value from the custom record, The way I'm doing this is through the beforeLoad method of a user event script and then adding the functionality of the button through a client script using…
-
Why Client SuiteScript stopped after new release Release 2023.1?
Hi, We have noted that the below line is not working after latest netsuite update. nlapiSetCurrentLineItemValue('item', 'taxcode', 25407, true,true); Please can anyone advise !!! Best Regards
-
How to resolve the MODULE_DOES_NOT_EXIST error when calling a Client Script?
I created a ClientScript in which I try to redirect to suitlet, but an error occurs. Here is the code I am using: I went into Customizations, uploaded the script (I saved it into the SuiteScripts Folder), and deployed it following the info in the help center. When I try to save the script, I get an error: Fail to evaluate…