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, Were you able to check this? Thank you!
-
Hi, Were you able to check this? Thank you!
-
Hi, Were you able to check this? Thank you!
-
Hi, Were you able to check this? Thank you!
-
Hi, I just wanted to confirm—have you updated this to 2.1? I noticed in your original screenshot that it was set to 2.0
-
Hi, CurrentRecord.getCurrentSublistSubrecord(options) is only exposed in Client scripts. Are you using Client Script type right? Thank you!
-
That's interesting! I attempted to create a simple script to throw an error, and it worked as expected based on the logic. Could you please check the logs to confirm the taskStatus value and verify if it’s not "Progress"?
-
Hi, were you able to check this? Thank you!
-
Hello, Thank you for the clarification! Here is a SuiteAnswer article with sample code on Line-Level Ship Address for creation, Set Ship to and Shipping Group Field Values on the Line Item Level of Sales Order Transactions with Multiple Shipping Route via SuiteScript 2.0. Since you’re looking to update rather than create,…
-
Hello, Could you modify the API version in your original script to 2.1? Please refer to the screenshot. When debugging the script, it redirects to a different page.
-
hello, After reviewing your request, I believe that your requirements involve complex customization. I recommend consulting with the Advanced Customer Support Team through your Account Manager, as they can assist you in building the necessary custom solution or script, especially since the WMS is sourced from the bundle.…
-
Hello, Could you please try the sample code in Generate a Secure Token and a Secret Key? This might be the complete sample code, which could be more comprehensive than the example you currently have. Thank you!
-
Hello, Please feel free to refer to the following SuiteAnswers article for sample code Creating Price Book Record via Script If anyone in the community has encountered a similar need, your insights would be greatly appreciated! Thank you in advance for any guidance you can offer.
-
Hi there, Could you please clarify which transfer you're referring to? The options include: Bin Transfer Intercompany Transfer Order Inventory Transfer Transfer Order You can click on any of the records above to access the relevant SuiteAnswer article for more information. If not, it may mean the record isn’t currently…
-
Hello, To disable a specific field using SuiteScript, you might find the following SuiteAnswer articles helpful: Field.isDisabled. Set a Field to Disabled Using SuiteScript 2.0 Client Script When a Form Loads Let us know if this will address your concern. Thank you!
-
Hi, Upon reviewing the SuiteAnswer Article Message, it does not mention merging message records using SuiteScript. However, I found an existing enhancement request for this feature: 201911 Support Bulk Merge / Bulk Messages for scripting Please let me know if this addresses your concern. If it does, you may consider voting…
-
Hello, I've written an article on creating addresses using a script. You can find it under NSC | Default Shipping Address Creation in SuiteScript 2.0 I hope this helps with your concern. Thank you!
-
Hello, Once the support identify the root cause, I would appreciate if you can share your results here in our community. Thank you!
-
Hi, Thank you for sharing. Please let us know if this fully addresses your concern.
-
Hi, were you able to check this? Thank you!
-
Hi, After further review, I discovered a related issue with the shipMethod field being exposed in the NetSuite2.com Data Source. I recommend creating a support case to investigate this further, and it may be linked to the existing issue. Thank you!
-
O tempo está acontecendo, pessoal! Veja os detalhes abaixo para obter a resposta correta e sua explicação: Resposta correta: Programação Antecipada Explicação: Quando você usa os recursos Planejamento de rotas e procura, para gerar ordens de serviço de suprimento, você escolhe o método que o NetSuite usa para calcular…
-
¡Se acabó el tiempo! La respuesta correcta y su explicación figuran a continuación: Respuesta correcta: Programación hacia adelante Explicación: Cuando utiliza las funciones de enrutamiento y planificación de la demanda para generar órdenes de trabajo de suministro, elige el método que utiliza NetSuite para calcular los…
-
Time's up, everyone! Kindly see details below for the correct answer and its explanation: Correct Answer: Forward Scheduling Explanation: When you use the Routing and Demand Planning features to generate supply work orders, you choose the method NetSuite uses to calculate production requirements. These calculations assess…
-
Hi, Are you utilizing the transform function as referenced in the SuiteAnswer article Item Receipts? If not, could you please provide the complete error message you are encountering? Additionally, please note that in the UI, it is not possible to create an Item Receipt independently; it requires transforming a specific…
-
Hi, To prevent the submission process from continuing as soon as an error is triggered in a beforeSubmit User Event (UE) script, you need to ensure that the thrown error is recognized and stops the record submission. Here are some ways to achieve this: Throwing a Blocking Error in beforeSubmit:In a beforeSubmit User Event…
-
Hello, To enable the feature, please refer to the SuiteAnswer article Multiple Shipping Routes. After that, please add the Shipping Items under the Custom Role by navigating to Permissions > Lists. Let me know the results. Thank you!
-
Hello, After coordinating with the SCM Team, I have confirmed that the updated version of SCM Mobile is 24.2. Both the SCM Team and I recommend creating a Customer Support Case so they can further investigate your concern, as they have the necessary tools for this. Thank you!
-
Hi, Once the support team identifies the root cause, I would appreciate it if you could share the results here in our community. Thank you!
-
Hi, According to SuiteAsnwer Article, beforeSubmit event can be used with the following context.UserEventType: create edit xedit (inline editing; only returns the fields edited and not the full record) delete approve (only available for certain record types) cancel (only available for certain record types) reject (only…