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
-
As long as the field is not visible, this would not be possible on REST as well. Additionally, time bill record is still on beta feature for REST web service. -Mikko
-
Kindly double check the moment() and moment( context......) in your script if this is a valid function on the library. -Mikko
-
May we know what issue are you facing(E.g lock/error/missing)? Have you check the filters if you are selecting the correct ones? -Mikko
-
Hi @@Brian D-Oracle , Thank you for posting here in the community! Please allow some time for the gurus/members to check on your concern and update for any findings. Hi @Joy Noreen Magoling-Oracle /@Ivy Lopez-Oracle , any idea for this one?? To everyone, feel free to share your thoughts. -Mikko
-
Hi Maurice @User_D244F , 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 / @Katerina Winklerova-Oracle , any ideas to share? ? To everyone, feel free to comment your thoughts. -Mikko
-
Hi @User_FGC9I , 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 there @PaulFleetwood! Thank you for posting again here in the community! Let's see how we can help you with this one. Hi @Micah Timbol-Oracle /@Katerina Winklerova-Oracle , any idea to share? ? To everyone, feel free to comment your insights that can help. -Mikko
-
Try change define(["moment"], (moment) into define(["SuiteScripts/moment"], (moment). This works on my end. Let me know if it works on your end too. -Mikko
-
Have you tried doing the initiate workflow on script? Let us know if you still need further assistance. -Mikko
-
I'm glad to help! We also encourage you to attend our webinar session regarding customizing NetSuite with custom records/transactions. ? -Mikko
-
Does this mean you are not using Administrator role in your Web Service? You can check the Login Audit Trail and see what Role your Web Service is using and then try to use that role on the UI and do the same request. -Mikko
-
By form, what I meant was that if you are setting a Custom/Standard Form on your Web Service. Either way, we can't update field via Web Service if it is not visible on the UI. -Mikko
-
I tried creating a User Event Script deployed on Work Order and I was able to update the Production End Date. The WO was automatically created when Sales Order was created and the UE Script AfterSubmit triggered. Is there any script/workflow that could possibly has conflict with your current script? -Mikko
-
Hi @User_UWRU1 , Thank you for searching related topics to your concern. This article might help you find what you are looking for. I hope this helps. -Mikko
-
Hi @User_USRCP , Thank you for posting again here in the community! Please give some time for the gurus/members to check on your concern and update for any findings. Hi @Micah Timbol-Oracle / @Patrick Fresnosa-Oracle , any ideas for this one? ? To everyone, feel free to share your insights. -Mikko
-
Hi @Toanne Termeer - van de Ven , Thank you for posting again here in the community! Our gurus/members will look into your concern and get back with more information. Hi @Dominica Sevilla-Oracle /@Shamaine Chan-Oracle , any idea for this one? ? To everyone, feel free to share your thoughts. -Mikko
-
Hi @Kenny Wise , Thank you for posting again here in the community. The permissions needed are: Revalue Inventory Cost Planned Standard Cost You can also check the article for the list of permissions. I hope this helps. -Mikko
-
Hi @Tafara , 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 thoughts. -Mikko
-
Upon checking, starting from line 82, the list tag has no end-tag. The error occurs due to syntax error on the template. Please check again the syntaxes on the template. -Mikko
-
Possible factor is that the role used in the ODBC does not have permission to view the data of the missing table. Country also is under enhancement( #193701 ODBC > Expose 'States/Provinces/Countries' table for querying). -Mikko
-
Yes. But double check with your team if this would be feasible on your end. This will give you option to use SuiteFlow/Custom Workflow for your approval. For Web Services, approving is by editing the Approval Status/Supervisor Approval fields. If these fields are not visible, approving is not possible. Are you using the…
-
Based on your script, after approving Sales Order, if you checked the Work Order via UI, is the Actual Production Start/End date disabled? -Mikko
-
Double check/create a new signature used in your integration along with the nonce/timestamp. Timestamp should be different every time you submit the request. After checking those variables, try to submit again the Request. -Mikko
-
Is the role used in the Web Service is the same as on the UI? -Mikko
-
If you have the NetSuite Support Center role you could create a support ticket by going to SuiteAnswers or by following the steps provided in this thread. Support could check the backend for additional information regarding the unexpected_error. -Mikko
-
Hi @Pippa G , Thank you for posting again here in the community! Have you submit a support ticket? They could further check the unexpected_error on the backend. Also, does the script work before or this is the first time receiving the error? -Mikko
-
Hi @User_92YNP , Thank you for posting again here in the community! Our gurus/members will look into your concern and get back with more information. Hi @Dominica Sevilla-Oracle / @Shamaine Chan-Oracle , any idea for this one?? To everyone, feel free to share your thoughts. -Mikko
-
Hi @Dirk Nieuwkamp , Thank you for posting again here in the community! Please give some time while the gurus/members check on your concern and update for any findings. Hi @Joahnna Given Uy-Oracle /@Jack Daryl Espiel-Oracle , any thoughts on this one?? To everyone, feel free to share your insights. -Mikko
-
The sample is just reference on how to use the initiate workflow but upon testing as well, it worked both in scheduled/not scheduled workflows. -Mikko
-
As I can see in the screenshot, the Approval Status/Supervisor Approval is not visible that is why it is not working in the Web Service. The Approve button in the UI has different backend function. Would enabling the Approval routing for Time Bill would be feasible on your end? -Mikko