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
-
Greetings @GLL, Thank you for posting a new inquiry in NetSuite Support Community. We will look into this and will get back to you with an update. To other members who have any ideas, feel free to share them here. -Jack
-
Thanks for suggesting an alternative solution @DEntenman! We greatly appreciate all of our member's contributions here in the NetSuite Support Community ? -Jack
-
Thanks for providing your script @User_XXFI7. Just to confirm, is the createReciptTransfer() function gets executed when a button is pressed in a Custom Record? -Jack
-
Hi @paula.courtemanche, To clarify, the purpose of the Summary Search I provided is to serve as a reference on how you should create the search in the script with the N/search module that results to the Latest Update Date for the Document Status Field and not to replace the original List View Search. Hopefully this…
-
Hi @User_XXFI7, thanks for sharing that you have a similar concern and giving some useful details. Can you also provide your script so that we can troubleshoot it as well? @asha.jena, do you still need assistance with this concern? If so, please confirm the items asked in our previous post. -Jack
-
I forgot to include, below are the Summary Saved Search settings that you should apply in the script to get the latest Document Status update date. I also added a filter for Rejected JEs in case you need it (add this as well to the List View Search). -Jack
-
Greetings @User_P6CAK, Thank you for posting a new inquiry in NetSuite Support Community. Tagging our gurus @Patrick Fresnosa-Oracle and @Micah Timbol-Oracle who might be able to help you out on this one. To other members who have any ideas, feel free to share them here. -Jack
-
Hi @paula.courtemanche, Thanks for the updates with the partial solution we provided. I also tried the DENSE_RANK function but it doesn't seem to be usable in the search criteria as it is an aggregate/analytical function, hence the error. With that, we are left with using a custom date/time field that contains the latest…
-
Greetings @Camila O, Adding a mandatory Reject Reason to approval workflows is currently outside the capabilities of Standard Workflow Actions, and you may need to use SuiteScript to do it. Fortunately, thanks to our community member @Chidi Okwudire who shared a Custom Solution, NetSuite Input Dialog that may help…
-
Thanks for the update @asha.jena. Since the suggested edits did not resolve the error, may we confirm if the code you provided is complete? I noticed that there seem to be some parts missing such as the declaration and assignment of the arrItemInfo array. If it is not complete, kindly provide the complete code (preferably…
-
Thank you for providing the requested information @asha.jena. Can you try applying the following adjustments to your code if they would somehow fix the error: 1. Change the code below: objRecord.setValue("custbody_eu_masterpack", arrItemInfo[0].masterpack); objRecord.setValue("status", "C"); var itemLineCount =…
-
Greetings @GLL, Thank you for posting a new inquiry in NetSuite Support Community. Tagging our gurus @Joy Noreen Magoling-Oracle and @Ivy Lopez-Oracle who might be able to help you out on this one. To other members who have any ideas, feel free to share them here. -Jack
-
Greetings @paula.courtemanche, Can you try using the following search criteria if it somehow reduces the duplicates: The only criterion missing is the filter to limit the results to only the system notes entry for the latest date which eliminates the entries for previous updates to Document Status. I think the custom field…
-
Greetings @asha.jena, We would like to request the client script code you're using for us to test and assist you better in resolving the concern. -Jack
-
There is no available direct workaround for the limitation, unfortunately. However, if you have the Multiple Prices feature enabled and item pricing set up properly, you do not need to manually enter rates each time. For more details about the Item Pricing and Price Levels, see the following related SuiteAnswers Article:…
-
Greetings @Kirra, Upon checking, the option to disable autofill/sourcing of the rate field after selecting an item in transactions is currently not available in NetSuite. The following related Enhancement Request has been filed for a possibility of future implementation: Enhancement 282459: The ability to disable item…
-
Greetings @User_7RJK2, Thank you for posting a new inquiry in NetSuite Support Community. Tagging our gurus @Joy Noreen Magoling-Oracle and @Ivy Lopez-Oracle who might be able to help you out on this one. To other members who have any ideas, feel free to share them here. -Jack
-
Greetings @John Jacobs, Assuming that the client code is executed only in View Mode when the button is pressed, the reason currentRecord().get().getValue() returns a value of undefined is because of a limitation in the CurrentRecord Object where the object does not contain the properties that represent fields and some form…
-
Greetings @Strategit_Shunta4, Thank you for posting a new inquiry in NetSuite Support Community. Tagging our gurus @Patrick Fresnosa-Oracle and @Micah Timbol-Oracle who might be able to help you out on this one. To other members who have any ideas, feel free to share them here. -Jack
-
Hi @nir.levy, Did the given solution above help resolve your concern? If so, we would greatly appreciate you giving us an update and clicking the "Yes" button for “Did this answer the question?” for the solution post which will also help us and the other community members track replies that are meaningful, and you will…
-
Hi @John Jacobs, Since you confirmed that our given solution worked, I'm now marking it as the correct answer. As for your additional question, there is no particular approach that can be considered the best way in scripting. Any logic that works for your requirement should suffice. Anyway, there are a couple of ways you…
-
Hi @Paul Salkeld, Did any of our given responses above help you? If so, we would greatly appreciate you giving us an update and clicking the "Yes" button for “Did this answer the question?” for the response post which will also help us and the other community members track replies that are meaningful and you will also get…
-
Hi @John Jacobs, Did the given solution above work on your end? If so, we would greatly appreciate you giving us an update and clicking the "Yes" button for “Did this answer the question?” for the solution post which will also help us and the other community members track replies that are meaningful, and you will also get…
-
Greetings @nir.levy, In order for bundles to create a dedicated bundle folder in target accounts and store bundled script files there, make sure to do the following in the source account when creating the bundle in addition to including the script records: 1. In the NetSuite File Cabinet, mark the Available for…
-
Greetings @John Jacobs, An approach to get your desired result would be to update the value of the Status field to 'COMPLETE' using record.submitFields(), then reload the page with window.location.reload(). See the sample client code below: (Spoiler) DISCLAIMER: The sample code described herein is provided on an "as is"…
-
Hi @Paul Salkeld, We're here to help you during your learning process. For starters, we recommend reading the SuiteFlow and SuiteScript User Guides which are PDF Documents that can be downloaded from SuiteAnswers Article 50287. The features that I listed in my previous post are also covered in the user guides. Hope this…
-
Thanks for letting us know @Gavrah Rabba. I have set the thread type to Question so you should see the button now. -Jack
-
Hi @Paul Salkeld, Have we provided what you are looking for? If so, we would greatly appreciate you giving us an update and clicking the "Yes" button for “Did this answer the question?” for the response post which will also help us and the other community members track replies that are meaningful and you will also get…
-
Hi @TiffHas, Did the given response above help address your requirement? If so, we would greatly appreciate you giving us an update and clicking the "Yes" button for “Did this answer the question?” for the response post which will also help us and the other community members track replies that are meaningful, and you will…
-
Hi @OliverK, Did the given solution above work on your end? If so, we would greatly appreciate you giving us an update and clicking the "Yes" button for “Did this answer the question?” for the solution post which will also help us and the other community members track replies that are meaningful, and you will also get…