Introducing Acumatica Cloud ERP: 2026R1
Get inspired and gain all the knowledge you need
Recently active
We have an original invoice of $10,000 with 2% cash discount for payment within 10 days.We returned goods worth $1,000 via debit adjustment.The system still calculates cash discount based on the original invoice amount ($200 discount), instead of the adjusted net amount of $9,000 (correct discount should be $180).My temporary workaround: I used a $9,000 debit adjustment to offset the original bill, then recreated a new $9,000 bill to get the correct payment amount.Could anyone advise if this method is acceptable? Are there better solutions?
How do we update prices for service contracts?When we update a recurring price, this does not cascade to the next period. It reverts back to the original price from two periods ago. Is there a function to update prices and cascade those prices to every period forward?
We have a custom warehouse operations web application that integrates with Acumatica via the REST Contract-Based API. The app has its own user authentication system with individual named users (warehouse staff, receiving clerks, etc.). All API calls from our app currently go through a single shared service account, so every receipt, transfer, and AP bill created in Acumatica shows the same username in audit logs - we lose individual attribution entirely.We are aware of Option 1 - storing each user's Acumatica credentials in our system and logging in as them individually for each operation. This is the obvious solution but comes with real tradeoffs: every warehouse user needs an Acumatica license seat, credential storage and session management gets complex, and we'd need to manage separate Acumatica sessions per app user.Our question: Is there a supported or recommended approach in Acumatica to pass the identity of the originating user through API calls made by a service account, withou
Hi Acumatica Community,S4 Consulting is pleased to share that we are providing a Free Vietnamese Language Pack for Acumatica ERP for Acumatica users and implementation partners working with Vietnamese teams. Our Vietnamese Language Pack included:Menus, screens, and key business fields Standardized Vietnamese business terminology Support for both Web and Mobile interfacesWe are also happy to support Acumatica partners who have projects in Vietnam and need a practical localization option for their customers.You can view the full details here:https://s4.com.vn/en/vietnamese-language-pack-for-acumatica-erp/Thank you.
Hi Acumatica Community,I’d like to share a resource dedicated to Acumatica in Vietnam:https://acuerp.vn/This is a Vietnamese blog focused on practical Acumatica usage, built to support both businesses and consultants working in a local context.The main goal is straightforward:– Help companies understand how Acumatica fits real operations before implementation– Share hands-on configuration, customization, and deployment experience– Provide practical use cases instead of generic documentationKey highlights:– Content tailored to Vietnamese business environments (finance, distribution, construction, F&B)– Real implementation scenarios from actual projects– Guidance on system setup, workflows, and data structure– Insights into applying Acumatica for cost control and operational efficiencyIn many ERP projects in Vietnam, the challenge is not the software itself, but how to adapt it correctly to local business models. This blog focuses on solving that problem with real-world experience.Th
Hey Everyone, I heard of an update to Chrome that will deprecate XSLT. Long Story Short - Classic UI screens will break November 17, 2026 onward. https://developer.chrome.com/docs/web-platform/deprecating-xsltThe only workaround at the time is to use Firefox Browser (or other non-chromium browsers) or use an older version of Chrome / Edge. I believe Acumatica is working on a patch / workaround for earlier versions of Acumatica (that don’t have modern UI). Important update to keep on your radar less your Thanksgiving gets ruined 😅This adds an urgency to update screens to Modern UI. I’m not sure whether screens will crash or loose functionality. I’m going to try to manually turn-off XSLT to see how screens respond. Stay tuned in case any fix becomes available.
It's great that we have such a vibrant Acumatica community to get quick answers to questions and gain product knowledge! We have very active members jumping in to help others out all the time. The goal of the community is to respond to every member’s question so that no one goes away "empty handed".Connect, Learn, Share Karthik Gajendran - Acumatica Community Featured Member for April 2026Meet Karthik Gajendran our Acumatica Community Featured Member for April 2026. It’s great to have you as part of the Acumatica Community @KarthikGajendran! Acumatica Community Webinar - Data by Design II: Take Acumatica’s Report Designer to the Next Level - April 21, 2026 - RecordingReady to go beyond the basics? This intermediate session builds on Data by Design. If you’re comfortable modifying reports and working with data, it’s time to unlock more advanced capabilities that give you greater control and flexibility. Acumatica User GroupsNew! NorCal Acumatica User Group, Distribution Customer User G
We redesigned the PO641000 form and are able to print from Printed forms, but not from the actual Purchase Order on Screen PO301000. We are using 2025 R1 which has still the classic UI. Just went down an AI wormhole and still could not get a solution. All tips greatly appreciated.
Hi All,I am trying to get OpenOrderQty to show on a GI that is based on Purchase Receipts screen. I have linked POReceipt to POReceiptLine as per DAC Table, however the value for OpenOrder QTY does not show up.If someone can let me know what is missing in order to make this work, it would be wonderful.Kind regards,Calvin Law
Hey Guys,I need a little help, i have a back order report im pretty sure i found on here. ive made some changes, but i’d really like to show the expected dates for the items. Im having trouble relating tables todo so. Is it as simple as adding PO.POrder to the table then adding a relation? the relations confuse me.
Is there a way to map Tracking URL field on the PACKAGES tab of a Shipment to Shopify Tracking URL field?I see this field in the mapping: However, in the ERP Object / ERP Field / Value, I don’t see anything representing this field:
I am currently working with an Acumatica demo instance and planning to integrate with it via the API (Web service endpoints). Could you please provide information on the following:1. API rate limit — what is the maximum number of API calls permitted per minute?2. Concurrent calls — how many parallel API calls can be made by the same user at the same time?3. Transaction limit — is there a monthly cap on the number of transactions that can be created in the demo instance?Thank you in advance for your assistance.
Here is a real world scenario that I have experienced many times. In this actual case there are obvious low process maturity issues here - company leadership, change management and job roles and responsibilities not being followed. Not looking to discuss or debate those issues as that is internal to the company to resolve, rather experiences and outcomes, ease of use and lowering friction to increase user adoption on Acumatica processes that are stated to have too many clicks and are too rigid from a customers point of view.CustomerThe customer is a mid-market utility/civil contractor running Acumatica Construction Edition with a major disconnect between what the PO-to-payment process requires and what Project Managers are actually willing to do.The Designed Process1. PM creates POs for materials, rentals, fuel, equipment, etc., (all non-stock items)2. Materials are delivered to the job site3. PM enters a Purchase Receipt against the PO confirming what was delivered4. Accounting recei
I am having issues with adding a custom screen to the mobile app. The screen is a form tab with grid in the detail section. I want to have a few fields from the header show up and then a couple of fields from the grid to show up. The layout that I want it to look like is the first screen shot. I have the “Sign” action added in but it doesnt work for some reason and the “Paper clip” for attachments isnt showing up. If I remove the “layout = “HeaderSimple” from my code, the attachment paper clip shows up and the action works, but the fields in the header no longer show up (second screen shot). Any ideas on what I did wrong? This is my first time adding to the mobile app. I was looking at the documentation when I made it, but I can’t seem to get it right.add screen PTM00013 { add container "BOLHead" { add layout "BOLheader1"{ layout = "HeaderSimple" add layout "HeaderRow1"{ layout = "Inline" add field "BillOfLadingNumber" add field "Status" }
Hi All,I want to release invoice on screen Process Invoice and Memo via REST API. I add screen and actions to the endpoint.The problem is if I send POST request to {{baseUrl}}/ProcessSalesInvoices/ProcessAll. The endpoint asks Entity in the body. That means I only can process one invoice per request. If I send PUT request to {{baseUrl}}/ProcessSalesInvoices with body:{ "DocDetails": [ { "RefNbr": { "value": "INV100031" }, "Selected": { "value": true } }, { "RefNbr": { "value": "INV100033" }, "Selected": { "value": true } } ], "ScreenAction": { "value": "Release" }, "Action":{ "value":"Process" }}. Nothing happened. The reason I don’t use {{baseUrl}}/SalesInvoice/ReleaseSalesInvoice is I need to wait the invoice to release one by one.
Hello guys, our receiver accidentally receive 1 item 2 times and I try to return it in the system. However, it show me The Original Inventory Receipt must be release prior to return.Can some support me with this issue.Thanks
Hello all,I have a basic requirement that an AP Bill should only be created if the PO receipt is 100%, else it should allow the user to even create it. How to achieve this?
I have added a custom screen to the mobile app.This is NOT coming from a GI. I have found using a GI for this is a complete nightmare. Is it possible to add a filter to a screen that is not coming from a GI? I’d like to be able to add a label to the Reminder Date field. I cannot find a way to do this. When you click Add or tap an existing record, the custom screen opens and works perfectly. This is the screen on the site: This is the code for the Mobile App. add screen IC301010 { Add container "ICSCallLogView" { fieldsToShow = 10 containerActionsToExpand = 4 add layout "CustomerRow" { displayName = "Customer" layout = "Inline" add field "CustomerNbr" } add field "CallDate" add layout "ReminderDateTimeRow" { displayName = "Reminder" layout = "Inline" add field "ReminderDateDate" add field "ReminderDateTime" } add field "Location" add field "Status" add field "Category" add field "Summary" add field "Details" add
Does the customer portal support row level security?
We are currently on 24R1, upgrading to 26R1 soon. Is there a way to create a clock entry for multiple employees at once?
Hi, allI create PXCacheExtension<PMProformaLine> and add new custom field.Next i override method BillTask. In this method base functional create PMProformaTransactLine line = new PMProformaTransactLine();And when i try this AKTPMProformaLineExt lineExt = line.GetExtension<AKTPMProformaLineExt>();I get this error. GetItemExtension failed.
Hi,In the 2024-R1 I don't see the Total Cost field on the Purchase Receipt - Summary area. Is this a change with 2024-R1?Please refer below screenshots. 2023- R1 2024-R1 Thank you,Dulanjana
Hello all, I wanted to share a tip that threw me of course today. If you use an attribute field in a formula in a Generic Inquiry which is aggregated at all, this will throw an error similar to this: To overcome this, you should add an Inner Join to the table which holds the attribute with the following data field links (in this case I will use Inventory Item as the example): The NoteID link ensures that the right record is selected, and the AttributeID link ensures that the right attribute value is selected. In your results grid, instead of this: You should use this: Once you had switched out those values you will be able to load your GI: Happy GI Building!
Is it possible to link a fixed subaccount to a Customer/Vendor?For example: I want all transactions for Customer A to automatically use subaccount AAA-0000-0000.Can we do this in the settings? Thanks!
Found in Sale Demo 2022R1:An Opportunity with an approved Sales Quote does not have the option to Create Service Order (or Sales Order) in More / Actions, but same Opportunity with same quote in draft status allows action to create Service OrderWhat am I missing ?
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.