My Stuff
Please note that on Friday, September 19, 2025, at 8:00 PM Pacific time, our Case Management System will undergo a scheduled maintenance for approximately 4 hours. During this time, case creation via SuiteAnswers will be unavailable and inbound calls will be routed to Customer Service.
Comments
-
Your valuable insights would be greatly appreciated to assist our member, @Phill Allen. We truly value your expertise and perspective. If you know someone who is just starting their NetSuite journey, please guide them to explore our "New to NetSuite" category. It’s a great resource for helpful information and support to…
-
Congratulations, @Tigran Shahnazaryan 🏆️
-
Your valuable insights would be greatly appreciated to assist our member, @User_8MM9H. We truly value your expertise and perspective. If you know someone who is just starting their NetSuite journey, please guide them to explore our "New to NetSuite" category. It’s a great resource for helpful information and support to get…
-
Hi, Could you please review this SuiteAnswer article regarding the approach to setting text in a link: Set Link Text Instead of the URL Itself on Custom Body Hyperlink Field Using SuiteScript Let us know if this addresses your concern. Thank you!
-
Hi, Were you able to check this? Thank you!
-
Hi, Were you able to check this? Thank you!
-
Hello, Have you tried using only the provided script without including any additional code? If so, are you still experiencing the same result? Thank you!
-
Hi, Thank you for providing additional details! Could you please try the following scenarios to see if the same error occurs: Execute the query without using GROUP BY or ORDER BY. Execute the query with only GROUP BY. Execute the query with only ORDER BY. Kindly let us know the results. If the error persists, would you…
-
Hi, Were you able to check this? Thank you!
-
Hi, Were you able to check this? Thank you!
-
Your valuable insights would be greatly appreciated to assist our member, @Juan Dominguez. We truly value your expertise and perspective. If you know someone who is just starting their NetSuite journey, please guide them to explore our "New to NetSuite" category. It’s a great resource for helpful information and support to…
-
Hi, Could you kindly check the Script Execution Log to verify the value of newDT? If the value is correct, it may indicate an issue with the custom field. Thank you!
-
hello, I have reviewed all available resources and have still come across the following files: https://www.netsuite.com/portal/assets/pdf/sample-test-ns-administrator.pdf https://www.netsuite.com/portal/assets/pdf/study-guide-ns-certified-administrator-exam.pdf If anyone in the community has additional resources, kindly…
-
Hi, Were you able to check this? Thank you!
-
Hi, Thank you for the detailed information. Based on my understanding of REST WS, the order line is dependent on the specific item fulfillment and is not linked to other fulfillments. Given this, I would like to reach out to anyone in the community who may have encountered a similar scenario or might know of an alternative…
-
Hello, Community! Has anyone here integrated SmartSheet with NetSuite? I would love to hear your insights and experiences on this topic. Thank you so much!
-
Could you confirm if the custom field type is a Date, as shown in the provided screenshot?
-
Hi, According to SuiteAsnwer Article about CONCURRENCY_LIMIT_EXCEEDED, "it returned if the request is rejected due to exceeding the limit allowed by concurrency governance. For information about request limits, see Concurrency Governance and Session Management. If this error occurs, retry sending the request. For…
-
Hi, Could you please try the following code snippet to address your concern? var newDate = new Date(); newDate = newDate.setDate(newDate.getDate() + 7); var newDT = format.parse({ value: new Date(newDate), type: format.Type.DATE, }); log.debug('',newDT); I tested this on my end, and it successfully adds 7 days to the date.…
-
Hi, Are you going to use Suitetalk SOAP Web Services that's why you need XML code? if so, here's the SuiteAsnwer Article about Invoice using SOAP WS. Additionally, see the SOAP Schema Browser’s invoice reference page. Thank you!
-
Hi, Were you able to check this? Thank you!
-
Hi, Were you able to check this? Thank you!
-
Thank you for sharing, @StephenO
-
We would greatly appreciate your valuable insights for our member, @CESARHR. 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_BSDSP. 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.
-
Thank you for sharing, @CDuf .
-
Hello, I would like to bring to your attention some important updates from the documentation. It mentions that: "Starting February 2025, SuiteCloud SDK version 24.1, which uses Token-Based Authentication (TBA) and OAuth 1.0, will no longer be available for new installations. If you are still using older versions of the…
-
Hello, To integrate with NetSuite, I recommend utilizing the available SuiteTalk Web Services feature in NetSuite. You can refer to this SuiteAnswers article for more details: SuiteTalk Web Services. Additionally, it would be best to coordinate directly with Salesforce to discuss potential approaches for integrating with…
-
Hi, Could you kindly review these SuiteAnswers articles to see if the examples for setting a date in a custom field address your concern? Add Days to DateTime Custom Field Value via SuiteScript 2.0 Set Date and Time Value of a Custom Field Based on User's Preferred Timezone using Script Resolve Error: "INVALID_FLD_VALUE"…
-
Hi, You may check the SuiteAnswer Article UNION Processing and UNION ALL for your guidance when using UNION Let me know if this will address your concern. Thank you!