Introducing Acumatica Cloud ERP: 2026R1
Get inspired and gain all the knowledge you need
Recently active
Hi Everyone,We have customized the mobile app for the Scan and Transfer screen. Currently, the Save action is displayed; however, our requirement is to show the Release action instead, once all the steps are completed.Could you please guide us on how to achieve this?
Important Notice for Acumatica’s HubSpot Integration: Action Required by April 30, 2026 (Originally slated for September 30, 2025) Hello Community Members. If you or your organization currently uses Acumatica’s HubSpot integration, please be aware of an upcoming change that will require action to maintain functionality. What’s happening? Due to a HubSpot API requirement change, the current integration will experience disruptions starting April 30, 2026, unless a solution is applied. To address this change, our engineering team is actively preparing the fixes for all supported versions of our software.What you need to do: Once the fix is released, you’ll need to work with your Acumatica partner to apply it to your environment to ensure continued integration with HubSpot. We’ll provide step-by-step instructions to make the process as smooth as possible.Stay Informed: A fix has been provided. Please see this Known Issues post for additional information. Regards, The Acumatica CR
[Survey Closed as Modern Activity Stream has been initially released in 26R1. Please contact me directly with any questions or concerns. Thanks.] Hello, Community Friends, Are you interested in trying out a fresh, modernized Activity Stream in Acumatica? We have been hard at work updating the interface for viewing your customer interactions. With new features like customizable colored icons that help quickly identify activity types and a smooth, scrollable timeline, we believe this update will significantly streamline how you gather information. We are looking to try this for folks running version 25R2 and using the Modern User Interface but would love to speak to anyone interested. If you'd like to be among the first to try this upcoming feature, please take a moment to complete this short qualification questionnaire. We’ll review submissions and respond within five business days to confirm your eligibility. Should you be selected, we kindly ask for your honest feedback to help us e
Hello all,I want to display the Barcode alternate Type from the Cross Ref tab in the Stock items (IN202500) screen. But unable to do so. i want to hard code in the join to only display the data for Barcode.Thanks.
When is the employee sales account used?
Hello Team,We have a client requirement to control or validate the posting/ creation of time entries against project budgets. Specifically, they would like the system to generate a warning notification when a user selects a project and task in a time entry and the recorded time exceeds the allocated budget. Ideally, the requirement is similar to the budget overrun notification that appears in the Purchase Order screen. Can anyone please advise if there are any out-of-the-box configurations or possible workarounds that can be used to achieve this requirement?Thank you in advance for your guidance.-Yasali-
Similar to an older post, I ran into the same situation but have some more context and a more specific question. The ‘Invoice Payment Link Update’ is a straightforward quality of life process that triggers the payment link of an invoice to update when an invoice becomes ready for synchronization; very nice - clicks saved. However, we are seeing this out-of-the-box Business Event fail regularly.Digging into the notification itself in the Process Push Notifications screen, I noticed that every failed push notification JSON looks roughly like this:{Inserted values: {{INV: 000010}{needs_sync: true}, {INV: 000011}{needs_sync: true}},Deleted values: {{INV: 000010}{needs_sync: false}, {INV: 000011}{needs_sync: false}},Timestamp: 539096372739445064} Does two+ records being updated at the same time in the same notification cause business events with the ‘Trigger by Record Change’ to fail? Is there a different configuration to avoid this overloading? We regulary receive and process payments whic
We have just upgraded to 2025R1 and are trying to understand the inventory sources “Free Stock” and “Project Stock”. Main question described below:I’ve come across this basic description, but it’s not making sense to me based on our project settings: In our projects we have the inventory tracking as “Track by location”. For our projects we usually do “Project Drop-Ship” Purchase orders, so the inventory never shows up in our warehouse. Any inventory that we receive on normal purchase orders if available to be issued to any project.MAIN QUESTION: When processing inventory receipts or issuing inventory to a project, it now makes us choose whether it is “Free Stock” or “Project Stock”. We don’t want to classify it as such. Should we be worried about how it is classifying the stock? When issuing it to a project, the project will not be offered as a choice if we select “Free Stock” as you can see here: It only allows us to issue it to the project if we select “Project Stock” as the inventor
I am trying to add a DAC field to the Approve Clock Entry screen. I enabled it in the Customization Project Editor, and the field is displayed correctly in the Classic UI. However, the same field is not appearing in the Modern UI.
Good day, has anyone perhaps ons successfully integrated with Deep Local Payroll (Payspace) Th y are one of Acumatica’s API partners however I am struggling to post my ledgers from Payspace to Acumatica, the error I keep on getting is Your Acumatica login has expired. Please login and try againThis error pops up even directly signing in. I did setup a API user for payspace and I did send them the Client ID and Secret which they used to establish the connection, but I think I might be missing something.
I needed to restrict the SalesPersonID selection in ARTran so that users can only choose salespersons assigned to their organization, based on a custom field (UsrInternalCompanyID) added to the SalesPerson DAC. To achieve this, I attempted to override the selector using a CacheAttached event with a custom PXSelector that joins the Branch table and filters records according to the current user’s branch/organization. While this approach successfully limited the list of salespersons shown in the UI, it resulted in an issue where the selected value was cleared upon saving the document.Salesperson DAC extention public class SalesPersonAccessRestExtP : PXCacheExtension<PX.Objects.AR.SalesPerson> { #region UsrInternalCompanyID [PXDBInt] [PXUIField(DisplayName = "Company ID")] [PXSelector(typeof(OrganizationBAccount.organizationID), typeof(OrganizationBAccount.acctCD), typeof(OrganizationBAccount.acctName), Sub
Hi,due to the changes in the US regarding duties (800$ de-minimis), we have to collect duties from our customers in Shopify. This works very well, but if i’m correct, there is no solution/field in Accumatica to collect duties in sales orders.So now i’m struggeling how to import those values which i do have in my sales order in shopify to my sales orders in accumatica. Does anybody else have the same issue and already a solution for it?
Description: Saw the discussion on duties for Shopify orders (thread #33785) and thought this might help others facing the same challenge. We've built a customs intelligence add-on that connects to Acumatica and calculates the full landed cost for every purchase order involving international trade. THE PROBLEM Acumatica doesn't have native fields for customs duties. Most teams either email their customs broker (and wait days), use spreadsheets (and get it wrong), or create workarounds like tax IDs and non-stock items for duty amounts. HOW IT WORKS 1. Click "Import from Acumatica" — select any open PO 2. Each line item is auto-classified into the correct HS commodity code 3. Full customs cost calculated: import duty + VAT/GST + anti-dumping surcharges 4. Required border documents listed (Bill of Lading, Certificate of Origin, etc.) 5. FTA savings flagged — if a preferential rate exists for your trade route 6. Sanctions screening on every trade route 7. Click "Push to Acuma
Hi, I’m working on a customization project to incorporate a side panel for our Bills and Adjustments screen, but would like to map the navigation parameters to the Detail Transactions grid so it can reference Subcontract Nbr and Project Nbr. When working on the customization I’m only seeing the limited fields tied to the source APInvoice for selection.Because our invoices are not setup for Single-Project use, I do not have an available Project field to map to. Is there anyway that I can establish this link for Side Panel display and ease of navigation for our teams?
What are my options for connecting Shopify to ACM? We have a Distribution license and from what i can tell, it is an additional cost to do the integration if you dont have a Retail license. What is the best and most cost effective way to get this set up?Thanks in advance! :)
Hi Everyone,In the GL620500 Report, I have added the variable in the DetailSection1 and would like to display Total Amount and Total Count in the Header but it is not working. Can you please review and provide your inputs.
We are on 25R2 modern UI and using the New Release Process for Manufacturing. I have seen two glitches so far, and wondered if anyone else has seen these in their instance:A Move that completes an operation no longer records Actual Start Date and Actual End Date in the AMProdOper (Production Details, routing section) table. We have critical reports that rely on these dates, and they are broken right now due to this issue. The final Move (production receipt) for a linked Production Order to SO Line no longer allocates the inventory to the SO Line. You have to delete the SO Line and re-add it to invoice the sales order. The issue this creates for us is that the production order loses the link to the Sales Order, also breaking critical reports that help us report on stock product versus build-to-order product.I don’t see a way to undo the New Release Process, but I would like to.
Dear community!This customization package is applicable to Acumatica 25R1 and later versions.The package includes a generic inquiry that demonstrates the new project & construction reporting capabilities. The inquiry is provided “as is”.After publication of the customization package, in order to view the data for the existing projects, you need to run the recalculate project balances process.This customization package contains 3 generic inquiries. Two of them are used in the third generic inquiry “Project Bdg vs Actuals Through Date”, which gets added to the menu once you publish the package.This generic inquiry allows the user to see the date-through actuals and review the budget performance for a specific date (as the screenshot below illustrates). More information and demo will be provided in the 2025R1 Construction Partner Training session that is coming soon.Please share your feedback on this GI in the comments to this post.Thank you!
I am currently working on setting up the Shopify integration with Acumatica (2025 R1 Commerce / Shopify Connector).I am facing an issue with the Shopify configuration steps mentioned in the documentation. The documentation refers to steps that no longer match the current Shopify UI (e.g., private apps vs custom apps).Specifically:I am unable to find the exact Shopify settings referenced in the documentation The steps for creating API credentials seem outdated There is no clear step-by-step guide for Shopify Dev (Custom App) setup aligned with Acumatica 2025 R1Could someone please provide:Updated step-by-step instructions for Shopify (Custom App / Admin API setup) Required API scopes for Acumatica integration Any updated documentation or internal guide for 2025 R1 Commerce (Shopify connector)Any screenshots or clarification would be greatly appreciated.
We have sales orders that come thru with retail (stock) items but also non-stock items such as donations to other organizations. We also take sales orders up to 6 months in advance before we can fulfill them (we deal with live plants and seeds). When donations come in I would like to invoice the sales orders for those lines. Is there a way to do that?
We are displaying the approver on our sales order report. We bring this information in as follows: I have a situation where the same approver is in two approval maps rules (one inside of a workgroup and one as an individual). So when he approves a document, it comes through twice. This is now causing the detail lines on the sales order print out to duplicate. I would like to group by the key field here, which is RefNoteID, but I get errors when doing this because it is not a normal numerical ID.Any suggestions? There might also be cases where there are two approvers who are not the same person, so grouping on Approver ID is probably not ideal, but maybe a work around for now because I only need to display one approver on the report. Still wondering if there is a better way though?
I have a program that PUTs Production Orders via REST API. It worked until our recent upgrade from 24R2 to 25R2. I was using endpoint version 23.200.001 but it happens with 25.100.001 also.I PUT to ~entity/MANUFACTURING/25.100.001/ProductionOrderDetail?$expand=Operations&$select=Operations/OperationDescription:{ "OrderType": { "value": "RG" }, "ProductionNbr": { "value": "TESTORD" }, "Operations": [ { "ControlPoint": { "value": true }, "OperationNbr": { "value": "010" }, "WorkCenter": { "value": "SAW" }, "rowNumber": { "value": 1 }, "OperationDescription": { "value": "Cut 12\"" } } ]}And it responds 200:{ "id": "ca50efb0-01c4-f011-843a-06b1b982e321", "rowNumber": 1, "Operations": [ { "id": "0846d663-06c4-f011-843a-06b1b982e321",
New Drip Campaign Available in MAP! I’m excited to share a brand-new drip campaign in MAP designed to help you share the benefits of Accounts Payable Automation, powered by BILL. This campaign is your go-to resource for showcasing how this powerful integration can transform financial operations for your customers. With automated approval workflows, seamless bi-directional data syncing, and flexible vendor payment options, this solution is built to streamline invoice workflows and enhance cash flow visibility.Here’s a sneak peek at what the campaign highlights:Automated approval workflows to reduce errors and speed up processing. Flexible vendor payment options to simplify financial operations. Real-time dashboards and reporting for a 360° view of cash flow. Seamless connection to BILL’s network of over 8M businesses.Getting started is easy!Access the campaign emails here. Customize them to fit your audience and goals. Launch your campaign!
Hi all, i have import scenario. I Have some action which use data from address tab. When i debug this, i saw that Site_Address.Current is null. But my project have this data. Project.Current is not null. Have you any ideas?
What is the best way to add a subcontractor to a service order? Is there a way through a PO or how do you tie the bill to the service order?
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.