My Stuff
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Comments
-
Hi @User_WT You are essentially using NetSuite's Inline Editing feature from a list/search view, which is perfect for deleting small batches of records safely. If you want to speed up your current method or learn how to do a true Mass Delete in NetSuite, here are a few ways to level up your approach: Shift + Click Since…
-
Hi @Desmond Hong At Goods Receipt (GR): When you receive the item, NetSuite debits your Inventory at the Standard Cost. To balance the ledger, it must credit Accrued Purchases (Inventory Received Not Billed). Because your expected liability to the vendor is based on the PO Price, Accrued Purchases is credited at the PO…
-
Hi @TEN in netsuite for JE line level limitation is 1,000. Can you try with that.
-
Hi @TEN can you try to force delete cache memory and try to save JE?
-
Hi @User_P6PVX i got this option from one of my colleague, try this You can completely avoid Journal Entries by using a Clearing Item instead. This keeps your GL clean and automates the accounting within standard transactions. The Setup (One-Time): Create a GL Account called AR/AP Refund Clearing (Bank or Other Current…
-
Hi @Cher Xiang can you share me active workflows and if there share workflow log.
-
Hi @User_P6PVX netSuite has a built-in transaction type specifically designed to refund an open Credit Memo, unapplied Customer Payment, or Customer Deposit. It automatically debits Accounts Receivable (or Customer Deposits) and credits your Bank Account without any JEs
-
True
-
Hi @Brent Cirinelli netSuite relies heavily on browser caching and cookies to track session state and recent UI activity. Confirm exactly what the user is running. If they are actually running a Saved Search, it will not show up in Recent Reports. Instead, it will register under the Recent Records (the clock icon)…
-
Hi @User_UCSQK implementation teams (especially those utilizing NetSuite’s "SuiteSuccess" model) often quote the technical deployment timeline, which usually sits at 90 to 120 days (3 to 4 months). However, real-world NetSuite users overwhelmingly agree that this timeline severely underestimates user adoption.
-
Hi @TOSSWARE you need to filter the search down to Sales Orders and exclude the "Main Line" (the header), taxes, and shipping so that you are only counting the actual item lines. Navigate to Criteria > Standard and add the following: Type = Sales Order Main Line = False Tax Line = False Shipping Line = False Set Up…
-
Hi @Cher Xiang if your custom Saved Search criteria includes a filter like Status = Purchase Order: Pending Approval, the saved search will evaluate to FALSE for newly created POs. Because the search criteria aren't met, SuiteApprovals doesn't trigger, the Approval Rule isn't applied, and the "Submit for Approval" button…
-
Hi @User_9V660 NetSuite best practice for a "bounced" or returned payment involves keeping the original payment for the deposit, creating a Journal Entry for the reversal, and then swapping what the payment is applied to. You will record the funds leaving your bank account using a Journal Entry. Go to Transactions >…
-
Hi @Karen See if the Disposal Date field is hidden on your default preferred form, it will not appear in the mapping list.
-
Hi @User_OFTMK try this Main Line: False Tax Line: False Shipping Line: False Account Type: whatever type your COGS accounts are — This helps isolate the debit side of the IF. Results, Document Number » Group Item (Line Level) » Group Sales Order Date » Maximum »{appliedtotransaction.date} COGS Amount » Sum » {cogsamount}…
-
Hi @User_IVHTW are you using an Administrator role for the CSV Import, or a specific functional role (like A/R Clerk or Accountant)? Can you try this in the Import Assistant (Field Mapping) follow the below mapping sequence, Customer (Internal ID) Subsidiary (Internal ID) Date Sales Order (Internal ID) Payment Amount
-
Hi @User_YMX0F Navigate to Transactions > Financial > Update Revenue Arrangements and Plans. In the Update Revenue Arrangements section, select the specific date range or leave it broad to catch the SO. Click Update. Result: NetSuite will scan for any "Revenue Element" (the underlying link between the SO line and the…
-
Hi @User_OFTMK try to use below formula, CASE WHEN NVL({appliedtotransaction.fxamount}, 0) != 0 THEN {appliedtotransaction.amount} / {appliedtotransaction.fxamount} WHEN NVL({debitfxamount}, 0) != 0 THEN {debitamount} / {debitfxamount} ELSE 0 END Criteria: Type is Item Fulfillment. Criteria: Main Line is False (to see…
-
C
-
Hi @Lyssa you can import the 3-year subscription at the Year 1 price, and then immediately import "Change Orders" scheduled for the start of Year 2 and Year 3 to modify the pricing. Ensure your Price Plans for Year 1, Year 2, and Year 3 are already created in NetSuite. Go to Setup > Import/Export > Import Tasks > Import…
-
Hi @User_PCF01 Approach A: Standard Feature (Credit Hold) - No Customization Required NetSuite has a native Credit Hold feature designed exactly for AR to control transactional activity. How it works: When a customer is created in this specific Class, their "Hold" field is set to ON. NetSuite's native accounting…
-
Hi @Suri_NS You are not alone in facing this. This is currently a known issue within the NetSuite community specifically affecting the India Localization SuiteTax Engine (ILSE) when users attempt to edit and save Vendor Bills. Another user reported the exact same error behavior in late April/early May 2026. NetSuite…
-
NetSuite Support will be able to look at the backend script execution logs to see exactly why it is failing to fetch the data. Please raise a support ticket for this, better option!
-
Hi @lstapf Tax Reporting & Returns: Navigate to Reports > Payroll to access tax liability reports, state withholding reports, and other filings. W-2/Form Retrieval: For employees, navigate to the Payroll portlet in the Employee Center, or go to Lists > Employees > Employees > Edit > Payroll > Taxes to find W-4 and tax form…
-
NetSuite WMS generates "Pick Tasks" based on a Wave release. If the Wave for this Sales Order was released before the inventory was properly committed (e.g., when the committed quantity was 0), the resulting Pick Task is corrupted. It is trying to tell you to pick "0" or a null quantity, which the WMS app translates…
-
Hi @User_IVHTW even if the customer has access to multiple subsidiaries, the Customer Deposit and the Sales Order must belong to the exact same subsidiary. You must force the Customer Deposit to use the Sales Order's subsidiary rather than defaulting to the customer's primary subsidiary.
-
Hi @Jet Zhang checking the "Run Server SuiteScript and Trigger Workflows" preference in NetSuite only triggers User Event scripts on an individual, per-record basis as they are imported.
-
Hi @User_JKLFU can you past the screenshot of sales order items subtab, NetSuite WMS relies strictly on committed quantities to generate picking tasks. If the line item on the Sales Order you are trying to pick is not committed, WMS will not recognize that there is inventory to pick for that specific order, which results…
-
Hi @Tom Dalton add a Formula (Percent) or Formula (Numeric) column and try this SQL, ROUND( (NVL({pricelevel9},0) + NVL({custitemamzn_stndrd_shipng_cost},0) - NVL({custitemlanded_cost_per_sales_unit},0) - NVL({custitemone_piece_fee_paid_to_amazon},0) -…
-
yes you can use {transferlocation.id} instead of {transferorded.id}