プロフィール
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Please note that on Saturday, April 11, 2026, at 8:00 PM Pacific time, our Case Management System will undergo a scheduled maintenance for approximately 30 minutes. During this time, case creation via SuiteAnswers will be unavailable and inbound calls will be routed to Customer Service.
コメント
-
Hello @User_S82VT, Good day, and welcome to the NetSuite Support Community! For new members, we encourage you to update your profile - add a profile picture and preferred username so other members can address you properly moving forward. You can visit Community Tip: Updating Your Profile to know how. You can visit NetSuite…
-
Hello @User_W4EOD, Please add Make Journal Entries permission, with at least view permission to extract data related to it. In the NetSuite UI, it looks like this: With Make Journal Entries permission: Without Make Journal Entries permission: I hope this helps! If you find this reply to your question useful, others might…
-
Good day, and thank you for posting a new thread in the Community, @Mark Dotson! ---- Hello everyone! We'd greatly appreciate your support in this matter. Your willingness to assist a fellow member doesn't go unnoticed and is sincerely valued.
-
Hi @User_W4EOD, Good day, and welcome to the NetSuite Support Community! It might be caused by missing permissions. Can you please check the role used for this SOAP Request and confirm if you have permission for these missing transaction types under the Permissions subtab > Transaction sublist? If you find this reply to…
-
Hello User_U94E9, Welcome to the NetSuite Support Community! The first thing that we can check is to check the Login Audit Trail. Please follow SuiteAnswers Article: TBA and the Login Audit Trail. After this, run the Login Audit Trail by going to Setup | Users/Roles | View Login Audit Trail. The detail field might give us…
-
Hi @dle_35705, Bumping this thread in case you missed my comment from yesterday. If you have further questions, please let me know. Thank you!
-
Looks like this is better answered by our fellow community users. Please let us know your thoughts! @Tigran Shahnazaryan @GauravAgrawal @Tiru Chembeti @Shaik Nayeem Rahman @Brian Stisser @Tafara @Dinesh Babu Gadhamsetty Thank you very much.
-
No worries! Thank you as well for informing us. 😊
-
Hello @David Pate, I'm not well-versed with the processes in Okta, but it is not possible to create a user in NetSuite and grant access without providing a password. Tagging some of our top contributors here in case they have experienced the same situation: @Brian Stisser @Tiru Chembeti @GauravAgrawal @Tigran Shahnazaryan…
-
Hi @dle_35705, You can use Portlet scripts for this. SuiteAnswers Portlet Script Samples provides a sample for all four types of portlet scripts. I also previously made an article that you might want to check out: NSC | How to create a Portlet Script with Inline HTML to display an image from the File Cabinet If you find…
-
Hi @annjonesatqrs, Good day! Were you able to check my previous comment?
-
Hi @User_OZBPI, Following up on this in case you missed my previous comment.
-
Hello @User_JPTT1, Bumping this thread in case you missed it. If you have any further questions, please feel free to let me know. Thanks!
-
Hello @User_8D352, Were you able to check my previous comment?
-
Hello @Michael Shparber, Good day and thank you for posting this new thread! Hello everyone! We'd greatly appreciate your support in this matter. Your willingness to assist a fellow member doesn't go unnoticed and is sincerely valued.
-
Hello @GaryA_42975, Good day and thank you for posting this new thread! Hello everyone! We'd greatly appreciate your support in this matter. Your willingness to assist a fellow member doesn't go unnoticed and is sincerely valued.
-
Hello @User_JPTT1, Good day! 1) How do we get another option on a purchaser order, similar to printed, e-mailed, or faxed, except for EDI? Do you mean you would like to have a button to send the data from NetSuite to a third party using EDI? If yes, you would need to develop a script to do this. 2) Is there a way to log…
-
Hi @User_OZBPI, Good day! I tested the code you mentioned from my end. Your first point about missing the N/error module was the same on my end, but upon saving, the customer record did not submit when the conditions to throw the error message were met. throwing the error should stop the record from being submitted. If you…
-
Hi @annjonesatqrs, The taxSchedule JSON field does not exist as one of the available fields for the inventoryItem object since Tax Schedule is a legacy feature. You can check the official REST API Browser documentation for all available objects and fields: REST API Browser To work with taxation through REST Web Services,…
-
Hello @User_8D352, Good day! Yes, this is possible to be mass-updated via script. Here is a SuiteAnswers article that provides the steps and sample code to perform this operation: Mass Update Script Owner Another option would be to write a scheduled script that runs a search for all scripts where the owner is XXX employee,…
-
Hello @pbr528, Good day! 1. To prevent encountering this error when trying to delete a contact record with a duplicate, you can enclose the code in a conditional statement where if you're performing a delete operation, it will skip the validation process. Here is how it works: function userEventBeforeSubmit(type){…
-
Hello @Pallavi1903, Good day and thank you for posting a new thread in the community! Hello everyone! We'd greatly appreciate your support in this matter. Your willingness to assist a fellow member doesn't go unnoticed and is sincerely valued.
-
Hi @Rick Cobb_2, Good day and thank you for posting this new thread! Greetings, everyone. Your extensive expertise and knowledge stand out, and we're hoping to tap into your support. Your readiness to help a fellow member is highly appreciated.
-
Hello @Kedalene, Thank you for posting this new thread. Hello everyone! We'd greatly appreciate your support in this matter. Your willingness to assist a fellow member doesn't go unnoticed and is sincerely valued.
-
Hello @User_QDJLP, Good day and thank you for posting this new thread. Hello everyone! Our community member is in need of our assistance. Your expertise and knowledge are greatly appreciated, and we ask that you kindly offer your support. Your participation and willingness to assist a fellow member are sincerely…
-
Hello @Kaushik_B-Oracle, Can you confirm if this is the same concern that James helped you with? Thanks!
-
Thanks for the update, @Paul Salkeld! We're glad to know that this is now working.
-
Hi @Vernita, Just following up on this in case you missed my previous comment. Thank you!
-
Hello @SWSearcy, Good day! This is indeed possible via SuiteScript. You can utilize N/search and N/file modules to perform the operations you enumerated. To set proper expectations, the support team does not create workflows/scripts/queries from scratch. We can only provide pseudo codes or guide you on creating the…
-
Thanks for the update, @JDKru! I'm glad it worked out for you.