My Stuff
On Friday, October 10, 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.
Share Your SuiteWorld Experience & Earn a Special Badge!
Comments
-
Hi @Bryan Carroll , Thank you for posting again here in the community! Please allow some time for the gurus/members to check on your concern and update the thread for any findings. Hi @Leonard Mallare-Oracle , any thoughts you could share?? To everyone, feel free to comment your ideas. -Mikko
-
There is limited documentation with regards to google charts working on NetSuite, some works fine like the bar chart in the article . I also tested the code you provided and it does not load as well. I also tried a simple version found on external resource and with the same result. This might be a potential defect so I…
-
Is the form used the same from UI and WS? Also, have you tried creating a simple Add request with undepfunds = T without getting it from the initialize results? -Mikko
-
The original library if there is a function with both moment( parameter ) and moment() without parameter. This is a possible factor of the error. -Mikko
-
We recommend coordinating with your Account Manager to discuss the requirements with the Professional Services/Advanced Customer Support team to create a script from scratch. To anyone who already built a script with similar scenario, feel free to share your insights that could help. -Mikko
-
Double check the values in your Header/Variables and make sure no unnecessary spaces is included in generating the Signature. These articles could help you: TBA > Invalid Signature Error Invalid Login Attempt on RESTlet when passing a parameter via TBA Create oauth_signature for Token-based Authentication in RESTlet -Mikko
-
The error indicates the Record Type used in the script. For SS 2.0, you may check the supported values in this article. Double check the syntax in line #14 as specified in the error. In some cases, it is a typographical error on the syntax. -Mikko
-
The Default tickboxes are managed using Sublist functionalities in the Customer Record. (E.g Record.setSublistValue(options)). Make sure to check if the script is in dynamic/standard mode. -Mikko
-
Hi @PaulFleetwood , Thank you for posting again in the community! Our gurus/members will look into your concern and get back with more information. To everyone, feel free to comment your thoughts. -Mikko
-
Hi @Martha Hakes , Thank you for posting again in the community! Please give some time for the gurus/members to look into your concern and get back with an update. Hi @Micah Timbol-Oracle /@Patrick Fresnosa-Oracle , any idea on this one? ? To everyone, feel free to share your insights. -Mikko
-
Hi @User_4HRG0 , Welcome to NS Support Community and thank you for posting your concern here! For new members, we suggest that you visit the NetSuite Support Community - Frequently Asked Questions (FAQs) for more information regarding the community. We encourage that you update your profile, add a profile…
-
Hi @Daniel V , Thank you for posting again here in the community! Please allow some time for the gurus/members to check on your concern and get back with more information. Hi @Dominica Sevilla-Oracle / @Shamaine Chan-Oracle , any thoughts for this one?? To everyone, feel free to share your insights. -Mikko
-
Hi @Vernita , how things going on your end? -Mikko
-
Hi @User_FGC9I , may we know if you still need further assistance on this? -Mikko
-
Hi @Sivasubramaniam , do you still encounter the error? -Mikko
-
Hi @Hormese Paul , Field groups in the Custom Preference of General Preferences are the Bundle name of where the custom field came from. This is not customizable. You may submit an enhancement request for it but make sure to be specific in the details when submitting a request. -Mikko
-
This is great @Simon D ! We appreciate you for sharing this tip! -Mikko
-
Hi @User_R8KYJ , Thank you for posting again here in the community! Please allow some time for the gurus/members to look into your concern and get back with more information. Hi @Micah Timbol-Oracle /@Patrick Fresnosa-Oracle , any thoughts on this one? ? To everyone, feel free to share your ideas. -Mikko
-
Hi @Strategit_Shunta4 , You could use the "Transaction Number" in the results tab. -Mikko
-
Hi @Strategit_Shunta4 , Thank you for posting again here in the community! Is the unexpected error has error ID? Have you already submitted case to support team? They could further check on backend if there are no error id. Possible factor as well is the role of the user used. Kindly check as also the scripts/workflows…
-
Upon testing, array on the internal id of the base record works just fine. You might need a loop to get all the values on your array. -Mikko
-
Hi @iecpradeep_14007 , This might be outdated. You might want to check this webinar instead. Also, is there a specific topic that you might want to be discussed for future webinars? @Joy Noreen Magoling-Oracle /@Ivy Lopez-Oracle , do you have something to share with regards to the topic? -Mikko
-
Could you provide a simple sample python script you are working on? Have you also considered submitting a case to support team as this might be a potential defect? -Mikko
-
Hi @User_SAFCA , Thank you for posting again here in the community! Please give some time for the gurus/members to check on your concern and get back with more information. Are you aware for any changes happened in your account? (E.g new deployment of script/workflow/config changes/features added/etc) Did you contact…
-
Hi @jb123 , Thank you for posting again here in the community! Our gurus/members will look into your concern and get back with more information. Hi @Micah Timbol-Oracle /@Patrick Fresnosa-Oracle , any thoughts on this one? ? To everyone, feel free to share your ideas. -MIkko
-
Hi @User_SAFCA , Welcome to NS Support Community and thank you for posting your concern here! For new members, we suggest that you visit the NetSuite Support Community - Frequently Asked Questions (FAQs) for more information regarding the community. We encourage that you update your profile, add a profile…
-
Hi Maurice @User_D244F , Thank you for posting again here in the community! Please give some time for the gurus/members to check on your concern and update you for any findings. To everyone, feel free to share your thoughts that can help. -Mikko
-
Hi Magdalena @User_AU2XE , Welcome to NS Support Community and thank you for posting your concern here! For new members, we suggest that you visit the NetSuite Support Community - Frequently Asked Questions (FAQs) for more information regarding the community. We also encourage that you update your profile, add a profile…
-
Include the workflow.initiate(options) on your script on where you want to trigger the workflow. As for the time, 15 mins is the minimum interval for the schedule. If you want as real time as possible, including the workflow initiate on a function that is triggered most of the time would be the best way. -Mikko
-
I cannot say for sure about the planned for the future releases but you could make an enhancement request for a specific Action to be available on the Web Services. Please put all the details on the request as much as possible. -Mikko