Introducing Acumatica Cloud ERP: 2026R1
Get inspired and gain all the knowledge you need
Recently active
Example :Inventory ID : B001How to i create 3 Barcode for B001 - BH, B001 - BOX, B001 - KARTON ?so, i can scan according the barcode,if i need 72 BH i can scan 1 - B001 - KARTON and 2 - B001 - BOX
Hello Everyone.I have created a GI that dpending on selected “Module” should navigate to the source document in my side panels. For example “AP” should navigate to “Bills & Adjustments”. Here is partial data from my result grid I know my keys are DocType and RefNbr. So here is how I have set up my Navigation Parameters and Visibility Conditions I have two problems.When I click on the hyperlink or record it doesn’t show the related document in the side panel.In my GI the navigation Icon is always invisible with this condition. If I deactivate the condition then it becomes visibleWhat I am doing wrong?
Hi everyone,I need to generate and print the Customer Statement report for a customer in USD, but Acumatica keeps showing/converting the amounts into our base currency (MXN).Where in Acumatica can I select or configure the statement to be printed in the original transaction currency (USD)? Is there a setting on the Customer profile or statement parameters for this?Thanks for your help!
Can I add the “Remove Hold, Release After Save” option? When I add “Remove Hold,” on import scenario I get an error saying that “Remove Hold” is disabled. but its working on save
I am currently configuring an automated invoice emailing process in Acumatica using Business Events + Email Notifications + Attached Reports.My setup is the following:Business Event Type: Trigger by Record Change Screen: AR Open Invoice (GI based) Trigger Condition: Old Status = Balanced New Status = Open Subscriber Type: Email Notification Attached Report: AR641000 - Invoice/Memo “Use Event as Data Source” is enabled Source Table = ARInvoiceThe Business Event and Email Notification are working correctly:The email is successfully sent The subject/body correctly resolves dynamic values such as: ((ARInvoice_refNbr)) ((ARInvoice_docType)) The Related Entity in Business Event history correctly shows the invoice reference number The AR641000 report displays correctly when manually run from the screenHowever, the issue is that the PDF attachment generated from the Email Notification is blank.The PDF structure/layout loads, but no invoice data appears inside the report.I already test that
I’m trying to follow the examples to change the CSS styling of a row within a grid: I’ve a custom field that gives the quantity allocated on each Sales Order details line and want to change the colour of that line to highlight when it isn’t fully allocated.So I started with this: UI Events: Changing of the CSS for a Row of a Table • UI Development Guide • Acumatica Beacon(And added handleEvent, CustomEventType, RowCssHandlerArgs to the import {} from “client-controls” ) @handleEvent(CustomEventType.GetRowCss, { view: "Transactions" }) getReceivedRowCss(args: RowCssHandlerArgs<SOLine>): string { const split = args?.selector?.row; if (split != null && split.UsrQtyAllocated.value < split.UnshippedQty.value) { return "bold-row"; } return undefined; }Where UnshippedQty is a standard field in SOLine. UsrQtyAllocated is defined in (DAC) SOCustomisations.SOLineExt, and in the .ts file as:export class SOLine_SOCustomisations
Hi Team, Do you know whether Acumatica supports E invoicing concepts. Do we require any customizations? Regards,Nithya
We have a large number of existing customizations built for Classic UI, including ASPX changes, JavaScript, PXControls, grid customizations, actions, and screen extensions.When the same screen is converted to Modern UI, which types of customizations typically require complete redevelopment rather than minor modifications?
Hello Team,I found the following error with payments.1. I have created a payment via API. The payment is being created successfully.2. Then I use a payment to allocate with invoice or credit memo via API to pay it.3. Send the payment with allocation to the invoice or credit memo to Acumatica via API.Acumatica returns the following error message:Payment update request returns the error message - "exceptionMessage": "An error occurred during processing of the field Reference Nbr.: Reference Nbr. 'AR.......' cannot be found in the system.\nPX.Data.PXOuterException: An error occurred during processing of the field Reference Nbr.: Reference Nbr. 'AR......' cannot be found in the system."When I repeat the same Payment update request after a period of time (in 1,5,10,20 minutes), Acumatica creates a payment successfully.Could you clarify what is the reason of this behavior?
We have drop ship products on our Shopify site - if purchased, the order will sync to Acumatica, a drop ship PO will be created, and then a drop ship receipt once the vendor has confirmed the order has shipped.Is there a way natively to mark these orders as fulfilled in Shopify? This happens automatically for orders with product we stock and can ship from our own warehouse; a shipment is created and confirmed and the order is marked as fulfilled in Shopify. However, because the drop ship process uses a receipt instead of a shipment document, and there is no place to enter tracking # information in a receipt, we cannot see a way to mark the order as fulfilled in Shopify.We are currently on 21R1, in the process of upgrading to 23R1; perhaps this has changed in the latest release?
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 Don’t miss updates, subscribe to Community site discussions for weekly updates and Acumatica News & Updates for important news. Also, be sure to subscribe to you discussion forum of interest. Seeking Volunteers - Acumatica AI Similar Case SearchHello, this is a message aimed at current Case Management customers,The CRM team is exploring a potential new AI feature for Acumatica CRM that automatically surfaces similar past cases, so support teams can find and locate solutions faster instead of solving the same problem from scratch every time. The goal is less manual digging, quicker resolutions, and more consistent answers across your team.More information HERE Jini
Hi Community,I'm trying to enable the Upload button on the Bank Deposits (CA305000) screen. Here's what I have done so far: Set AllowUpload = true for the grid (DepositPayments). Added the [PXImport(typeof(CADepositDetail))] attribute to the DepositPayments view. However, the Upload button is still not enabled on the screen.Is there any additional steps I need to take to make the Upload button functional here?Any guidance or insight would be greatly appreciated!Thanks in advance. 😊
I upgraded to Acumatica 26R1 from 25R1. Executing the installer, if required us to make sure RabbitMQ is up and running and that I have an account which I can provide the installer with to authenticate. This post describes the problems I had and how I eventually had the messaging configured, Upgrading from 2025 R1 to 2026 R1 - RabbitMQ - Assistance Setting-up or Connecting to Existing Instance | Community. A consensus directs me to comment out RabbitMQ for messaging which I did. When I follow these steps locally, my Acumatica instance starts and functions, but the messaging is failing: Page is not availableTo use the Business Events form, install MSMQ on the server and set the EnablePushNotifications key to true in the appSettings section of the web.config file of the application. Questions:What is the Acumatica 26R1 direction (and supported) for messaging? Is it MSMQ or RabbitMQ? We do have RabbitMQ up and running on our application server.
I'm using Acumatica from my Local host for the mobile application, and I'm getting an error when I'm trying to save expense receipt and also when I'm trying to add Activity under Contacts, the error is - Server Protocol Error - ERROR 404 - requested URL or resource not found.
I’m trying to add a column to my customer’s P&L that will show the % of Sales for each row on the report (e.g., Sales = 100.0%, COGS = 36.2%, etc.). I can add calculations between columns (e.g., (F-E)/E), but not within the same column. Is this possible with the standard financial reports?
Hi All,I have a dashboard with 20 widgets. It's causing the dashboard to load slowly (approx 30 secs).We have already done SQL optimizations on the GIs, and also added Refresh Widget intervals — this helps with caching on repeat loads, but not the initial load.Our remaining bottleneck is browser connection queuing: all ~20 widgets fire simultaneously on page load, and since browsers cap concurrent connections per host, later widgets queue behind earlier ones — this accounted for more total load time than the SQL cost did.Also aware that Acumatica suggests a max of 10 widgets per dashboard, but this isn't a hard stop.Questions:Does Acumatica's Dashboard framework support lazy-loading widgets (only fetching data when scrolled into view), a "load on demand" setting (as opposed to loading everything on page open), or parallel/staggered loading? Is there a supported way to stagger initial widget load requests on page render, rather than all firing at once?Or any other way to help make the d
Order was orchestrated but now I want to change the warehouse on the sales order but it does not remove the Orchestrated flag on the lines and cannot be orchestrated.
We currently have our main user node as well as a process node. All is hosted by Acumatica. We’re on 23R1 and in the process of an upgrade to 25R1.Currently (maybe default configuration, maybe this isn’t even configurable), if I restart one node, the other node restarts as well. Officially if I publish customizations, they publish to both nodes at the same time (but I’ve had issues with this, so our publish process includes publishing on both nodes).I’ve been told that, in older versions, the nodes were managed separately and you had to publish to both nodes. I’ve also heard that you had to restart the nodes separately. I’d like to be able to do that on our current version--I already have to publish to both, and I’d like to be able to restart the process node without it impacting the main user node.
Hi everyone,I’m looking for some clarification regarding invoice attachments in automated customer emails for Accounts Receivable.Our requirement is to automatically email an invoice to the customer, together with the files attached to the invoice record (for example, PDF/JPG documents stored under the Files section of the invoice).I have been looking through the Email Notification / Mailings configuration but I could not find an option that would automatically include the files attached to the invoice record when the email is generated.However, I noticed that Dunning Letters can be generated and emailed from Acumatica, and the resulting email received by the customer includes the Dunning Letter as an attachment. please refer below attachment:This made me wonder: Is there a standard configuration in Acumatica that allows files attached to an AR Invoice to be automatically included as email attachments when the invoice email is sent? If not, why is this possible for Dunning Letters bu
I have a working import scenario that imports purchase receipt, but when there are multiple receipts for the same PO line number with different lot numbers then only the last receipt for that line is imported.Any ideas?
Hi, attached is a custom report for production ticket. It works fine when printing for BL order type, but not for RO order type. I am getting the below error, but Trace just keeps on spinning and not giving me any hint. Thoughts please?Error when printing RO production order typeTrace
Can someone give advice on creating a GI that would allow a user to search a finished good lot number and see the raw material used to create that lot? Currently we do this by using a different GI to find the production order number and move transaction associated with the lot, then going to the Events tab of the production order, finding the move transaction, then opening the material transaction that was created at the exact same time. I see the move number listed on the Material transaction under ‘Orig Batch Nbr’ so I’ve tried to creating various GIs using AMBatch, AMProdEvnt, AMMTran to at least create a simplified path to the information we need, but I was unable to get a material transaction to show up for every finished good lot even though I can find them manually by the process described above. Our VAR sent us a GI linking AMProdItem to INTran and INTran to INTranSplit, but that still didn’t do what we needed it to. Does anyone know how to either get a GI to display all move t
Seeking an example for adding multiple Packages to a shipment with each Package having multiple items o
The imort scenario brings in the sales order. However I can’t get the shipped qty to change to actuals. An item is frequently bought 6 units at a time, however there will be six different shipment spaced out over different intervals. The import scenario I have will only ship all six at once. Manually you can go in and change the shipped qty to 1. How do I get the import scenario to do that? Suggestions on how to correct this import scenario?
In 24R1, we had the Workspaces drop down list in all Generic Inquiries (GIs). After upgrading to 26R1, this is missing and it’s affecting GI behavior. Is this something that needs to be configured now?
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.