Introducing Acumatica Cloud ERP: 2026R1
Get inspired and gain all the knowledge you need
Recently active
I added a new field to the item warehouse detail screen. We wanted to be able to choose the default bom and revision. i was trying to add a field updated event where it would automatically fill out the revision when the bom was selected. I tried to delete the default bom so that i could add it back in to see if my code was working , and i get the below error. i have also include the dac for the new field and the graph extension. Any idea why i started getting this error? The code builds successfully in visual studio and loads in fine. public class INItemSiteFieldExt : PXCacheExtension<PX.Objects.IN.INItemSite> { #region UsrBOMRevision public abstract class usrbOMRevision : PX.Data.BQL.BqlString.Field<usrbOMRevision> { } protected string _UsrBOMRevision; [RevisionIDField(DisplayName = "Bom Revision")] [PXRestrictor(typeof(Where<AMBomItem.status, Equal<AMBomStatus.active>>), Messages.InactiveKitRevision, typeof(AMBomItem.b
Hello!Can someone please share their import scenario profile regarding checks and payment with a bill to be applied yet balanced status.I’m stuck at An error occurred during processing of the field Reference Nbr.: Error: 'Reference Nbr.' cannot be found in the system.
Hi everyone,We would like to automate the creation of Physical Count (IN504000) documents (Type ID: DAILY, Warehouse: K300) at 2AM every day in Acumatica.What’s the best approach to implement this? Should we use a custom processing graph with automation schedule, or is there a simpler method?Thank you in advance!
How do I modify the format in Report Designer to only print 2 decimal places when using formula’s. It’s currently showing 4 decimal places. We recently upgraded to 2024R1.So far in the Format field I’ve tried “N2”, “#,##0.#0”, “###,##0.#0”. Any other suggestions?
What is the best way to add a dollar sign in front of a dollar amount (e.g. Unit Price)? I’m looking through all of the community posts and I’m not seeing a direct answer. Here is what I have tried:Added '$'+ to the front of the field name. That made the Unit Price 5 decimals instead of 2. Added the Unit Price as the Format. This made it 5 decimals instead of 2.It seems like there should be a very easy way to do this, but I’m not seeing it. Thanks in advance for your help!
Im a little confused on why Related Items is not populating the expected list. The setup currently is a Non-Stock Item with 5 Related Items, all seto to Required. Add the item to the sales order, however nothing shows up in the Add Related Items box. It appears that maybe the warehouse must have inventory on hand for the related items to show up? This makes no sense at all if true, can anyone help confirm? Example of switching the warehouse, even though 0 is available I can confirm the warehouse does have On Hand inventory for all 5 items….
Does device hub have to be updated for each new build (point release) or only on a version release, e.g., 24R2 to 25r1?
Hello everyone,I'm working on an Acumatica Report Designer report and need some assistance with displaying an image from Stock Item attachments.Here's my scenario: I have two image files attached to a single Stock Item record in the Acumatica UI (under the Files tab). I want to display only one specific image on my report for each Stock Item. Currently, the image that appears on the report is the last uploaded file (which happens to be a QR code image). The image I want to display is typically the first uploaded file for that item, and it can be identified by its filename: it does NOT contain the word "qrcode". The QR code image, conversely, always contains "qrcode" in its filename.
I want to introduce a new button inside that Activities panel (next to the Add Task action), and I’d like to do this in a centralized or reusable way rather than customizing each screen individually. Is there a recommended approach for this?these are the parts i wanna customize
I have several Sales Orders from Shopify that failed to sync >5 times. Now in aborted status. Can’t work out how to sync them manually. I tried moving one Set as Prepared, which returned it to Failed Status. Then tried to Sync it from there. Same error – “The status of the #### order does not allow modifications. Please synchronize records manually.” What is the correct manual method?Gillian
Hi, Possibility to remove "Restrict visibility to" from particular vendor after creating transactions? Thanks,Prasad
My reason for asking is we have different size attributes depending on size run. For example SIZESSXL is for Small through X-Large, SIZESS2XL has Small through 2X-Large and so on. If I want to add 2X-Large to a shirt with SIZESSXL, we would change it to SIZESS2XL and create the extra matrix item. This leaves the existing items pointing to the previous size attribute which causes problems all over the place.Is there is a way to point it to the new size attribute?
Hello Community, While exploring the Controller dashboard I tried to modify the Cash Position widget to display the Account Description instead of the Account Code. I took at look at the underlying GI, CA0002DB, which has the Account Description selected, active, and visible. However, when you view the GI results the Account Description does not appear and it is not available in the Column Configuration window.I have tried removing the field and then adding it but there is no change.What am I missing?
Hello Guys, I hope can u help me.I want to import the "Type" Constant with a value.
Hi All,In some instances, we have to move AP invoices to other projects. This is something we were able to do in our old system but cannot seem to do this in Acumatica.For some reason, you can still move the purchase order to another project but the AP invoice does not move meaning the figures are incorrect against the projects.This is mainly for part-billed or closed invoices. Thanks
Hi everyone,Does anyone know how to make the "Salesperson" field in customer mandatory?I’ve already set the field as required, but unfortunately, it has no effect — I can still save the record without entering a value. Thanks in advance!
Hi,I need to get a list of unreconciled fixed assets in the system. I tried building a generic inquiry but the system says the data class “GLTranFilter” is not available in the system.Further, I tried running Unreconciled Transactions for the Period report and it gives only transactions which are credited to the Fixed Assets Accrual account. Does not show any assets created manually and not reconciled. Kindly expect your assistance.Thank You,Dulanjana
Hi all,We're on Acumatica 2024 R2 (Build 24.206.0014) and have a scenario we’re unsure how to handle:Use CaseWe need to pay a single AP Bill to multiple vendor payment locations (e.g., 70% via ACH to LOC A, 30% via Check to LOC B).Splitting the bill is not an option – we need to preserve the original bill detail for 1099 reporting and analytics.Questions Is there a native way to pay a single AP Bill to multiple locations? Has anyone implemented or used a custom payment allocator for this? If customization is needed, what’s the best approach ?
Hello everyone,I would like to enter multiple serial numbers at once in the screen Receive and Put Away (PO302020), for example, separated by a semicolon.For instance, if I order 100 pieces of "002092 Testarticle", I don’t want to manually enter each serial number one by one. Instead, I would like to scan or input a barcode that contains all the serial numbers and have them automatically assigned.In my specific example (as shown in the attached images), I ordered 4 pieces, but I still have to input each serial number individually or assign them one by one. I would like to have a way to process all serial numbers at once instead of doing it manually for each item. Hope you can help me. The Receive mode is in use.The scanned quantity exceeds the quantity in the EL00000224 PO receipt for the 002092 item.Confirm receiving 002092 x 1 STÜCK. The following quantity of the item will be added to a receipt line that is not linked to a purchase order: 1 STÜCK. To confirm, click OK. When I click
I wanted to start T190 Quick Start in Customization course but I’m not able to deploy the instance for it. Here are the steps I did:In Acumatica ERP Configuration Wizard I selected “Deploy a New Acumatica ERP Instance for T-Series Developer Courses” I followed all the steps in the wizard up to the Finish (configuration file is attached) After clicking Finish the Wizard silently crashed Log file is attached as wellI’m able to deploy an empty instance (Deploy a New Acumatica ERP Instance) and also T200, T210 and T210 training instances. Only T190 doesn’t work. What’s wrong?Thanks, Marek
Hello Community,I'm trying to meet a requirement and expect your ideas here.I have a scenario which is the sales order needs to be invoiced to tow customers. Ex : The company sells motor vehicles. The invoices are raised to the end customer and also the leasing company when customer pays a part of the amount and the rest is paid by the leasing company.The credits should be able to follow up (AR Aging) and checked against both customers. Can you let me know how in Acumatica this is feasible. Thank you,Dulanjana
I’ve been trying to set up some custom wikis for my team, however, once I leave the wiki and return, or anyone else tries to open the page, the custom wiki doesn’t load and says “Not Found.” I’m the administrator, so I should have access to this, but even I can’t get into it anymore. Any idea of how to fix this? Here’s the wiki details:
I have a snapshot that I am trying to delete. The Processing popup has been up for over an hour…..How long should this process take?
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 Tara Hodgkins - Acumatica Community Featured Member for July 2025Meet Tara Hodgkins our Acumatica Community Featured Member for July 2025. It’s great to have you as part of the Acumatica Community @Tara Hodgkins! SAVE THE DATE: Coffee & Code - Dependency Injection [July 22nd]In this Coffee & Code session, we will be joined by Nicholas Bova (Acumatica) to discuss Dependency Injection. We'll explore how Acumatica developers can use the Autofac framework to manage and resolve their external services. We will also demo a logging service that showcases how the dependency injection design pattern can be used to write more modular and testable code. We hope developers
We’re in the process of setting up our Fixed Assets in Acumatica. When we dispose of an asset, Acumatica posts a debit to our depreciation expense equal to all of the depreciation posted in the current fiscal year and calculates the gain as Proceeds less NBV at the start of the Fiscal year. We’ve set our depreciation method to New Zealand Diminishing Value Evenly by Periods. I wasn’t able to find anything in the literature for that method that would indicate a full reversal of current year depreciation on disposal.I’ve also tested the following scenarios without any change in results: Page Field Value Scenario 1 FA Preferences Depreciate in Disposal Period FALSE Dispose Assets Before Disposal Depreciate Scenario 2 FA Preferences Depreciate in Disposal Period FALSE Dispose Assets Before Disposal Suspend Scenario 3 FA Preferences Depreciate in Disposal Period TRUE Dispose Assets Before Disposal Depreciate Scenario 4 FA Preferences
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.