Introducing Acumatica Cloud ERP: 2026R1
Get inspired and gain all the knowledge you need
Recently active
We are a construction company - how have people been making notes on photos from the app/field as they go? What is the best way to capture a photo and make notes on it so we know what it relates to?
I am trying to create a new project in VS on a 25R2 instance. (first time working in 25R2).I open the project and simply try to compile it. I have not added anything to the project...just the default that was created.I get this error:Unable to find package Microsoft.Bcl.AsyncInterfaces. No packages exist with this id in source(s): Microsoft Visual Studio Offline Packages, TestSDKI see that there was a similar error a couple of years ago, but it did not address my issue. From the above link, I tried removing Microsoft.Bcl.AsyncInterfaces from my csproj file. It compiles after doing that. But then the site will not load.After killing the site, I can get it back up by upgrading the site only using the installation tool.Note that simply attempting to compile my project in VS, it kills the site.Could not load file or assembly 'Microsoft.Extensions.Options.ConfigurationExtensions' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference.
I have a GI that shows the Qty On Hand for each item by Warehouse. I want to get the total quantity on open Production orders at that warehouse for that item. What tables/DACs do I need to join to my GI to pull in those numbers?
Hi Team, I hope you’re doing well. I am working on a client requirement to automate their card payment re-authorization process. I’m currently testing this in my local instance (2025R1) but have run into an issue. I have two Sales Orders with expired payments, but they are not appearing on the Credit Card Processing screen. Despite adjusting the parameters, I still can't get them to show up. Is there a specific setting or step I might be missing? Screenshots below are the two SO with expired payments and Credit Card for Sale screen.Thanks Everyone! :)
Does Acumatica allow the ability to group multiple purchases to one Asset Under Construction? A one to one relationship between a purchase and an Asset does not line up in all cases(Example--parts from one vendor and Service from another for one specific portion of an overall project).
I’m attempting to create an AP Bill that should post to the FA Accrual Account (142920) in order to track the CIP of an asset. Since this is a project-related transaction, I used the FA Accrual Account, which is configured in the Account Groups on the AP Bill, so that the actual values flow through to the project.Below is a screenshot of the AP Bill entry The Journal Entries: Debit the FA Accrual Account (142920) and Credit Accounts Payable (205101) which is correct.Screenshot of the Accounting Group showing the GL Account linked to the AP Bill, ensuring project costs update correctly. When I try to convert the purchase to an asset, on the release of the entry, I get the error: Error: Inserting 'GL Transaction' record raised at least one error. Please review the errors. Project is Required but was not specified. Account '142900 ' used in the GL Transaction is mapped to Project Account Group message. You will notice the error is referring to account 142900 (Project WIP Account) which i
On the print confirmation the lines and qty duplicate. lines nbrs 1 and 3.
HiDoes anyone know if you can add to the Quick Filters. I want to add Workflow Stages but the filters seem to be hardcoded
I have a custom form; it works fine in Classic UI. I’ve migrated it to Modern UI in build 25.200.0248 and it works fine in my dev environment.We have a staging server; I’ve deployed it there and it also works fine.But on the customer’s tenant I get the error message “The .. form cannot be switched to the Modern UI because it does not support it yet.”.(The customisation project includes the correct .html, .ts and .css files.)Does anyone have any ideas?? (It’s not just the one form it looks to be all of the New custom forms.)And none of the customisations of standard forms are working.
I’ve found bits of code that show ways to capture the process of creating matrix items from the Create Matrix Items screen (IN203500), but nothing from the Template Items screen.I’ve tried overriding the TemplateInventoryItemMaint’s CreateMatrixItemsHelper and it does get called when it is being instantiated but my override of CreateUpdateMatrixItems is not being called.namespace MyMods{ public class TemplateInventoryItemMaint_Extension : PXGraphExtension<PX.Objects.IN.Matrix.Graphs.TemplateInventoryItemMaint> { public delegate CreateMatrixItemsHelper GetCreateMatrixItemsHelperDelegate(); [PXOverride] public virtual CreateMatrixItemsHelper GetCreateMatrixItemsHelper( GetCreateMatrixItemsHelperDelegate baseMethod) { var baseHelper = baseMethod(); return new MyCreateMatrixItemsHelper(Base); } public class MyCreateMatrixItemsHelper : CreateMatrixItemsHelper { public MyCreateMatrixItemsHelper(PXGraph graph) : base(graph) { } public ov
Project Labor Rate (ScreenId=PM209900) How to change the Labor Rates on Project Labor Rate Screen with an import scenario to update the existing Labor Item (Inventory ID) for employees We have a scenario where monthly rate exists for Employees. That is for every employee a rate exists with an effective date. ExampleEmployee John Rate exist for Jan 2026 and Feb 2026. We need to run a bulk import scenario to Remove the Labor Item created on the Labor Rates screen I can create the GI to filter for the values that require update and created the import scenario. I need to update existing records only When I run the import scenario it seems that it want to create a new record and not update the existing Labor item. It seems that it does not see the unique Line. I have used the PMLabour. Note ID Hoping this will allow the update How can this be achieved with an import scenario?
Is it possible to add a Completed On field on the Projects GI, similar to the Created On field?
Our business still sends paper catalogs to our customers. We would like to be able to track in Acumatica who we send catalogs to. I know there is a Mailings function in the customers profile. Would that be the best way to track? Each catalog would get a different “Mailing ID” to signify which catalog they received. We would also want to be able to use acumatica to determine who we should send catalogs to (based on sales history), is there a way to do that in Acumatica as well?
Hi, I am trying to install device hub but idk why installer is showing me this error again and again. I tried to fix it but did work out. Any suggestion please?
We just realized that our SOOrder CreatedOn is giving us issues when we make the date today and OrderType SO.The number of records shows in the soorder field is not the number of records that it pulls in to excel sheet. When the OrderType is SO and CreatedOn is today. The records say 27 but ones I pull it to excel it gives me 24 rows. In excel 4 of my rows are missing.Also, the OrderTotal in sum up to $128,992.65, but in excel it sums up to be $51,072.68What could be the problem? This is GI
I have an Inventory with underscore eg. TEST_1 with the same description.If i make a request with ?$filter=InventoryId eq ‘TEST_1’ it cannot find it but it can find it with ?$filter=Description eq ‘TEST_1’. I CAN also find with ?$filter=InventoryId eq ‘TEST_1’ it but when I query a GI with Odata, but not with Rest API.This is the case for all items with underscore, any ideas? My segmented keys for items are question marks and not underscores.
According to Shopify Support Team, Shopify's API access tokens for merchants using the client credentials grant will expire every 24 hours starting January 2026.And Legacy custom app connections still rely on static API access tokens and secret keys without a refresh flow.Since the Acumatica public app uses OAuth for authentication, the token refresh mechanism would typically be part of the OAuth flow, however, the available Acumatica documentation and Shopify release notes do not detail any Shopify-specific token refresh implementation on the connector side.Please confirm whether the Acumatica connector handles the 24-hour token refresh automatically or if manual intervention is required.
Since the update to 24R1 we’re experiencing an issue with Template Items’ BigCommerce Qty Unavailable setting behaving as “Set as Pre-Order” instead of our BigCommerce Default setting (which is “Do Nothing”). This only affects template items. (Stock items behave as expected.)This results in these items being made available to customers on our website as pre-order despite us having no intention of allowing pre-orders. I’m just checking to see if anyone else is experiencing this issue and if it’s been raised at all yet.I’ve attached some screenshots for visualization.Default BigCommerce Inventory SettingsInventory Settings for Specific Template Item (to show no settings are overriden)How Template Items are actually behaving in BigCommerce when qty reaches 0How Template Items SHOULD behave in BigCommerce based on default settings (and historically worked prior to 24R1)
Hello! I have successfully configured Acumatica Projects to order stock item to the Project. The item is correctly related to the project and the project has the material cost. The question is this: we are not invoicing a customer, we are using the material for R&D project. The material needs to get expensed out of inventory (both the physical on hand quantity and the GL inventory account). I am not finding a way to accomplish this (I have some work around ideas but feel there should be an “out of box” process/solution for this). Thank you to whomever is able to provide some ideas here. (Client has Projects only - Construction not included)
I would appreciate some help please.I am trying to close old Sales Quotes (Screen: CR304500).I have found that doing it via the Sales Quotes screen errors all the time because the quote is linked to an opportunity. I then tried to do it via the Opportunity screen. The import ran and said complete but it did not change the status of the quote, it did nothing.I have also tried to update the expiration date using very similar scenario and it also said complete but did not update the date.Can these type of changes be done using import?Here is my scenario:
Having issues trying to Import the Acumatica Endpoint as a Postman collection.It was working in previous but now it appears to start making the collection, then it disappears and shows Import Failed.I’m thinking it is to do with the size of the collection as I can create a small custom Endpoint and it imports using the JSON/Swagger/URL data, but trying to use the full Default endpoint fails. Any other ideas or workarounds to try?
I am trying to create a role for an ECommerce administrator, who needs access to only update the stock item descriptions (body) in Acumatica. The rest of the screen’s fields must be inaccessible for her to change.I can only find a container element for “description”, and I think this will be for short description (name). Any ideas where I can find the container and container element for the body description?
I have a custom button on the SO301000 screen above the grid. I need to move it over so that it sits next to the Add Items button in the Modern UI. How do I place my button after a specific button? See screenshot below for placement.This is the typescript I have to get the button to show up on the screen above the grid. Now I just need to move it to the left.export class SO301000_PBCoreProcessing_converted { PBCPOpenCoreReturnDetails: PXActionState;}export interface SO301000_SOLine_PBCoreProcessing_converted extends SOLine {}export class SO301000_SOLine_PBCoreProcessing_converted { PBCPOpenCoreReturnDetails: PXActionState;} Thank you,Laura
Does any one have a list or tell me where I can find the 2 letter abbreviations for the POorder.Ordertype field? I have searched the online help but was only able to find the list of the docType for AR and AP.
Hello, We are moving to 25R2 soon and in our sandbox testing, we have a single Javascript customization to simply change the label of “Note” to “Warehouse Notes”. We get no errors when publishing but the change isn’t happening. We assume it’s due to the Modern UI. Can anyone point me in the right direction of what I need to change in order for it to work? Here is the Script:document.addEventListener('DOMContentLoaded', function() { const notesElement = document.querySelector('#ctl00_usrCaption_tlbDataView_ul .toolsBtn[data-cmd="NoteShow"] .toolBtnNormal'); if (notesElement) { notesElement.lastChild.textContent = 'Warehouse Notes'; } });
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.