Minha área
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Keep an eye out for upcoming NetSuite events, including meetups, workshops, and webinars. These sessions are a great way to connect with peers, learn from experts, and stay current on the latest NetSuite updates and best practices. Registration links are provided in each event.
Comentários
-
Thanks, @Bry Cabria-Oracle You are right; the 'Button' itself can't be added, but we can add a custom field with a hyperlink labeled 'Copy Timesheet' that, when clicked, triggers the script.
-
Hey @User_QGA8D The issue you have is discussed in the following article. https://suiteanswers.custhelp.com/app/answers/detail/a_id/49628/loc/en_US#bridgehead_4570050581 The error is happening due to one of these: Data Handling is set to Add. Set it to Add/Update. The Vendor Bill is no longer Open or has already been paid…
-
Hey @Kevenale Because your parent company's base currency is USD, NetSuite attempts to consolidate search results up to the parent level. This flips the script: the standard Amount field translates into the consolidated USD view, while the Amount (Foreign Currency) field performs a convoluted reverse calculation that looks…
-
Hey @Andrew B_ An alternative is to create a Time Entry Import Mapping that allows CSV-based import of weekly time entries. For example, if users are entering Time Entries in Excel, they can do so in a structured format to support CSV imports. Another option would be to build a customization that supports the 'Copy From…
-
Hey @Dext3r, NetSuite caches the "frequently accessed" records and lists, which is why it typically speeds up the first time you access it. There might be other lists on the SO line that you don't need to access (e.g., Projects), so NetSuite won't spend any computing power on speeding up non-required records.
-
Hey @AndriiSiryi, Yes, I would be surprised if there was another cause other than a system defect.
-
Hey @jb123, Item Receipt doesn't support 'Void' or 'Reversed' statuses. So deleting it indirectly 'cancels' the Item Receipt. The 'Deleted Records Audit Log' would capture the deletion details for audit purposes.
-
Hey @Linda Hefty, The right process is to process/close all open transactions, close the books, and inactivate the subsidiary.
-
Hey @User_1D0ZP, The other option would be to write a script that does the mass update.
-
Hey @User_HM9P7, Did you open a Support Case, and what was the resolution? Thanks.
-
Hey @Lyssa, The discount can be incorporated into the calculations (e.g., Recurring Amount - Discount).
-
Hey @Nissam CP, You need a script to populate the customer-specific price for the item dynamically on transaction lines. What you are trying to do makes a lot of sense, and some of our customers request similar features to ensure the pricing on Quotes is set correctly and within the approved price range.
-
Hey @User_APXUW, It would have been great if we could have done that via Workflow! As of now, what you need can be done with a SuiteScript but not a Workflow.
-
Hey @Angel mariya T. P. , Can you uncheck the 'Store Value' on the custom field and see if that helps?
-
Hey @User_8LGY2, Advanced Auto Numbering doesn't exclude Standalone Transactions by design. When you create a Credit Memo from an Invoice, the transformation inherits a whole set of header values from the source — subsidiary, location, department, currency, custom body fields, and so on. The Standalone Credit Memo may miss…
-
Hey @lufiali, Your observations are accurate. NetSuite Serialized Inventory management isn't built for complex and high-volume scenarios. Some customers prefer to create a custom solution to enter and track the Serialized Inventory in NetSuite via Custom Records. This will be completely ad-hoc as each customer may require…
-
Yes, it might be related to the RF-SMART preferences; it would be good to check with them.
-
Were all these Lots with incorrect Expiry Dates created by the same user who operates in the Time Zone that matches NetSuite's Time Zone?
-
Hey @ksage, NetSuite counts the 4/6/26 as a day, too, and when we add another 547 days, we arrive at 10/5/27.
-
Hey @Elina Kourouzidou, The dynamic Balance Sheet report you are trying to build can't be done via NetSuite Report Builder. I hope NetSuite will enhance it in the future to allow this as the current version of the Report Builder is very limited.
-
The biggest unknown is the 'customization' piece. Once you are clear on what customizations are needed, it will be easier to estimate the total implementation effort.
-
I would recommend opening a Support Case with NetSuite and asking them to investigate. We were having some back-end related issues with other customers, so there might be an issue affecting your account, too.
-
Most probably, the issue is with the Item configuration or the related RevRec Rule.
-
Hey @User_8LGY2, A few questions to help with the estimate: Which version of the Electronic Invoicing SuiteApp are you planning to implement? Do you know if only out-of-the-box features will be used or whether a customization might be required?
-
Hey @Mary Rivas, The most common configuration is for the Invoice and Credit Memo to create their own Revenue Arrangements. The Credit Memo typically has a negative amount and reverses the revenue.
-
Hey @GailV, Did it stop working for all Vendors or only one? Typically, the 'Due Date' is populated from the scanned file. Do you know if the preference might have been changed?
-
Hey @User_DAIMX, There are fields that NetSuite is natively hiding based on various considerations, such as 'Subsidiary', 'Transaction Form', 'Sublist Type', and more. There is no configuration available to End Users or Administrators to change that.
-
Hey @User_1L16T, Does the calculation happen via the 'Advanced Revenue Management' module? If yes, the configuration can be updated to use a different 'Amount' field in the mapping to the Arrangement and Deferral JE.
-
Hey @kees.netsuiteadmin, I suspect you have the Auto-numbering turned on for Customers, which is why NetSuite is applying an additional numbering logic (e.g., adding '2'). You should be able to create a customization to set the 'Customer ID' as desired. The script will 'uncheck' the 'Auto' and set the ID per the defined…
-
If you try to create a 'Manufacturing Operation Task' Saved Search, you will see that 'Actual Run Time' is available, but not 'Actual Machine Time'. Natively, when the time is copied from the Routing, NS assumes' Labor Run Time = Machine Time. When two operators are in the same work center, it appears NS is doubling the…