My Stuff
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Comments
-
Hello, After reviewing similar issues, they recommend selecting the preferred checkbox of the custom form. Have you completed this? Also, does the script originate from NetSuite's professional services? It appears you've reached out to them regarding this matter.
-
Hello, everyone! We ask you to help our member @User_Y5AG0 with your valuable knowledge and support. Your input is highly valued. Thank you for your assistance! In the meantime, in case you know someone who is new to NetSuite, we encourage you to direct them to our newly launched "New to NetSuite" page. This page is…
-
Hi, According to the SuiteAsnwer Article, using displayType is only available in User Event Script beforeLoad and in Fields only. See serverWidget.SublistType for available displayType in Sublist. Additionally, there's multiple Enhancement request about hiding sublist. 262014 User Event Script > sublist.addField > Sales…
-
Hello, everyone! We ask you to help our member @Sameer Abu Ata with your valuable knowledge and support. Your input is highly valued. Thank you for your assistance! In the meantime, in case you know someone who is new to NetSuite, we encourage you to direct them to our newly launched "New to NetSuite" page. This page is…
-
Hi, Could you please check this SuiteAsnwer Article about performance related in NetSuite. See Troubleshooting Network Performance Additionally, here's the link of New to NetSuite. Thank you!
-
Thank you for this information. Once the support identify the root cause, I would appreciate if you can share your results here in our community.
-
Hi, The "Cannot read properties of undefined (reading '0')" error occurs when accessing an undefined value at index 0. To solve the error, initialize the variable to the correct data type, e.g. an array or a string, before accessing the index.
-
Hi, You can try to use saveRecord(scriptContext) as function that is executed when a record is saved (after the submit button is pressed but before the form is submitted). See SuiteScript Client Script Sample. Thank you!
-
Hello, everyone! We ask you to help our member @User_6Z0Y6 with your valuable knowledge and support. Your input is highly valued. Thank you for your assistance! In the meantime, in case you know someone who is new to NetSuite, we encourage you to direct them to our newly launched "New to NetSuite" page. This page is…
-
Hello, everyone! We ask you to help our member @User_2LD8N with your valuable knowledge and support. Your input is highly valued. Thank you for your assistance! In the meantime, in case you know someone who is new to NetSuite, we encourage you to direct them to our newly launched "New to NetSuite" page. This page is…
-
Hello, I recommend developing a new script that manages the field's behavior to avoid repeatedly setting the value. Additionally, it might be worth exploring alternative client script types in such cases. Thank you for considering this suggestion!
-
Hi, I would like to follow up on this thread. Please let us know if you need further assistance. Thank you!
-
hi, I would like to follow up on this thread. Please let us know if you need further assistance. Thank you!
-
Hi, I would like to follow up on this thread. Please let us know if you need further assistance. Thank you!
-
Hi, I would like to follow up on this thread. Please let us know if you need further assistance. Thank you!
-
Hello everyone! Has anyone in the community worked with a 3rd Party Integration, Mettler Toledo's Form+ Formulation System, and faced a similar scenario? Any insights you can offer would be much appreciated.
-
Hi, According to REST Web Services Invoice Record, REST web services do not support legacy tax features. To work with taxation through REST web services, you must have the SuiteTax feature enabled. For more information about using SuiteTax, see SuiteTax. Additionally, in SuiteQL, Tax Details (transactionTaxDetail) is…
-
Hello, As per our Technical Leads, modifying the document number is feasible. We suggest discussing your technical specifications with your in-house developer. Alternatively, you can engage our Professional Services or Advanced Customer Support Teams via your Account Manager. They can assist in its development. Thank you!
-
Hi, The Map Reduce script should be able to handle the bulk of your saved search results as it has its own mechanism of handling resources. You can check your script if it complies with the Map Reduce Script Best Practices here: SuiteScript 2.x Map/Reduce Script Best Practices Other resources you might find helpful:…
-
Hello, It's quite likely that this behavior is considered normal. I recommend reviewing the SuiteAnswers Articles for a comprehensive understanding of the various Client Script Types and their definitions. These articles should offer valuable insights into the behaviors you're encountering within the system.…
-
Hello, Could you verify whether the parameter number value isn't a string? I've looked through various documentation regarding the error, and it indicates that it should be an integer. Thank you!
-
Hello everyone! Has anyone in the community worked with a 3rd Party Integration and faced a similar scenario? Any insights you can offer would be much appreciated.
-
Hello, Given that the resolution for this matter can differ based on individual circumstances and may require a thorough check on your end, such as through a Zoom meeting, it's recommended to submit a case to NetSuite Customer Support. Additionally, they have the tools required to thoroughly investigate and analyze these…
-
Hi, You can check this SuiteAnswer Article about setValueInPage(elementName, value). Additionally, Are the updates to your script originating from the bundle? If so, you should coordinate these changes with the owner of the bundle.
-
Hello, everyone! We ask you to help our member @User_8NPFP with your valuable knowledge and support. Your input is highly valued. Thank you for your assistance! In the meantime, in case you know someone who is new to NetSuite, we encourage you to direct them to our newly launched "New to NetSuite" page. This page is…
-
Hi, Have you tried if you will use this instead of render.xmlToPdf ? Additionally, have you tried creating s support case for them to check the script execution on your end? Thank you!
-
Hi Kindly use this one /** * @NApiVersion 2.x * @NScriptType Restlet * @NModuleScope SameAccount */ define([ 'N/record','N/format' ], function(record, format) { function doPost (){ var date = new Date(); var day = date.getDay(); var prevMonday = new Date(); log.debug({title: 'Date',details: date}); log.debug({title:…
-
Hello, everyone! We ask you to help our member @nag_m with your valuable knowledge and support. Your input is highly valued. Thank you for your assistance! In the meantime, in case you know someone who is new to NetSuite, we encourage you to direct them to our newly launched "New to NetSuite" page. This page is…
-
Hello, After reviewing various documentations, it seems that this feature is not yet supported in the current version of NetSuite. Upon investigation, there are existing enhancement requests addressing this issue: 134000 SSS - Please support the Approve execution event type on Journal Entries 257930 SuiteScript > User…
-
Hello, I'd like to verify whether the file.load('PrintTemplates/BarcodeFinal.html') pertains to HTML or xml? Could you provide a scenario demonstrating the process from capturing a screenshot in the record to observing its output in Suitelet after utilization? Thank you!