Introducing Acumatica Cloud ERP: 2026R1
Get inspired and gain all the knowledge you need
Recently active
For those who have upgraded to 26R1 and the Modern UI, how has your experience been so far? Curious whether anyone is seeing any notable: Any performance issues or screen load delays Bugs or regressions UI quirks or navigation challenges Improvements you’ve actually liked Would love to hear how stable things feel across different tenants and industries.
We are using the native Amazon Connector (BC201020), importing seller-fulfilled orders.I originally set up an item as a stock item and added its ASIN as an Alternate ID (Global type) on the Cross-Reference tab. We later decided the item should be a non-stock item instead. I created the non-stock item, removed the cross-reference row from the stock item (and saved), and added the same ASIN as a Global cross-reference on the non-stock item.When the Amazon Connector imports an order containing that ASIN, it errors out saying the cross-reference exists on two items — both the original stock item and the new non-stock item.**What I've checked:**- Reopened the stock item (IN202500) — the cross-reference row is not visible on the Cross-Reference tab.- The non-stock item (IN202000) shows exactly one row for the ASIN, Alternate Type = Global.- Only one UOM row exists per item; no duplicates within either item.**Questions:**1. Is there a place other than the item's Cross-Reference tab (e.g., a
When we use the Acumatica plug in within Outlook we aren’t able to link to any account. This has been functioning in the past but over the last week when Acumatica had an update it doesn’t work. For account and contact it only shows a list of employees and doesn’t allow us to search accounts in our Acumatica database. Please see screen shots below and offer answers as to how we can fix this issue. Thanks!
I would like to modify the styles for the popup window on the AR302000 page.however, after multiple attempts, it doesn't seem to be taking effect. Is something wrong? -AR302000--extensions---AR302000_CustomCss.html---AR302000_CustomCss.css--AR302000.html--AR302000.ts AR302000_CustomCss.html:<template> <require from="./AR302000_CustomCss.css" /></template> AR302000_CustomCss.css:#paymentDialog .qp-resizable { height: 85vh;}.aabbcc { height: 72vh;}.top-bar-cont{ background-color: red;}
I have created a Recurring Transaction to create an Invoice for Monthly Rent. I am trying to create an Automation Schedule for this specific recurring transaction but I don’t have any invoices created. I set the schedule to run today, and the automation schedule appears to have executed successfully. However, it didn't process any documents.I'd appreciate any guidance on what I may have missed in my setup. Thank you in advance for your time!
Hello Acumatica Community,I'm excited to invite a limited number of Acumatica customers to participate in an exclusive Acumatica Customer Program designed to demonstrate how predictive AI decision intelligence can help executive leadership and project teams improve project outcomes.This exclusive program is being offered by TrueProject for Acumatica customers and is proudly sponsored by Acumatica Chief Product Officer Jon Pollock.As a participant, your organization will receive a complimentary 30-day evaluation of TrueProject with no cost, no commitment, and minimal to no IT involvement.During the evaluation, you'll experience how predictive AI can help your organization:Gain an objective, AI-driven assessment of the health and success likelihood of your active projects. Identify project risks weeks earlier than traditional reporting methods, providing more time to take corrective action. Receive practical AI recommendations to improve project outcomes before issues become critical. Pr
Hi,I’m trying to hide zero values in report through condition but there is a value difference when I run the report.Could you please me to hide values through visbile expression. I tried some condition but it is showing true or false.Please below image and RPX file
Hi Team,I have one processing screen, using which I am creating customer, then order using the created customer and then payment for the created order in the same process.There is an inconsistent error “The item CustomerID is not found (restricted:False,external:True,value:xyz)” is coming at the time of payment creation. The strange thing here is the Customer is there in the system and Order is also created using the same customer but at the time of payment creation getting this error and that too not the case with all the records. As, for some of the records the flow is working fine from customer creation to order to payment.Can anyone suggest something about the possible cause and resolution of this please. Thanks in advance!
We are attempting to upgrade from 24R2 to the 26R1 release of Acumatica, and one of the changes in this release or the previous one is that the Kit Assembly Component Splits looks to prevent the line from defaulting the location for parts with serial numbers that are user-entered on receipt. public class INComponentLineSplittingExtension : LineSplittingExtension<KitAssemblyEntry, INKitRegister, INComponentTran, INComponentTranSplit>{ protected override void SetUnassignedQty(INComponentTran line, decimal detailsBaseQty, bool allowNegative) { base.SetUnassignedQty(line, detailsBaseQty, allowNegative); UpdateUnassignedLine(line); } protected virtual void UpdateUnassignedLine(INComponentTran line) { if ((line.UnassignedQty ?? 0) == 0 || line.TranType != INTranType.Assembly) return; if (line.LocationID != null line.LocationID = null; if (line.LotSerialNbr != null) line.LotSerialNbr = null; if (li
I’m trying to find a specific data class mentioned in this guide: link, however, I can’t find ARPaymentEntry.LoadOptions. Is this a outdated Item class, or does it go by a different name?
When publishing a customization to PR302000 in 26 R1, I get this error:An error on the page /pages/pr/pr302000.aspx with the message: Cannot parse the ASPX file. The closing tag </px:pxformview> is not expected in the line 87; the expected tag is px:PXFormView from the line 54.The source ASPX file looks like this:The only way to resolve it is to edit the ASPX manually, providing I have access to the server.
I had a customization project error in our sandbox.Ever since the error occurred, I can’t publish or unpublish anything without getting another error prompt during compilation.[2026-07-09 11:16:04.284] Removing previous Modern UI files[2026-07-09 11:16:14.321] Error while deleting screen info folderHow would I go about fixing this?Acumatica 2025 R2, Build 25.201.0213
<template> <qp-template id="Document_PXLayoutRule1_div0" name="1-1-1" > <qp-fieldset id="Document_CstPXLayoutRule21_fs" wg-container="Document_form" view.bind="Document" slot="A"> <field name="WPickingNbr"></field> <field name="SiteID"></field> <field name="CreateTransfer"></field> <field name="Description"></field> </qp-fieldset> <qp-fieldset id="Document_CstPXLayoutRule22_fs" wg-container="Document_form" view.bind="Document" slot="B"> <field name="ShipDate_Date"></field> <field name="Time"></field> <field name="TransferNbr"> <qp-field control-state.bind="Document.TransferReleased"></qp-field> </field> </qp-fieldset> </qp-template> <qp-tabbar id="Tab"> <qp-tab id="TabDetails" caption="Details">
I have a dozen fields on a form that have cascading PXFormulas to calculate other field values automatically. For example:Base PriceCommission RateCommission Value (PXFormula of [Base Price] times [Commission Rate]House Comm. Split RateHouse Commission (PXFormula of [Base Price] times [House Comm. Split Rate])Everything calculates correctly when the record is saved but Classic UI updates these fields right away.The post below also talks about this but the solution there was to change all of the PXFormulas to PXDBScalars but I’m not sure that this is appropriate as I’m storing all of these values.Is there something I need to write in the .ts file to trigger the PXFormulas or do I need to make each field use PXFieldState<PXFieldOptions.CommitChanges> and write out all of the formulas in Updated events?
When worked with acumatica old version, clicked button “Update Customization Project” never show the message above. I just raise the question here to clarify the features. Do you guy know it ?
I didn’t see a place to post the little gotchas that can turn into time eating development cycles so I thought I’d start it.Today I had an issue with a screen that needed severe orthodontic work.It was supposed to look like this:As it turns out, the issue was an “empty” qp-fieldset that I was having an issue with. When I removed the comment tags, the screen rendered properly instead of every following field from being placed into that “empty” fieldset. <qp-template id="formTPCommissionsSetup" name="17-17-14"> <div id="colSetTPCommSetupA" slot="A"> <qp-fieldset id="fldSetTPCommSetupA" view.bind="CurrentDocument"> <!-- <field name="CurrentDocument.SalesPersonID_description"></field> --> </qp-fieldset> </div> <div id="colSetTPCommSetupB" slot="B"> <qp-fieldset id="fldSetTPCommSetupB" view.bind="CurrentDocument"> <field name="CurrentDocument.UsrTPCommRateClass"></field> </qp-fieldset> &l
We have a client who is live on BigCommerce and wants to import their existing stock item catalog into Acumatica first to get Stock items set up and the External ID links established, then switch the sync direction to Export with Acumatica as the master going forward. Has anyone done this before? What's the recommended way to manage this? can we map item class using a custom field from BC to Acumatica to match it to the correct item class using import mapping? And once you flip to Export, does the connector pick up the existing External ID links and update the BC products cleanly without creating duplicates?
Does anyone know if this functionality has been improved?This is an operational situation we see, both planned an unplanned, where we want to be able to link demand from an existing Service Order to an existing Purchase Order.This is in order to account for changes/mistakes after the original purchase order was created from the demand and also we need to be able to take advantage of purchase requirements for vendors such as minimum order qty, total order amount, free shipping, etc.Our purchasing is not centralized and many people do their own purchasing as needed.There should be a way to link to demand from transactions that haven’t been purchased yet to existing purchase orders.One way would be to identify an Existing Purchase Order on the Create Purchase Orders screen before the processing happens.Another option is to have the ability to set the PO Detail Line Line Type to Goods for SO or Goods for FS and be able to lookup and set the Sales Order or Service Order detail line.Another
So far, here are the ones supported. There could be more. Would request the community to update this list.Authorize.net (native) APS PayPal PayFlow Braintree WorldPay eBiz AcuCharge (Vantage Card) PayPal Request for Money (not a payment gateway, but a way to send email to customer and get money via their PayPal account) === Administrator Note, added July 22, 2026 ===Acumatica Payments is the focus of Acumatica internal development. This was launched in 2023 R2 and works in the USA and Canada. There is also an option for UK customers to utilize Stripe.
We have a requirement to restrict the release of SOs and Invoices linked to a Project: Current behavior: The system allows releasing SOs/Invoices even if the customer is different from the Project's customer. Our requirement: We want to block the release if the customer on the SO/Invoice does not match the Project's customer. The system should only allow releasing when the document customer is the same as the Project customer. Is there a way or setup to apply this rule to our system?
I’m trying to customize a grid with dynamic columns, the number of columns are based on how many items it has on Attributes screen (CS205000). Here are the samples, Sample 1 Sample 2 I have the code in EntryMatrix_RowSelected event which will try to hide a column(s) based on certain condition I tried using this code, but it didn’t work,PXUIFieldAttribute.SetVisibility(sender, "Extra Small", PXUIVisibility.Invisible);PXUIFieldAttribute.SetVisible(sender, "Extra Small", false); I can’t also use this since it has no direct DAC attribute,PXUIFieldAttribute.SetVisibility<DAC.attribute>(sender, null, PXUIVisibility.Invisible);PXUIFieldAttribute.SetVisible<DAC.attribute>(sender, null, false); Is there other way to hide column(s) maybe by name or index?
We are trying to use a push notification to send inventory data from a GI to an outside system. We have created several other push notifications that are working as expected but our inventory push is not.We are currently using px.objects.in.inventoryItem as our table.Results tab: InvenotryID, SiteID, LastModifiedDateTime, & QtyOnHand.Nothing is hitting the push when inventory updates. Thanks,
Hi,One user experienced a popup error stating “PXSerialChart is not defined” in the system. This issue is intermittent and occurs inconsistently in different forms. However, once the user clicks OK, the error disappears and the screen continues to work normally. What could be the reason for this? Thanks!
I have a lot of customers who choose a different payroll provider because Acumatica does not have an HR module, is there any plan to add one in the near future.
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.