My Stuff
Nominate Your Peers for NetSuite Support Community's Choice of the Quarter! Submit your nomination today.
Intelligent Payment Automation version 1.0.3 is now available in the SuiteApp Marketplace. The SuiteApp, powered by BILL, lets you automate payments, manage vendor details, and bank account information within NetSuite. Learn more
Comments
-
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…
-
Hi, To retrieve the customer's address, you need to reference the EntityAddress table. Here’s an example query that you can use to modify your existing query: SELECT c.id AS customer_id, c.entityid AS customer_name, a.addr1 AS address_line_1, a.addr2 AS address_line_2, a.city,a.state,a.zip,a.country,a.addressee FROM…
-
Your insights would be a valuable addition to the concern and are greatly appreciated for our member, @mardel. In the meantime, you might be interested in participating in our Weekly Quiz. You only have until October 24, 2:00 PM ET to comment on your answers and earn rewards! Click here for more details.
-
Hello, After reviewing the related concerns, it appears that several instances of the SSS_CONNECTION_TIME_OUT error have occurred, and many of these have been identified as defects. I would recommend contacting the NetSuite Customer Support team, as they have the appropriate tools and resources to conduct a more in-depth…
-
We encourage you to share your valuable thoughts and opinions, which will be highly appreciated by @mgrams. In the meantime, you might be interested in participating in our Weekly Quiz. You only have until October 24, 2:00 PM ET to comment on your answers and earn rewards! Click here for more details.
-
Thank you for sharing, @michael.vega
-
https://community.oracle.com/netsuite/english/discussion/comment/16874736#Comment_16874736 Hi, Were you able to check this? Thank you!
-
Hi @Shubham_Singh If you find @MTL_MIA's reply to your question useful. By clicking the “Yes” button for “Did this answer the question?” in his/her reply, you’ll be able to help the community members who might have a similar concern find the answer easier and you will also get closer to earning your next Answer Accepter…
-
https://community.oracle.com/netsuite/english/discussion/comment/16874609#Comment_16874609 Hi, were you able to check this? Thank you!
-
https://community.oracle.com/netsuite/english/discussion/comment/16874586#Comment_16874586 Hi, were you able to check this? Thank you!
-
https://community.oracle.com/netsuite/english/discussion/comment/16874604#Comment_16874604 Hi @Charles B , Were you able to check this? Thank you!
-
https://community.oracle.com/netsuite/english/discussion/comment/16874422#Comment_16874422 Hi, Were you able to check this? Thank you!
-
We would greatly appreciate your valuable insights for our member, @Jessie P. Your input would be highly valued. Additionally, if you know of anyone who is new to NetSuite, kindly direct them to our "New to NetSuite" category, where they can find useful information and guidance.
-
Hi @User_FGX8B , Have you seen this response? https://community.oracle.com/netsuite/english/discussion/comment/16874400#Comment_16874400 Thank you!
-
Hi, Upon checking related cases, I would like to verify if you added the following type parameter to the script? Example: var search = search.load({ id: customsearchxxx, type: 'InventoryBalance' }); Thank you!
-
We would greatly appreciate your valuable insights for our member, @User_SV5IG. Your input would be highly valued. Additionally, if you know of anyone who is new to NetSuite, kindly direct them to our "New to NetSuite" category, where they can find useful information and guidance.
-
Hi @Charles B , Have you found a solution for this issue? It seems @Aaron McCausland is experiencing the same problem. Thank you!
-
We would greatly appreciate your valuable insights for our member, @User_44WY6. Your input would be highly valued. Additionally, if you know of anyone who is new to NetSuite, kindly direct them to our "New to NetSuite" category, where they can find useful information and guidance.
-
We would greatly appreciate your valuable insights for our member, @User_EPWHS. Your input would be highly valued. Additionally, if you know of anyone who is new to NetSuite, kindly direct them to our "New to NetSuite" category, where they can find useful information and guidance.
-
Hi, After reviewing the article on record.transform(options) and confirming that it does not expose Item Receipt to Vendor Bill, it appears that our current understanding is based solely on the available documentation. I’m reaching out to see if any other community members have encountered a similar need and may have found…
-
Hello, May I kindly ask if there are any deployed scripts associated with the record? If so, could you please confirm whether they are part of a bundle or custom script? Additionally, are there any error logs available in the script record? Thank you!