Minha área
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
Comentários
-
Hello, I tried replicating your concern on my end and encountered the same error: "detail": "Error while accessing a resource. You have attempted an invalid sublist or line item operation. You are either trying to access a field on a non-existent line or you are trying to add or remove lines from a static sublist." I also…
-
https://community.oracle.com/netsuite/english/discussion/comment/16903111#Comment_16903111 Hello, Were you able to check this? Thank you!
-
Hello, Upon reviewing your concern, I found that there is an existing enhancement request related to this: 193960 SSS > Scheduled Script > Provide the Ability to Terminate Processing/In Progress Script. You may consider voting for this enhancement through the SuiteIdeas page. For reference, please see 10054: Voting for…
-
Hello, After reviewing related documentation and past cases, I wasn’t able to find any information that directly addresses this concern. I also checked my account to see if it’s possible to include the SAML SSO last modified field in saved searches, but unfortunately, I couldn’t locate any option for that. If anyone in the…
-
Hello, Upon reviewing your concern, it appears that you are currently using SuiteScript 1.0, which is an earlier version of NetSuite’s scripting framework. Please note that this version is no longer being updated, which may be contributing to the issues you are encountering, as NetSuite itself continues to receive annual…
-
Hello @Monirul Islam, Please let us know if @Dext3r ’s response aligns with your concern or if you need further clarification. Thank you!
-
https://community.oracle.com/netsuite/english/discussion/comment/16902877#Comment_16902877 Hello, Were you able to check this? Thank you!
-
Hello, You may refer to the following SuiteAnswers article which provides guidance related to your inquiry: Setting Up Additional Fields Through Mobile Customization This article may help you map and configure your requirement for capturing additional custom field data within the WMS Mobile App. Please review the details…
-
We encourage you to share your expertise to help our member, @dpto . Your input is greatly valued and plays an important role in strengthening our community. For those who are just getting started with NetSuite, we also recommend exploring our New to NetSuite category. It’s a great starting point packed with resources and…
-
https://community.oracle.com/netsuite/english/discussion/comment/16902758#Comment_16902758 Hello, Were you able to check this? Thank you!
-
We encourage you to share your expertise to help our member, @carve55 . Your input is greatly valued and plays an important role in strengthening our community. For those who are just getting started with NetSuite, we also recommend exploring our New to NetSuite category. It’s a great starting point packed with resources…
-
Hello, Please note that the Support Team is only permitted to use SOAP Requests and Responses when testing and validating integrations through SuiteTalk SOAP Web Services. To further check your concern, I conducted a test using a sample Sales Order with the status Pending Approval, and I successfully updated it to Pending…
-
https://community.oracle.com/netsuite/english/discussion/comment/16902444#Comment_16902444 Hello, Were you able to check this? Thank you!
-
Hello @User_SCYT4 , This discussion has been created separately to address your concern regarding NS Support and SuiteAnswer. Thank you!
-
Hello, You can verify whether the field is exposed in SuiteScript by checking the Records Browser. If the field is not listed there, it means it is not exposed for scripting. Thank you!
-
Thank you for the confirmation. Do you have any updates on your Support Case? Once the Support team identifies the root cause, we’d appreciate it if you could share the results here in the community for everyone’s reference. Regarding the Planned Order record, it is scriptable in both client and server SuiteScript. This…
-
Hello, I suggest creating a Customer Support Case so the Support team can check the cause of the slow loading on the Order Items page using their tools. Additionally, if you’re referring to automating the process using SuiteScript, may I confirm if you’re referring to the Purchase Order record? If so, this record is…
-
https://community.oracle.com/netsuite/english/discussion/comment/16902273#Comment_16902273 Hello, Once the support identify the root cause, I would appreciate if you can share your results here in our community.
-
Hello, Were you able to check my previous reply? Additionally, upon reviewing the REST Supported Browser, I found that the Tax Schedule record type is not included in the list. Therefore, we can confirm that it is currently not exposed in the REST API. Further checking also shows that there are existing enhancement…
-
Hello, Could you please provide the REST request or payload for us to check? Thank you!
-
We encourage you to share your expertise to help our member, @Nickoletta Gounaris. Your input is greatly valued and plays an important role in strengthening our community. For those who are just getting started with NetSuite, we also recommend exploring our New to NetSuite category. It’s a great starting point packed with…
-
Hello, Thank you for sharing this concern. Since the issue started after the recent release, I recommend creating a Support case so the team can take a closer look. They’ll be able to confirm if this behavior is related to changes from the update or if it may be a potential defect that needs further attention.
-
We encourage you to share your expertise to help our member, @User_KQNPL. Your input is greatly valued and plays an important role in strengthening our community. For those who are just getting started with NetSuite, we also recommend exploring our New to NetSuite category. It’s a great starting point packed with resources…
-
We encourage you to share your expertise to help our member, @Gab JS. Your input is greatly valued and plays an important role in strengthening our community. For those who are just getting started with NetSuite, we also recommend exploring our New to NetSuite category. It’s a great starting point packed with resources and…
-
みなさん、時間です! 正しい解答とその説明については、次の詳細を参照してください。 正解: 正 説明: SuiteQLでは、相互結合は、ある表のすべての行と別の表のすべての行を結合するSQL結合の一種です。結果はデカルト積と呼ばれます。たとえば、5人の顧客と4人の従業員がいる場合、相互結合によって合計20個の組合せ(5 x 4 = 20)が得られます。詳細は、「NetSuiteの始め方| SuiteQL結合タイプ: 相互結合」を参照してください。 NetSuiteの始め方ページの他の役に立つ記事をチェックして、NetSuiteの経験を最大限に活用しましょう。
-
Tempo está acontecendo, pessoal! Veja os detalhes abaixo para obter a resposta correta e sua explicação: Resposta correta: Verdadeiro Explicação: No SuiteQL, uma junção cruzada é um tipo de junção SQL que combina todas as linhas de uma tabela com todas as linhas de outra tabela. O resultado é chamado de produto cartesiano.…
-
¡Se acabó el tiempo! La respuesta correcta y su explicación figuran a continuación: Respuesta correcta: Verdadero Explicación: En SuiteQL, una unión cruzada es un tipo de unión SQL que combina cada fila de una tabla con cada fila de otra tabla. El resultado se llama producto cartesiano. Por ejemplo, si tiene 5 clientes y 4…
-
Time's up, everyone! Kindly see details below for the correct answer and its explanation: Correct Answer: True Explanation: In SuiteQL, A Cross Join is a type of SQL join that combines every row from one table with every row from another table. The result is called a Cartesian product. For example, if you have 5 customers…
-
Congratulations! 🎉
-
We encourage you to share your expertise to help our member, @Jo_M. Your input is greatly valued and plays an important role in strengthening our community. For those who are just getting started with NetSuite, we also recommend exploring our New to NetSuite category. It’s a great starting point packed with resources and…