My Stuff
Please note that on Friday, September 19, 2025, at 8:00 PM Pacific time, our Case Management System will undergo a scheduled maintenance for approximately 4 hours. During this time, case creation via SuiteAnswers will be unavailable and inbound calls will be routed to Customer Service.
Comments
-
Hi @User_LI8ET , Thank you for posting in the community! Our gurus/members will check on your concern and get back with more information. To everyone, feel free to share your insights. -Mikko
-
Did we answer your concern in this matter, @Michael Shparber ? -Mikko
-
How things going on your end, @Jeff Byttow ? -Mikko
-
Did we answer your question, @User_CS3KK ? -Mikko
-
Have you tried using SS 2.1 and check if the issue persists, @nir.levy ? -Mikko
-
Did we answer your concern here, @Strategit_Shunta4 ? -Mikko
-
Do you still need assistance on this concern, @Strategit_Shunta4 ? -Mikko
-
Have you check the data source used, @Matan Shachaf ? -Mikko
-
Can you try again and test this script alone without other library/scripts deployed on the record? Some cases encountered this error due to libraries/scripts using log as function as well or conflict with the fieldChanged function. -Mikko
-
While we check the error with regard to logging, I noticed you used price_value as id and custom as the value. Can you clarify if you are pertaining to the Price Level on this? -Mikko
-
On your NetSuite Account, you can check under Home -> Settings Portlet -> Set Up SuiteAnalytics Connect the data source for your account. On MS Excel, I noticed that you are using the NetSuite DSN, you can check the ODBC configuration the DSN config. Search "ODBC Data Source" in your machine. E.g Windows Start -> Search.…
-
Hi @AndreaK2 , Thank you for posting in the community! Please allow some time for the gurus/members to look into your concern. To everyone, feel free to share your knowledge. -Mikko
-
Hi @AndyC_2878 , Thank you for posting in the community! Let us check on your concern and get back with more information. To the community, we encourage you to share your thoughts that can help our fellow member. -Mikko
-
Hi @Igor Povolotski , thank you for searching related topics in the community! Upon checking, this is still under enhancement(218990 Suitescript > Intercompany Transaction Management > Intercompany Sales Orders and Purchase Order with Inventory Items > Unable to Join with associated Intercompany Transaction ) -Mikko
-
Hi @Matan Shachaf , what data source are you using? NetSuite.com/NetSuite2.com references different tables. The Connect Browser is for NetSuite.com while this article will help you find the tables/fields for NetSuite2.com. -Mikko
-
Hi @Vernita , What data source are you using?(E.ge NetSuite.com/NetSuite2.com) The Connect Browser is intended for the legacy data source. NetSuite2.com uses different table names. You may check this article on how to find the tables/fields in your account. -Mikko
-
Thank you for sharing the resolution you found, @pradeep.r.s ! -Mikko
-
The script that encounters the error. I can see there is a beforeLoad function. Would it be possible for you to copy the function so we could check? -Mikko
-
Hi @Bee Yook , Here is a simple example on how to use trim() on the script. var poNum = nlapiGetFieldValue('otherrefnum'); poNum.trim() On the nlapiLogExecution on your example, you can simple put poNum.trim() Let us know if it works on your end. -Mikko
-
Hi @OliverK , Upon checking, the custom price for price group is under enhancement(176688 # Lists > Relationships > Customers > Financial > Group Pricing : Allow custom price level for each pricing group). However, changing the price level per item to custom can be done via script. -Mikko
-
You may check this article for sample payment gateways available in certain Countries. -Mikko
-
Hi @filippo.blengini , Thank you for posting in the community! Kindly give some time for the gurus/members to check on your concern and get back with more information. Hi @Jack Daryl Espiel-Oracle /@Joahnna Given Uy-Oracle /@Kristoffer Viray-Oracle , any ideas to give? To everyone, feel free to share your thoughts. -Mikko
-
Hi @emcee_uk , Thank you for posting in the community! Let us check on your concern and update this thread for any findings. To the community, we encourage you to share your insights. -Mikko
-
Hi @Paul Reading , Thank you for posting in the community! Please allow some time for the gurus/members to check on your concern and get back with more information. Hi @Micah Timbol-Oracle /@Katerina Winklerova-Oracle , any thoughts for this one? To everyone, feel free to share your knowledge. -Mikko
-
Hi @OliverK , Thank you for posting in the community! While we check on your concern, would you mind providing the related thread you have mentioned? -Mikko
-
@Eklon Eleuterio , glad to hear that! We will take note of that. For now, is it possible for you to share what exact steps you made so we could include it in the documentation? -Mikko
-
Currently, that would be the best option as you already know, SuiteBundler is planned to be deprecated . Copy to Account is one option as well. However, you mentioned that it is not as good as using bundles. -Mikko
-
There is already an enhancement request filed related to the concern. You could vote on that enhancement to be implemented in the future or you can submit a new enhancement request with specific requirements. To add a vote on an enhancement, you may submit a case to NetSuite support team or visit SuiteIdeas. -Mikko
-
Would you be able to provide the script? Please exclude confidential information. if it is not possible, would you be able to submit a case to support team so they could further check the script. -Mikko
-
May we ask what kind of script would you like to call? There are some ways you can call another script, see articles below for references: Custom Module Examples N/redirect Module Form.clientScriptFileId/Form.clientScriptModulePath Let us know if these articles are helpful. -Mikko