Introducing Acumatica Cloud ERP: 2026R1
Get inspired and gain all the knowledge you need
Recently active
Hello Community,Any idea how can I redirect the user to Acumatica’s landing page (Home ScreenID=00000000)?
Tenants Overview Multi-Tenancy and Customizations Multi-Tenancy and Set of Active Features IsActive method Features.xml File Custom Feature Checks DACs, Graphs and Extensions in Multi-Tenant InstanceThis post describes how DACs, Graphs and DAC/Graph extensions are applied to Acumatica sites with multiple tenants. The article attempts to answer when and why the code behavior depends on the tenant. Different factors are considered:Location of the code - is it Acumatica source code or customization. Presence of the IsActive method in DAC/Graph extension. Features.xml file. Custom checks for the feature switch in the business logic.It is easy to reason about instances with a single active tenant. There is no need to worry how the data is shared between active tenants, which entities will be available to which tenants. The things become more complex for multi tenant instances, especially, when the customizations are involved. This is why this article will focus on multi tenant instances
Autocomplete is not working! is it because of the new update version? I am at Transactions for Account.
I have a question regarding the capabilities of the Manufacturing version of Acumatica. Specifically, I am interested in knowing if it is possible to create progress invoicing and job costing within this module.In my search, I often find guidance pointing towards the Construction module for these features. Can anyone confirm if these functionalities are available in the Manufacturing version. Thank you in advance for your assistance !
I had set up a lot of approval Map but when I had deleted that I had create error. Then it has become loss of set up data. Please advise about this error. Thanks so much
I am wondering if anyone has any suggestions on how to approach the labor costs when running mutiple production orders in parallel. In the shop an employee start a machine in a work center. They then have to monitor that machine until the job is complete. An employee is capable of monitoring several machines in the work center at once ( will be using "Multiple Production Clock Entry” to support this part). As it is the direct labor rate is read from the work center. So if an employee clocks multiple jobs at the same time the full labor rate is assumed for each production order… For example if the work center has a labor rate of $30/hr and an employee is running 3 jobs at once this will count as a grand total of $90/Hr. In reality we want the labor rate to be variable so that the rate is considered in context of parallel jobs… If the employee is running 3 jobs in parallel then the rate should become $10/hr since the work center has 3 jobs active at the same time. Has anyone else solved
Hi everyonecould someone please kindly share the subreport SO6410AM referred in this help page?https://help.acumatica.com/(W(78))/Help?ScreenId=ShowWiki&pageid=86def8d0-857d-4975-9eee-f2e49e44f8ccWe tried to access it via report designer, it does not seem to be there. Thanks heaps!
There are times where my QA team allows a product to have the expiration date extended after testing, but once the expiry date is extended the original expiration date is gone from all of my current GIs. I want to build a report / GI that shows how many times a lot has had and extension and from what day to what day but I can't find a table that has that data. Thanks for your help
Hi community,I’ve added a custom data type for text files to the data provider in Acumatica. I’m looking for any insights or guidance on how the system reads text files in this context. If anyone has experience or can point me in the right direction, it would be much appreciated.
When I go to the Print Production Orders screen (ScreenId=AM511000) and select the production orders that I want to print, they all print with the same BoM Description even though they should be different. The production tickets look spot on other than that. Is this a known issue?
When we try to open/print the Sales Orders or Shipment confirmations, the website throws the following two errors. They both seem to be related to the same issue, but I’m not sure where to fix this issue. Any advice on how to fix?Error Log for Shipment ConfirmationError Log for Sales Orders
Hi! Would anyone know why a CO that was recorded/approved in the correct month would not show on the Project WIP with date range report for that timeframe? The task, CO, and approval of said CO was entered December 2024. Another was entered Jan 2025 but both only show in January and nothing in December. Thanks!
HelloI followed the documentation to import Rest Schema https://help.acumatica.com/(W(29))/Help?ScreenId=ShowWiki&pageid=41be41d9-05cb-4536-a7a8-b38610760065 when I opened the solution in visual studio I see the generated models have duplicate constructor parameterany help would be appreciated
I set up a shared filter on a GI screen, but now it is showing up in unrelated places like the source data screen for ARTRan. The GI does not make use of the ARTran table. Any reason why?Filters:GI Results Screen: Unrelated DAC Source Data:
Hello this is the first time that we encountered this kind of error since the acumatica deployed in to our company Please help me!Thank you
Good day,I have workgroups set up to approval purchase orders, quotes, etc. However, the members of the group also enter purchase orders, quotes, RMA, etc. I would set up away that the owner/creator of the transactions can not approve is own work and that another member of the workgroup has to approve it. From audit perspective, approving your document could be an issue and seems to defeat the purpose of having workgroups. We just started using workgroups. Any ideas? Is this a customization? Do I need a developer?Thank you.
I am relatively new to Acumatica, having worked with several other ERP systems before. As I explore the system and familiarize myself with its capabilities, I have come across certain areas where enhancements could further elevate the user experience. While Acumatica continues to evolve and improve, addressing these aspects would make it even more robust and user-friendly.1. Return Items After Purchase ReceiptOne area that could benefit from improvement is the process of returning items upon receipt. Currently, the system does not allow clearing the GR/IR (Goods Receipt/Invoice Receipt) account directly when returning items. Instead, users must create an AP Bill and apply a Debit Adjustment, which adds additional steps to the process. A more streamlined approach would enhance efficiency and align better with standard best practices.2. On-Account Payments in Customer ReceiptsWhen receiving customer payments, there is no direct option to apply an on-account payment if one already exists.
We’ve set up a sales order for a configurable product and put in a configuration for the item. When the production order is created, the details do not flow into the MRP. Is it something we’re doing wrong?
Hello I was curious if any has been able to use PO recognition - PDF Extract tool and was able to answer some of my questions. While watching the tutorial video, I noticed that they mention clicking the "Recognize" button, which then uses recognition algorithms to extract the important data and create the Sales Order. Are you able to highlight the fields you want to go into different sections, or do you rely on the algorithm to find all the right information? For those who have used it before, would you say it is pretty accurate in finding the information? I ask because my company has some complicated POs, and I was wondering if you can select and anchor information, similar to how UI Path does it with their automation systems. Is it able to read a PO that is more than one page? For example, some of the POs we receive extend to two pages or sometimes even three.Thank you in advanced for your help.
Hello, Despite having “Administrator”, “Wiki Admin”, and “Wiki Author”, I cannot add articles to the top level folder for a wiki I created. Please see below: I have ensured that I have no conflicting roles and that the roles I am assigned have the most permissive (Delete) access to all Wikis including the new one I created. Thanks so much.
public delegate void PersistDelegate(); [PXOverride] public void Persist(PersistDelegate baseMethod) { try { if (Base.Document.Current != null) { ARRegisterExt aRInvoiceExt = PXCache<ARRegister>.GetExtension<ARRegisterExt>(Base.Document.Current); if (aRInvoiceExt != null) { if (aRInvoiceExt.UsrWingAmount == null || aRInvoiceExt.UsrWingAmount != Base.Document.Current.CuryOrigDocAmt) { aRInvoiceExt.UsrWingAmount = Base.Document.Current.CuryOrigDocAmt; //Generation http url var client = new RestClient(); string imageUrl = "https://material.angular.io/assets/img/examples/shiba2.jpg"; var request = new RestRequest(imageUrl, Method.GET); by
Does the Outlook plugin work in the new version of Outlook?
Hello, my name is Eric Hugunin. I'm the COO/CFO for Phoenix. We are a general contractor and operate mostly in the insurance restoration industry, although our traditional general contracting lines are growing. We subscribe to the construction vertical and have been able to customize and tailor the Acumatica software to fit our specific needs as we have different service lines and metrics based on our niche services.In 2019, we started our ERP journey as we were still operating QuickBooks after 20 years in business. We were on the verge of imploding with our QuickBooks software due to the amount of data. We were 100% paper-based and untimely in our financial reporting. Acumatica was the #1 choice for us as it was cloud-based, allowed for customization, provided built-in CRM and GAAP revenue recognition, integrations with existing timekeeping software, among others... The software has allowed us to be entirely paperless in our invoicing, payables, and credit card transactions. We
Hi Community,We are a PCS customer looking to migrate the files attached to Acumatica records to external (Azure) file storage. Question - when you restore your production environment down to a training instance and include attachments in the snapshot... if you delete a attachment in the training instance does that also delete in the production instance (assuming it is just a pointer to the file)?Thanks,Brett
We have a client on 2022 R2 that has the Construction module. Under Projects in the Cost Budget, users are able to delete a line item that has amounts reflected under the Actual Amount Column and Save without any warning messages. Is this a known issue or possible bug? Any insight would be greatly appreciated. Thank you,Frances
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.