My Stuff
Comments
-
Hello @Frank Lau, Good day. Is this the entire script? I just want to make sure I understand. The typical script structure looks like this: /** * @NApiVersion 2.1 * @NScriptType ScheduledScript */ define(['N/record'], /** * @param{record} record */ (record) => { /** * Defines the Scheduled script trigger point. * @param…
-
Hi @Sally Justiani, You're missing a closing bracket for the item id. { "tranDate": "2024-09-05", "item": { "items": [ { "line": 1, "item": {"id": "102"}, "quantity": 1, "taxcode":710, "location":3, "amount": 2000 } ] } } Can you please try this instead?
-
Olá @Daniel Ricarte, Sim você precisa primeiro da permissão "Logar usando Tokens de acesso" na sua função personalizada, ou "Logar usando tokens de acesso OAuth 2.0" se você usar OAuth 2.0. E então, você precisa criar um registro de integração com a sua função de Administrador. Uma vez que ambos são configurados, você pode…
-
Hello @User_QGI00, Good day and thank you for posting this new thread! Hello everyone! We'd greatly appreciate your support in this matter.
-
Hello @User_FQ0VR, Good day and thank you for posting this new thread! Hello everyone! We kindly seek your support. Your active participation in aiding a fellow member is genuinely appreciated.
-
Hello @User_YMWNR, Good day and thank you for posting this new thread! Hello everyone! We'd greatly appreciate your support in this matter.
-
Hi @User_YMWNR, 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 @Dallas H, Were you able to check Sam's comment above?
-
Hello @User_0PAYS, I'm circling back to ensure you saw my previous communication. Should you require any additional support, please don't hesitate to contact us.
-
Ficamos felizes em tê-lo conosco hoje. Obrigado por criar este tópico. Permita que nossos gurus revisem sua preocupação e realizem sua investigação inicial. Entraremos em contato novamente se tivermos atualizações sobre isso. Para nossos outros membros, sintam-se à vontade para compartilhar suas ideias ou sugestões…
-
Hi @ImeldaSanchez, Good day and thank you for posting this new thread! Hello everyone! We kindly seek your support. Your active participation in aiding a fellow member is genuinely appreciated.
-
Hello @User_1OWF5, Good day and thank you for posting this new thread! Hello everyone! We'd greatly appreciate your support in this matter.
-
Hello @User_SJXBI, 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.
-
Olá @Daniel Ricarte, Sim, isso é possível para criar tokens de acesso no Sandbox para propósitos de teste. No entanto, eles não podem ser movidos para produção como eles são identificadores únicos para a sua conta NetSuite. Você precisa criar novos na produção. Para saber mais em como criar tokens de acesso no NetSuite,…
-
Hi @Renan Dantas, I am unable to replicate this concern on my end. Please file a case with support to verify if this is a defect. If you need assistance in raising one, please let me know.
-
Ficamos felizes em tê-lo conosco hoje. Obrigado por criar este tópico. Permita que nossos gurus revisem sua preocupação e realizem sua investigação inicial. Entraremos em contato novamente se tivermos atualizações sobre isso. Para nossos outros membros, sintam-se à vontade para compartilhar suas ideias ou sugestões…
-
Hello @User_0PAYS, Can you please provide the following? Affected record type/s. Portion of the script affected. (so that we can replicate it on our test account) Was there any update to this script or your account that could have affected its behavior? (bundle update, maintenance, account upgrade, etc.)
-
Happy to help!
-
If you had a recent moved to 2024.2, it would be best to reach out to support to verify if this is caused by the version upgrade. So that they can relay it to the engineers as soon as possible. Thank you.
-
Hello @User_3BV7F, Is there any recent update on your account that could have caused this? Bundle update, NetSuite version upgrade to 2024.2, etc. So far I am unable to find a case with a similar error in our records.
-
Hello @Dallas H, I'm just checking in to make sure you didn't overlook my prior message. If there's anything else we can do to assist you, please feel free to reach out.
-
Hello @Johann Granados, I'm circling back to ensure you saw my previous communication. Should you require any additional support, please don't hesitate to contact us.
-
Happy to help!
-
Hello @Dwight Schrute, Good day and thank you for posting this new thread! Hello everyone! We'd greatly appreciate your support in this matter.
-
Hello @Vernita, You can set the field to mandatory with a script using the code: /** * @NApiVersion 2.1 * @NScriptType UserEventScript */ define(['N/ui/serverWidget'], /** * @param{serverWidget} serverWidget */ (serverWidget) => { /** * Defines the function definition that is executed before record is loaded. * @param…
-
Hi @User_C3DOL, Good day and thank you for posting this new thread! Hello everyone! We kindly seek your support. Your active participation in aiding a fellow member is genuinely appreciated.
-
Hello @Johann Granados, According to SuiteAnswers Permission to Access the Manage Integration Page, these are the steps to gain access to the Manage Integrations page: Login as Administrator Navigate to Setup > Users/Roles > Manage Roles Click Edit on Custom Role Permissions: Click Lists sublist Select Integrations…
-
Hello @User_64PY4, I'm circling back to ensure you saw my previous communication. Should you require any additional support, please don't hesitate to contact us.
-
Hello @Dallas H, This appears to be related to a question asked by @Dext3r before. He provided samples of different ways to get the item type with a saved search. You may want to check it out.
-
Hello @User_64PY4, I'm not exactly sure how this article is written. Script deployment records do not have these fields mentioned here by default. It could be using a SuiteApp or SuiteBundle and is not an out-of-the-box solution.