Mi contenido
Comentarios
-
Hello @Noufal P, Good day. I have consulted our experts regarding your concern and this is what they said: (A) Yes NS can connect directly with ZATCA (B) There is some steps you need go through to set up digital certificate. I hope this helps!
-
Hello @PatrickConrad, No, it is not supported as of now.
-
Hello @Aaron McCausland, Good day. I was unable to find any relevant documentation related to this error code as well. It is possible that this is a custom error from one of your scripts. Please provide a screenshot of the error you're getting. Thanks!
-
Hello @PatrickConrad, Good day. As of version 2025.1, it is NOT possible to add an action button on the Saved Search page whether via custom field record, workflow, or script. It is not included in the list of records in the Records Catalog and instead has its own module, N/search. It cannot be loaded via N/record nor…
-
Hello @User_DR9DT, Thank you for posting in the NetSuite Support Community! Hello everyone! Your expertise and knowledge are greatly appreciated, and we ask that you kindly offer your support. Your participation and willingness to assist a fellow member are sincerely appreciated.
-
Hello @User_S3PB4, Good day and thank you for posting in the NetSuite Support Community! Hello everyone! We would love to hear your insights regarding this topic. Your contribution is highly appreciated.
-
Hello @User_H3JQ6, Good day. Were you able to check the comment from TyClaes?
-
Hello @kees.netsuiteadmin, Good day and thank you for posting in the NetSuite Support Community! Hello everyone! We would love to hear your insights regarding this topic. Your contribution is highly appreciated.
-
Hello @Mark Schurmann, Good day. SuiteAnswers Article Roles and Permission Considerations for APIs states that the following permissions must be present for the REST API Integration to work: REST Web Services (present) Log in using Access Tokens (present) SuiteAnalytics Workbook (missing) I was able to replicate the error…
-
Hello @Andrii Siryi, Good day! Following up on this thread in case you missed my previous comment.
-
Hello @User_ZDVKD, Thank you for posting in the NetSuite Support Community! Hello everyone! Your expertise and knowledge are greatly appreciated, and we ask that you kindly offer your support. Your participation and willingness to assist a fellow member are sincerely appreciated.
-
Hi @User_C9NIY, Good day! Following up on this thread in case you missed my previous comment. Thank you.
-
Hello @ User_ED3PZ, Good day! Upon checking with our engineers, Async batch operation in REST will be supported in 2026.1. Meanwhile, calculated fields can be derived by using formulas within SuiteQL queries.
-
Hello @Andrii Siryi, Good day. We cannot provide a sample code from scratch. However I was able to find this sample SOAP Request for adding Journal Entries in NetSuite: Please note that this sample is from version 2017. The updated Schema for SOAP can be found in the NetSuite Schema Browser.
-
Hello @User_C9NIY, Good day. Is it replicated when creating the record via NetSuite UI? If not, is there a way for you to check the API Request being sent by RAMP into NetSuite so that we can verify if it was an issue with the mapping from RAMP?
-
Hello @User_SJXBI, Good day. Following up on this in case you missed my previous comment. Thank you.
-
Hello @User_SJXBI, Good day. Can you please further elaborate your concern? Do you mean you want to reset your tokens within NetSuite?
-
Respuesta correcta: C. Devuelve una matriz de objetos { value, text } solo en modo dinámico Explicación: El método getSelectOptions() solo se puede utilizar en modo dinámico. Recupera las opciones disponibles de los campos desplegables, de selección múltiple o de radio y las devuelve como una matriz de objetos { value,…
-
Resposta correta: C. Retorna uma matriz de objetos { value, text } apenas no modo dinâmico Explicação: O método getSelectOptions() só pode ser usado no modo dinâmico. Ele recupera as opções disponíveis dos campos suspensos, de seleção múltipla ou de opção e as retorna como uma matriz de objetos { value, text }. Não há…
-
正解:C{ value、 text }オブジェクトの配列を動的モードでのみ返します 説明: getSelectOptions()メソッドは、動的モードでのみ使用できます。ドロップダウン・フィールド、複数選択フィールドまたはラジオ・フィールドから使用可能なオプションを取得し、それらを{ value、 text }オブジェクトの配列として返します。ポップアップ選択フィールドおよびドロップダウン最大エントリ数制限(500)を超えるリストはサポートされていません。詳細は、ここを参照してください。 NetSuiteの始め方 >SuiteCloudカテゴリにアクセスし、より多くの学習教材に関する最新情報を入手しましょう。
-
Time's up! Correct Answer: C. Returns an array of { value, text } objects in dynamic mode only Explanation: The getSelectOptions() method can only be used in dynamic mode. It retrieves available options from dropdown, multi-select, or radio fields and returns them as an array of { value, text } objects. Popup select fields…
-
Happy to help!
-
Hola @User_QUXKA, Estamos encantados de tenerle con nosotros hoy. Gracias por crear este hilo. Por favor, permita que nuestros gurús revisen su preocupación y realicen su investigación inicial. Nos pondremos en contacto de nuevo si tenemos novedades al respecto. Para nuestros otros miembros, siéntanse libres de compartir…
-
Hello @User_1H2LM, Good day. To check the possible root cause of the invalid login attempt, you can do the following steps: Navigate to Setup > Users/Roles > View Login Audit Trail. Click on "Personalize Search" button. In the Results subtab, add the "Detail" field. Click Save. Click Submit. On the right-most tab, you can…
-
Hello @User_WA9MO, Good day! Were you able to check the comments from Chelsea and Angela?
-
Hi @Inna Gerasimchik, Good day! Following up on this in case you missed my previous comment. Thank you!
-
Hello @nag_m Good day and thank you for posting in the NetSuite Support Community! Hello everyone! We would love to hear your insights regarding this topic. Your contribution is highly appreciated.
-
Hello @Elizabeth Vance, Thank you for posting in the NetSuite Support Community! Hello everyone! Your expertise and knowledge are greatly appreciated, and we ask that you kindly offer your support. Your participation and willingness to assist a fellow member are sincerely appreciated.
-
Hello @User_7WW0P, Good day! Upon checking, this functionality is not yet available in REST API. As a workaround, you can develop a RESTlet script that updates the Primary Contact instead. We cannot provide scripts from scratch, however you can use the Records Browser as a reference for your development process. I hope…
-
Hello, Upon checking, this is possible via SOAP but not via REST I have verified this by navigating to the REST API Browser (v2025.1) and SOAP Schema Browser (v2025.1) These documentations are the best way to validate which fields are available in NetSuite each respective features. Screenshot of the Schema Browser: I hope…