Mi contenido
Please note that on Friday, September 19, 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.
Comentarios
-
Did you try it with a "Formula (Text)"?
-
Hey @SWSearcy, I use TO_DATE with custom fields all the time. Can you try (TO_CHAR(TO_DATE({custrecord_ctc_cw_contacts_lastupdated}),'MM/DD/YYYY')) and see if it works?
-
Hey @Elina Kourouzidou, The Contract Renewal module is based on various scripts executed in a pre-defined sequence. You can create standalone Contracts only via CSV imports. First, you have to create the "Contract" record. Then, you have to import the related "Contract Items". Ensure the "Run Server SuiteScript and trigger…
-
Hey @User_Q1DPO, Roles are one of the records that can't be created or updated via CSV imports. You can update individual permissions via Mass Updates, which is rarely helpful. Your task will be difficult to accomplish manually. You can do that in bulk via scripting. We typically build scripts for bulk uploads to records…
-
Hey @HX_SUBHANKAR, You should be able to do that by using a formula field in the saved search. For example, you can use formulas such as ({quantity}/{quantityuom}).
-
Hey @User_K51C7, You can resolve this by going to Setup > Support > Support Preferences > General tab and removing the checkmark from "Default Case Form to Send to Customer."
-
Hey @HX_SUBHANKAR, If you build a Saved Search and add "Applying Transaction" and "Applied To Transaction", you can see the related transactions. That should help figure out some data sources for the required transactions. You can also go to the Setup → Records catalog to analyze the relationship between fields and records.
-
This will be an advanced level Saved Search and not something we can solve here. You can learn more about saved searches for related NetSuite guides, such as https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/section_N676039.html#procedure_N676115
-
Hey @Benjamin Paul - USA, You would need to build a Saved Search or Analytics Workbook to get the data you are looking for. You can't do that via standard reports.
-
Hey @Marie4455, Standard reports don't support join records, where you can select required fields dynamically. The only way to show the "Created From: Date" on the "Sales by Item Summary" report is to first source the Sales Order Date to a custom field on the Invoice/Cash Sale records.
-
Hey @User_WA9MO, Let's say you are building a Transaction Search. You can use the "Account (join) → Name" = "Contains" → "Your Cash Account Name" as a criteria: That way, only "Cash" bank accounts will show up.
-
Please double-check the custom role's access to the required record and field. There is a chance something isn't provided correctly. Also, delete the browser cache and try again. So far, I haven't gotten that error message when I correctly provided the access. If nothing works, please open a support case with NetSuite.
-
Hey @Julie Everett, You should also give the custom role access to the "record type" that is mentioned in the error message.
-
Hey @MeatHeadPro, You can't do that via workflow. The best option is to do that via scripting.
-
Hey @User_Aysha, You are probably using "Account: Name" or "Account: Name (GL-style)" as filters. In this case, the AP Register report pulls the account from the transaction main line. Journal entries indicate debit and credit lines on the line level, which is why the transaction is under "Unassigned". The Vendor Bill…
-
Hey @Mark Silvius, Yes - you can do that via custom approvals workflow. When building the workflow, various things must be considered, such as approval exceptions, overrides, alerts, and thresholds.
-
Hey @ImeldaSanchez, That error message is typically received when emails sent to customers are bounced. Please double-check to confirm it relates to your inbox. Thank you.
-
Open invoices and credits are generally offset against the actual customer payment. This is the correct process for migrating the Open AR. I assume the implementation team didn't follow these steps: 1. Create a temporary “Clearing Account (AR)” GL Account with an “Other Current Asset” type. 2. Create an “Open AR”…
-
The issue is usually related to the original Data Migration Journal Entry. This is why the offsetting of the Invoice and Credit shouldn't matter.
-
Try adding the Lists → Documents and Files = "View" to the role that has issues and see if that helps.
-
Sure - these SuiteAnswers article should help: https://suiteanswers.custhelp.com/app/answers/detail/a_id/77560/loc/en_US
-
Hey @User_KAGURA, Did you consider using "Saved Search Condition" instead of a formula? It might be easier to do with Saved Search.
-
Hey @User_BD08X, These SAID articles should help: https://suiteanswers.custhelp.com/app/answers/detail/a_id/26739/ https://suiteanswers.custhelp.com/app/answers/detail/a_id/71505/loc/en_US
-
Hey @Gab JS, Can you open the same image via Admin role? Also, can you mark the "Available Without Login" checkbox on the image file in NetSuite and see if they can view it?
-
Hey @Vismay Barot, The relationship between Purchase Requisition and Purchase Order is not 1:1; it is "many to many". On each Purchase Order, you can show the related Purchase Requisitions via customization / custom sublist.
-
Hey @Vismay Barot, Inbound Shipments are only linked to Item Receipts. You can only show it on the PO record via customization.
-
Hey @User_AY0II, You can export the incorrect entries to Excel and create a CSV import to update all entries in bulk. That way, you don't need to make the corrections for each customer one by one.
-
Yes - you can copy it to the native Memo field. Please refer to #3 in my previous response. Thanks.
-
The "unknown" email address is set by the "Suite Solutions CSV Integrator." See if you can define the required email address there via configuration. If not, contact Support and bring this up as a potential defect.
-
Hey @User_9H51L, Are the CSV imports created via script/integration?