Minha área
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!
Comentários
-
Hello @User_RLV0D, Good day and thank you for posting this new thread! Hello everyone! We'd greatly appreciate your support in this matter.
-
Hi @Kedalene. Thank you for posting in the NetSuite Support Community! Hello everyone! Your expertise and knowledge are greatly appreciated, and we ask that you kindly offer your support.
-
Hello @Herman Suherman, Good day! Upon checking Sam's case record, it has been attached to Enhancement 454606 SuiteScript 2.0 > N/http | N/https module > post method > Ability to send file using multipart/form-data content type to servers accepting file stream. To support this Enhancement, you can cast your vote on the…
-
Hello @Ben H, Happy to help! Just to add, I was able to retrieve one of the older Suitelet scripts I wrote. This might be able to guide you as a reference: within onRequest Function: if(context.request.method == 'GET'){ //Form Creation var requestForm = serverWidget.createForm('Pending Sales Orders SS2.0') //Add drop down…
-
Hello @User_WI6QA, I wanted to check in to make sure you didn't miss my previous message. If you require any more help, please don't hesitate to reach out. If not, please let us know by clicking the “Yes” button for “Did this answer the question?” below, you’ll be able to help the community members who might have a similar…
-
Hello @Benjamin Paul - USA, Sending this on behalf of James: Upon checking the records catalog, 'Created By' and 'Last Modified By' are only available in these records. See screenshots. Thank you!
-
Hello @AdrianCarr, Good day and thank you for posting this new thread! Hello everyone! We'd greatly appreciate your support in this matter.
-
Hi @Javier P., Good day and thank you for posting this new thread! Hello everyone! We'd greatly appreciate your support in this matter.
-
Hi @User_2LD8N, Thank you for posting in the NetSuite Support Community! Hello everyone! Your expertise and knowledge are greatly appreciated, and we ask that you kindly offer your support.
-
Hello @Karanjot Singh, Good day and thank you for posting this new thread! Hello everyone! We'd greatly appreciate your support in this matter.
-
Hi @GSONI, This feature is currently tagged as a future enhancement under 595311 SuiteAnalytics > Workbooks > HTML formulas > All HTML tags/syntax show on results To support this Enhancement, you can cast your vote on the SuiteIdeas page by following the instructions provided in SuiteAnswers Article: 10054: Voting for…
-
Hello @User_WI6QA, Scripts cannot modify Roles as it is not a scriptable record. (See record.Type) However, scripts are capable of creating and returning custom user errors. This can be leveraged in your sample scenario. You can set a conditional statement to check what role is being used, and if it is role x, then return…
-
Hello @kees.netsuiteadmin, You can use a workflow if you prefer not to use a script for this. Create a Workflow Record by navigating to Customization > Workflow > Workflows > New. Create and open a State Create a New Sublist Group Sublist: Items Open your new items sublist group again At the bottom of the page, click the…
-
Hello @Kevin.C, Good day and thank you for posting this new thread! Can you please share the query that you are currently working on? This could help give a better answer to your question. Hello everyone! We'd greatly appreciate your support in this matter.
-
Hello @User_ETZRS, Understood. Let me check on this and get back to you. Thanks!
-
Hello @User_Q7XQP, I'm circling back to ensure you saw my previous communication. Should you require any additional support, please don't hesitate to contact us.
-
Hi @User_B6T7M, Since what I want is to make all Sales Order go through Approval, should I just remove the transition arrow from Initiation to Approved? Yes, and also double check if there are conditions set in the transition from Initiation to Pending Approval. Since it is the only flow to be followed, there should be no…
-
Happy to help!
-
Hi @Ari Heitner, You can edit an existing sales order line by including the "line" element in your request. Sample: I hope this helps! If you find this reply to your question useful, others might as well. By clicking the “Yes” button for “Did this answer the question?” below, you’ll be able to help the community members…
-
Hello @User_ETZRS, May we know how you are sending emails to these users? Is it via workflow/suitescript? If yes, please provide a sample code/workflow actions we can work with. Thank you!
-
Hello @User_Q7XQP, Understood. Upon checking several other cases with a similar error, here's what I found: Only the following digital certificates are supported: PFX P12 PEM To know more about saving a certificate in NetSuite, see the help topic Uploading Digital Certificates. — To create the Certificate/SSH key, use the…
-
Hello @User_ETZRS, Good day and thank you for posting this new thread! Hello everyone! We'd greatly appreciate your support in this matter.
-
Hello @User_Q7XQP, Your file does not seem to have an extension such as .txt, .xml etc. May I know what file type you are using?
-
Hi @HC22, Were you able to test Jervin's suggestion on your end?
-
Hello @User_LN8ZZ, I'm circling back to ensure you saw my previous communication. Should you require any additional support, please don't hesitate to contact us.
-
Hi @Shubham_Singh, I'm touching base to confirm that you didn't miss my previous message. If you find yourself in need of further assistance, please don't hesitate to get in touch.
-
Hello @Ben H, I'm just checking in to make sure you didn't overlook my prior message. If there's anything else we can do to assist you, please feel free to reach out.
-
Hello @User_ZSBAE, Per checking with our CRM gurus, this is still filed for enhancement under 671297 Customer Deposit > Communications Tab > Add 'To be Emailed' Checkbox. To support this Enhancement, you can cast your vote on the SuiteIdeas page by following the instructions provided in SuiteAnswers Article: 10054: Voting…
-
Here is the code I used in the screenshot, I find it easier and faster to check searches using browser console. Just press F12 on any scriptable records in edit mode and change the filter of the internal ID to a sales order that has inventory details. require(['N/search'], function(search) { var transactionSearchObj =…
-
Hello @Dext3r, Sorry to hear that you are still getting unexpected results. However, I was able to confirm that the inventorynumber field is the right field to use to get the inventory number of item lines. Here I ran an existing saved search that I created in the UI and got 3 results as expected. Then I tried to run the…