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
-
Hey @girieshg and @Kevin Hosea, Some of my customers had a similar issue with MRP scheduling. I confirmed this coincided with the 2024.2 upgrade. To resolve this, you would need to set-up the Billing Operation again. Use the original one as a reference and delete it once the "new" version is created.
-
Hey @User_9AUJK, Yes, you can do that. Create a custom non-stored field on the JE header Create a Saved Search to display the Line memo on #1. If you have multiple memo lines, you may need to concatenate the memos Create a scheduled workflow to copy the memo from #1 to the native header Memo field.
-
I personally met with the PSA module's Product Lead a couple of years ago at SuiteWorld and discussed some of its issues, including multi-currency handling and issues with Project Revenue Recognition. I didn't get any clear timelines for resolving these issues. I have worked with 20+ NetSuite customers who used the PSA /…
-
Thanks for providing the screenshots and the Order of Operations - I see where the issue is. That's a product design deficiency related to multi-currency transactions. The back-end engine that generates the Charges was designed to use the Project's Exchange Rate instead of the "source transaction" Exchange Rate when that…
-
Hey @Aruna Madabhushi, This can be done via customization. High-level steps are Create a custom Body/Line department field (depending on where the department is populated on Transaction Records). Use the appropriate custom formula to populate the custom department naming to the custom field. There is a chance you may need…
-
Hey @User_TQMLE, Note that "Est. Unit Cost" is an estimate with no GL impact that is used for reporting purposes. You can manually update the "Est. Unit Cost" by selecting the "Cost Estimate Type" = "Custom" and entering the "Est. Extended Cost".
-
Do you have screenshots that you can share? In your example, the initial conversion happens at the Project Exchange Rate of 0.82 Later, an Exchange Rate of 0.80 is used. I am not clear on why the 0.82 changed to 0.80.
-
Hey @PaulWA, The variations might be caused by the difference between the Daily Exchange Rate (e.g., USD/GBP) and the Consolidated Exchange Rate (e.g., USD/GBP). For example, NetSuite uses the Consolidated Exchange Rate to convert the foreign currency employee labor cost to Base Currency. Typically, you have the Daily…
-
Hey @Rebecca Carter, The "toUpperCase()" is usually used to capitalize a text via script. You are getting a Javascript error related to workflow back-end logic. This appears to be an unhandled error and might be due to a defect. Please open a Support Case with NetSuite and ask them to investigate.
-
Hey @Sivasubramaniam, There are a few ways to do it; all would require customization. For example, you can write a script to copy the contact information to custom stored fields on the Estimate's Header, which you would then access on the Advanced PDF.
-
Hey @NRJoyner, You can create a Transaction (Invoice) Saved Search and use the "File : Name" join to include the attached files, which you can extract and attach to invoices: If you want a more automated solution, it can be done via script. For example, the script can auto-attach the receipts to the invoice emails sent to…
-
This SuiteAnswers article should help: Custom Bill Payment Processing Suitelet
-
Hey @Vernita, Yes, it is possible. I have built a SuiteLet for a customer to replace the standard "EFT—Bill Payments" page to include features such as a "Bill Reference ID" and "Accounting Period" filters.
-
Before making any updates to the workflow, please try the following: Instead of Opportunity Saved Search, create a Transaction Saved Search with Type = Opportunity. The Opportunity fields and joins will be slightly different. Still, you should be able to get everything you need. To add the Project, use the "Project (Main…
-
It would require customization to use Working Calendars for non-WIP Work Orders.
-
@User_GANMT @DanishBernadeth NetSuite made several updates in the 24.2 to the Manufacturing Module related to the Working Calendars, which may help with your issues. Here are some of the updates:
-
No worries, you were clear. I have always done the Data Migration using an Item, and you can do that even if you are only using the "Expenses" on the Vendor Bill. Using the item helps to map it to the required GL. Selecting a GL account in the import template should allow you to do the data migration without an item.
-
The Items are used to map it to the Clearing Account GL Account. The GL account is entered directly when the "Expenses" tab is used. I haven't tried doing this without a temporary item. Theoretically, you can import without the item if you map the Clearing Account GL account. The goal is to create this GL impact on Vendor…
-
Hey @User_K51C7, I assume you have the Project added to Sales Order lines and not the header, correct? If yes, then you have to change the Saved Search results to Summary type and set Sales Order Document Number formula field to "Maximum".
-
The Debit and Credit balances of Advanced Intercompany JE should match. Yes - you would use the Advanced Intercompany JE for transactions between subsidiaries, and you will have the FX Rate for the "To Subsidiary" if it has a different currency.
-
Thanks for the screenshot; I see what you mean. NetSuite doesn't support email addresses with non-English characters. Accented characters aren't currently supported by all email providers, such as Outlook, which is why NetSuite allows only email addresses that are supported by all email providers/platforms.
-
Is email being sent when a new customer record is being created? If yes, who receives the email?
-
Hey @Elina Kourouzidou, NetSuite will queue these projects to be created. It typically doesn't auto-create them. The user would need to go to "Transactions > Customers > Create Projects From Sales Orders", select the required projects and click "Submit":
-
Hey @User_Aysha, Can you confirm you have the same Location for both lines? Also, what is your Accounting Preference for "Maximum Purchase Lines to Consolidate"? You can try setting the preference to 0 and try again.
-
Hey @Fartleby, If you send the email using HTML formated Email Template, you should be able to enter accented characters.
-
Hey @User_SJXBI, There are multiple ways to do it, some of which relate to your company-specific use cases. For example, do the R&D costs come only from direct employees or third parties? Typically, you can tag the related R&D costs to the Project. Some of the transactions I have seen related to R&D are Journals, Bills,…
-
Hey @User_OWDXN, Is there a chance you can find the related documentation on why it was done in such a way? There can be many reasons for that. For example, last time I checked, SFDC didn't have a concept of Subsidiaries. If some of the customers were multi-subsidiary in NetSuite, perhaps there wasn't an easy way to map it…
-
Hey @Elizabeth Vance, You can edit the required Center Tab, "Save & Copy" it, and attach it to another Center.
-
Hey @DanishBernadeth, One of the reasons might be that Planning Horizon does not cover the required range. When you process the Refresh Planning Repository, ensure the "Date From" and "Date To" are accurate. Also, make sure you do "Complete Refresh" and select the correct "Supply Plan Definition".
-
Hey @User_K51C7, The native "Job" field on the Sales Order record isn't accessible from Opportunity Saved Searches. You have a few workarounds: Create a Saved Search for Sales Order and source the required Opportunity Fields Create a Custom "Project" stored field on the Sales Order and use that in the Opportunity Saved…