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
-
Seeking your valuable knowledge for our member @User_RLV0D. Your input is highly appreciated. By the way, join the webinar about the " Getting Started with SuiteScript" on May 7, 2024 at 11 AM PT. Click on this link to register. Don't forget to RSVP on this page as well!
-
Seeking your valuable knowledge for our member @User_EPWHS. Your input is highly appreciated. By the way, join the webinar about the " Getting Started with SuiteScript" on May 7, 2024 at 11 AM PT. Click on this link to register. Don't forget to RSVP on this page as well!
-
https://community.oracle.com/netsuite/english/discussion/comment/16857546#Comment_16857546 Hi, Let us know if you need further assistance on this. Thank you!
-
Hola, Si alguien dentro de nuestra comunidad ha encontrado una necesidad similar y tiene ideas sobre soluciones alternativas, agradecería mucho su opinión. Gracias de antemano por cualquier ayuda que pueda ofrecer.
-
Hello, Has the "preferred" checkbox been marked on your custom form? It's possible that your script includes fields exclusively in custom forms and not in the standard one.
-
Hello, I've thoroughly searched through all the materials related to MS Dataverse (formerly Dynamics 365) and MS PowerApps, but unfortunately, I couldn't find any relevant articles. However, if you're referring to SuiteTalk, you might want to explore the SuiteAnswer Article, SuiteTalk Web Services Moreover, you can refer…
-
Hello, If you're looking to activate the User Event script from the website, please refer to this SuiteAnswer article on Execution Contexts. Thank you!
-
Hello, Regrettably, no solution exists based on the Enhancement requests. However, if anyone within the community has encountered a similar need and knows of an alternative solution, your insights would be greatly valued.
-
Hi, @3962015 , please inform us if this has already been successful fof @Rebecca Carter to be aware of. Thank you! Furthermore, Rebecca, could you kindly address any requirements regarding this matter? Thank you!
-
Seeking your valuable knowledge for our member @NSPK. Your input is highly appreciated. By the way, join the webinar about the " Getting Started with SuiteScript" on May 7, 2024 at 11 AM PT. Click on this link to register. Don't forget to RSVP on this page as well!
-
https://community.oracle.com/netsuite/english/discussion/comment/16857466#Comment_16857466 Hi, were you able to check it? Thanks!
-
https://community.oracle.com/netsuite/english/discussion/comment/16857317#Comment_16857317 Hi, Have you created a customer support case to further check on this? Once the support identify the root cause, I would appreciate if you can share your results here in our community.
-
https://community.oracle.com/netsuite/english/discussion/comment/16857244#Comment_16857244 Hi, were you able to check this? Thank you!
-
Seeking your valuable knowledge for our member @Todd Juenemann. Your input is highly appreciated. By the way, join the webinar about the " Getting Started with SuiteScript" on May 7, 2024 at 11 AM PT. Click on this link to register. Don't forget to RSVP on this page as well!
-
Seeking your valuable knowledge for our member @Tybrneryan. Your input is highly appreciated. By the way, join the webinar about the " Getting Started with SuiteScript" on May 7, 2024 at 11 AM PT. Click on this link to register. Don't forget to RSVP on this page as well!
-
Seeking your valuable knowledge for our member @User_FL4CK. Your input is highly appreciated. By the way, join the webinar about the " Getting Started with SuiteScript" on May 7, 2024 at 11 AM PT. Click on this link to register. Don't forget to RSVP on this page as well!
-
https://community.oracle.com/netsuite/english/discussion/comment/16857257#Comment_16857257 Hi, Were you able to check this? Thank you!
-
Hi, Upon checking, there's an existing Enhancement requests for this: 339129 SS > Change field background color using SuiteScript (Client and Server sides) 182545 SSS > to be able to set the background color for the custom sublist You can vote for this enhancement on the SuiteIdeas page. See 10054: Voting for Enhancements
-
Hi, With that, I would recommended to file a case to NetSuite Customer Support, as they have the tools to investigate and analyze these issues with its logs.
-
Hi, were you able to check this? Thank you!
-
Hi, I meant, if you already have refresh your tokens? If so and the issue is still there, I would recommended to file a case to NetSuite Customer Support, as they have the tools to investigate and analyze these issues and its logs.
-
Hola @Jamer Chavarrio, 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…
-
Seeking your valuable knowledge for our member @User_JRLEH. Your input is highly appreciated. By the way, join the webinar about the " Getting Started with SuiteScript" on May 7, 2024 at 11 AM PT. Click on this link to register. Don't forget to RSVP on this page as well!
-
What record are you referring in this concern?
-
Seeking your valuable knowledge for our member @User_JRLEH Your input is highly appreciated. By the way, join the webinar about the " Getting Started with SuiteScript" on May 7, 2024 at 11 AM PT. Click on this link to register. Don't forget to RSVP on this page as well!
-
Seeking your valuable knowledge for our member @User_7BO09. Your input is highly appreciated. Join the webinar about the " Getting Started with SuiteScript" on May 7, 2024 at 11 AM PT. Click on this link to register. Don't forget to RSVP on this page as well!
-
Seeking your valuable knowledge for our member @HertsChris. Your input is highly appreciated. Join the webinar about the " Getting Started with SuiteScript" on May 7, 2024 at 11 AM PT. Click on this link to register. Don't forget to RSVP on this page as well!
-
Seeking your valuable knowledge for our member @User_V5KBL. Your input is highly appreciated. Also, if you're aware of anyone new to NetSuite, please guide them to our "New to NetSuite" page for helpful information and guidance.
-
Thank you for providing this information. I'm glad to hear that it addresses the concern you had.
-
Hello, It appears that achieving this in SuiteScript 1.0 isn't feasible. However, when attempting to extract data in SuiteScript 2.0, the value of the sourcewebsite field is clearly shown in the log details. Here's the code snippet var rec=scriptContext.oldRecord; var sourcerec=rec.getText({ fieldId: 'sourcewebsite' });…