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
-
Can you please provide the REST Request body for me to check. Thanks!
-
Hi, Can you try this REST Request Body { "customer": {"id": "XX"}, "apply": { "items": [ { "doc": {"id": "XX"}, "line": 1, "apply": true } ] } }
-
Let us know your thoughts on this. Thank you!
-
For analyzing SuiteScript, you can create a Script Deployment Saved Search to get a list of deployed scripts. I will coordinate your concern about Workflows concern to the SuiteBuilder Team. Thank you!
-
Hi, Please use this sample JSON to create a Customer Refund. This information is based on the SuiteAnswers article about Customer Refund Thank you!
-
Hello, Could you please review these SuiteAnswers articles to see if they address your concerns: Dataset Linking in SuiteAnalytics Workbook Workbook Visualization Filters Joining Record Types Versus Linking Datasets Link Datasets in a Workbook Additionally, according to our technical leads, linking datasets requires that…
-
Seeking your valuable knowledge for our member @Vasya_2. Your input is highly appreciated. Also, if you're aware of anyone new to NetSuite, please guide them to our "New to NetSuite" page for helpful information and guidance.
-
Seeking your valuable knowledge for our member @Vasya_2. Your input is highly appreciated. Also, if you're aware of anyone new to NetSuite, please guide them to our "New to NetSuite" page for helpful information and guidance.
-
Hi, Were you able to check this? Thank you
-
Hi, Were you able to check this? Thank you!
-
Thank you for conducting further investigation. I suggest contacting NetSuite Customer Support, as they possess the necessary tools and expertise to thoroughly investigate and resolve these issues. They can also arrange a meeting with you to review and verify this potential issue.
-
In the provided article, there is a sample way to have multiple recipients: you can use the sample code from cc and bcc recipients.
-
Hi, were you able to check this? Thank you!
-
Hi, Upon replicating your concern, I encountered the same result as you. The result always shows the internal ID only. Upon checking, there's an existing Enhancement requests for this: 243330 WS > Saved Search results column that are of list/record only returns the internal id not the text value You can vote for this…
-
Hi, For multiple recipients, use an array of internal IDs or email addresses. You can use an array that contains a combination of internal IDs and email addresses. See email.send(options). You can check the sample script in Create an Email but Do not Send It: the Message Record for your reference. Thank you!
-
Hi, I genuinely wanted to help with your concern, but I kept running into errors when trying to run your script due to its extensive queries. Given this situation, I recommend reaching out to NetSuite Customer Support. They have the right tools and expertise to investigate and resolve these issues. They can also set up a…
-
Hi, Can you try to execute this query? select * from transaction as tr, transactionLine as tl, InventoryBalance as ib where tr.id='11760' and tr.id=tl.transaction and tl.item=ib.item and tl.location=ib.location; Does anyone in the community have experience with this or know of an alternative solution? Any insights you can…
-
Hi, Upon checking the Vendor Payment SuiteAnswers Article, I found that the vendor payment record is scriptable in both client and server SuiteScript. This means the record can be created, updated, copied, deleted, and searched using SuiteScript. Additionally, according to SuiteScript Records Browser, Check # field is…
-
Hi, According to the documentation, the expense report record can be scripted in both client and server SuiteScript. This means it can be created, updated, copied, deleted, and searched using SuiteScript, and it can also be transformed, see Expense Report. However, after reviewing the SuiteScript Records Browser, we found…
-
Seeking your valuable knowledge for our member @User_C3WZE. Your input is highly appreciated. Also, if you're aware of anyone new to NetSuite, please guide them to our "New to NetSuite" page for helpful information and guidance.
-
Hi, Upon trying to pull out this record using ODBC, this is what I have observed To make sure what table have the quantityOnHand field, this is what I have found select * from oa_columns where column_name = 'quantityOnHand'; While trying to retrieve the transaction with transactionLine, I found that the quantityOnHand…
-
Hi, Could you please add the following permissions to the custom role? Transactions subtab: Adjust Inventory Worksheet Fulfill Orders Reports subtab: Inventory Lists subtab: Item Collection Item Demand Plan Item Revenue Category Item Revisions Item Templates Item/Category Layouts Items If this does not resolve the issue,…
-
Hi, Anyone from the community who might had the same need to this? Any insights you can provide would be highly appreciated.
-
Seeking your valuable knowledge for our member @Avinash A. Your input is highly appreciated. In the meantime, you might be interested in participating in our Weekly Quiz. You only have until June 13, 2PM ET to comment on your answers and earn rewards! Click here for more details.
-
Seeking your valuable knowledge for our member @Javier P.. Your input is highly appreciated. In the meantime, you might be interested in participating in our Weekly Quiz. You only have until June 13, 2PM ET to comment on your answers and earn rewards! Click here for more details.
-
Hi, were you able to check this? Thank you!
-
Hi, Thank you for the clarification. Does this mean that you are going to use the saved search itself only to pull out of this?
-
Hi, Have you also added the other list of permissions associated with the items? Can you provide a screenshot with the list of permissions to check? Thank you!
-
Hi, Upon checking, there's an existing Enhancement requests for this: 168271 Suitescript > Expose System Notes for scripting You can vote for this enhancement on the SuiteIdeas page. See 10054: Voting for Enhancements However upon checking, system note record is partially scriptable. Only search scripting is permitted. See…
-
Seeking your valuable knowledge for our member @Rachel_A. Your input is highly appreciated. Also, if you're aware of anyone new to NetSuite, please guide them to our "New to NetSuite" page for helpful information and guidance.