Introducing Acumatica Cloud ERP: 2026R1
Get inspired and gain all the knowledge you need
Recently active
We are trying to import the PI inventory counts from excel and receiving an error. Steps takenExport the list with the Excel button. Enter the Physical Quantities in the the column for Physical Quantities in the excel. Save excel and click upload. There is only the one column to update. Expected this to be “easy”Dont know how to find the Trace in the error message to try to identify the error.
Hi,I am working on import purchase order receipt type transfer receipt which is triggered by record change on Business Event. But, I can’t apply field locations of receipt lines with the same value, just line nbr 1 is applied. I don’t know if there is something wrong with my import mapping.
Can someone support me by providing a copy of the Acumatica installer version 2020 R2 20.207.0012, it is no longer available in the download repository on Amazon
Hello,We sale our items both singularly and in master packs. I have identified and converted the qty of EA into CS (master pack). I have created a custom label that prints out master pack barcodes but am having troubles in report designer for barcode selection. Each stock item has 2 barcodes, one with the UOM of EA and one with the UOM of CS. I want this report to only show CS barcodes, so I used a filter to only show barcodes that have a CS as a UOM, but it is not displaying any data with this filter. Any ideas how to display on the barcodes with CS as the UOM?
In my code below, the commented out loggedUserRow line uses an obsolete method. I tried to implement the ICurrentUserInformationProvider to get the User ID. When the code runs, the _currentUserInformationProvider variable is null. I’m not sure what I need to do to instantiate the variable. This is probably a c# thing. I tried a bunch of things not shown here, but I couldn’t figure out how to implement that interface. public ICurrentUserInformationProvider _currentUserInformationProvider { get; set; } #region Events protected virtual void _(Events.FieldUpdated<SOLine, SOLine.inventoryID> e) { if (e.Row == null) { return; } SOLine lineRow = (SOLine)e.Row; //Users loggedUserRow = Users.PK.Find(this.Base, PXAccess.GetUserID()); System.Guid? u = _currentUserInformationProvider.GetUserId(); Users loggedUserRow = Users.PK.Find(this.Base, u.Value); if
Hi,I need to overload confirmshipment action in acumatica 2025 R2. In 2024 version I used such codepublic class SOShipmentEntry_Extension : PXGraphExtension<PX.Objects.SO.SOShipmentEntry>{public delegate IEnumerable ConfirmShipmentActionDelegate(PXAdapter adapter);[PXOverride]public virtual IEnumerable ConfirmShipmentAction(PXAdapter adapter, ConfirmShipmentActionDelegate handler) {}}but in 2025 R2 acumatica I got this error.The System.Collections.IEnumerable ConfirmShipment(PX.Data.PXAdapter, ConfirmShipmentActionDelegate) method in the ClaLimitInvTiger25.ClaConfirmShipmentExtension graph extension is marked as [PXOverride], but no original method with this name has been found in PXGraph. I looked over the code and found they moved to cofirm shipment action into ConfirmShipmentExtension.cs file. I also tried to overload it likepublic class ClaConfirmShipmentExtension : PX.Objects.SO.GraphExtensions.SOShipmentEntryExt.ConfirmShipmentExtension{public delegate IEnumerable ConfirmSh
Here are the relevant fields [ToDate] +1 logic doesn’t work on report designer ,Any workaround.
Has anyone been able to get this integration to work?I have exported the report (Excel (Connected), but when opening the exported file, there are no values and no connection has been set up. Are there additional steps one should follow to get this to work?
We have an instance where an inventory item with a $0 cost was sold then returned. Unfortunately, on the return, the cost defaulted to the most recent sale price and the item was brought back in with a cost. This caused negative COGS and increased inventory value when it shouldn’t have. This item has since been re-sold so I can’t just use the “Issue” and “Receive” processes to remove it from inventory and bring it back at the correct cost.Is there any way to correct the cost on this item?Item costing is specific to the item. I tried using the “Adjustments” but it insists on changing the quantity as well as value.
I created a GI that pulls data from a custom table. The GI is working perfectly. I want to add a filter to the GI so that I can use the filter in the Mobile App. The GI is working in the Mobile App.When I go to the Parameters tab in the GI, there are no fields available to select:Here are some print screens of the GI in case anything looks like it is missing: This is the result of viewing the GI: I don’t do GI’s often, so I don’t know what is wrong.
Hi Team,I hope you are doing well.I am currently looking for Trial Balance or Account Details endpoints in Acumatica ERP.We are able to successfully retrieve data for the Account Details inquiry screen. However, when attempting to filter using From Period and To Period, we are not receiving any results.Could you please assist us in understanding:If there are any specific parameters or formatting required for the period filters Or if there are any limitations or additional configurations needed for this scenarioAny guidance or suggestions would be greatly appreciated.Thank you in advance for your support.
There is an older article on how to customize the home page for the Self Service Customer Portal:Technical Tuesday: Editing the Acumatica Portal Home Page | Acumatica Cloud ERPHowever, Step 2 is outdated, you can no longer change to the Classic UI. Does Anyone have an updated version of this?From the Classic UI you can:Access the Documentation Menu where you added your wiki Click the Create New Article option in the left menuI started by creating a very simple article as illustrated below.Set the access rights of your new screen so that portal users can see it. If you do not do this, then users will see the old portal home screen.
I have a custom field called SharePoint Link on the Projects screen. It works correctly as a clickable hyperlink in the Classic UI, but when using the Modern UI, it does not behave as a Weblink, even though I have applied all the necessary changes.
Hey, gang - not too familiar with FA’s, so if anyone can point me to whatever I missed, it would be greatly appreciated. I’ve migrated the customer’s list of FA’s into the system (in Initialization Mode) and they are asking to dispose of some FAs in some older periods. However, when I attempt to do this, I get the “Book Period cannot be found in the system.” error in the Disposal Period field when using a date back in 2015 (as an example). However, I do have book calendar’s set up going back to 1990. That said, the system is only allowing the selection of open periods as dictated by the Master Financial Calendar which, as it stands, only goes back to 2022 as of now. They aren’t live, so I can always take a snapshot and reconfigure an earlier financial year and generate periods that way, but I’m curious if there is another way to generate additional periods from previous years that have not yet been generated. Any help will be greatly appreciated. Thanks!
Hello, recently I have been testing upgrading an instance from 2024r2 to 2025r2 directly. I have met some issues which I have never met before during other version upgrades. So I am writing this down here for others' reference, and also hope experts can help check whether my solutions are right or wrong. Issue 1:Inner Exception:A default full-text catalog does not exist in database 'xxx' or user does not have permission to perform this action.Query in question:exec pp_EnableFullTextSolution: I found a catalog named "ft" already exists but with default=0, then I altered the "ft" default to 1. Rerun the wizard, the error disappeared. Issue 2:An exception occurred during migrations of web.config. Please contact your Acumatica support provider.Solution: I rerun the wizard, performed the "Change Database" action, and reconnected the application to the DB. The issue was solved. Maybe the reconnection automatically generates a new web.config file.I hope the above notes would help.
Hello :)So there are two types of ‘open’ POs: (That I use anyways)Po’s that have nothing billed against them - I can easily cancel thesePo’s that have something billed against them, but not the whole amount, so there is a remaining ‘open’ amount.The top one I can easily cancel and remove, but the second one has a partial amount remaining and I get no options to ‘cancel’ or close it: How can I close/cancel this so when I enter another invoice with a po, it doesn’t show up as an available po? Any help would be greatly appreciated b(^_^)d Thanks
We have a client who is using a third-party timecard and payroll system which utilizes Alpha-based employee IDs in these systems. We also need to import time card data into Acumatica, but our employees are numerically assigned and have limited 7-character codes due to the BIZACCT segmented key setting. For this reason we are using “Substitution Lists” to cross-reference the Timecard’s employee identifier with the Employee ID in Acumatica. We are storing the timecard system’s employee ID using External Ref Nbr field in the Employee screen.In order to keep our substitution list up to date, we’re using the Employee GI as a data provider to update the GI using an import scenario. Knowing that the substitution list will error if we try using the “=1” code for new lines, we’re using the @@OriginalValue constant to define the row key and mapping it to the Native Field [SubstitutionValues.OriginalValue]. The expectation is that the import will locate the Original Value in the grid, if it
We are relatively new to Acumatica and would like to understand totally how the COGS labor/burden are captured throughout the manufacturing process and where/how costing is hitting the GL. Currently what we are seeing is labor costs debiting WIP and crediting an account set up in ‘Labor Codes’ ---when the finished good product is produced, the total cost for material, labor, burden costs are crediting WIP and debiting our finished goods GL account. The labor and overhead costs are not being posted separately or captured in a GL account. In our previous ERP system, the labor, burden, overhead and material costs hit separate GL accounts. We can see the amounts for Labor Planned, Labor Actual and Labor Variance amounts in the Production Order which produced the goods. Any clarification would be most helpful.
I have a grid where two columns are colored in Classic UI, and this works correctly there.However, in Modern UI those same two columns are no longer colored and appear with default styling. Is there a supported way to apply styling to specific grid columns in Modern UI? I also tried applying custom CSS like this qp-grid#grid [data-field="UOMSelect"] { color: #0078d4; } qp-grid#grid [data-field="UOMCost"] { color: #d40000; }but it didnt work
Hello all, we have the following problems in the GI “SO3010PL” (Sales orders):The total sum of some orders are multiplied by a factor, for example 2 or 4 and thus show the wrong order sum in the GI. In the Sales order itself the Order Sum is totally correct but not matching with the one shown in the GI.Example for wrong Sales Order (Total 8,068,20):In GI false: Example for right sales order (Total 2570,40): In GI correct:Screenshots of GI: Please let me know, if you need more information. Thank you.Greetings
I have a parameter in the report, but it does not work in the Modern UI on the Report Template page. When I click the drop-down, it does not set a value. In the Classic UI, it works correctly. How can I fix this?
I am working on a customization for the Weekly Crew Time Entry screen (EP507020) and I am stuck. I am hoping someone has solved this before.What I Am Trying to DoI want to filter the Cost Code dropdown on the Weekly Crew Time Entry screen so it only shows cost codes that are:Budgeted under the selected Project on the row Budgeted under the selected Task on the row Belonging to Account Group where groupCD = "L" What I Have TriedAttempt 1 — CacheAttached with PXSelector public class LGroupCD : BqlString.Constant<LGroupCD> { public LGroupCD() : base("L") { } } public class EPWeeklyCrewTimeEntry_Extension : PXGraphExtension<PX.Objects.EP.EPWeeklyCrewTimeEntry> { #region Event Handlers [PXMergeAttributes(Method = MergeMethod.Merge)] [PXRemoveBaseAttribute(typeof(CostCodeAttribute))] [PXDBInt] [PXUIField(DisplayName = "Cost Code", FieldClass = CostCodeAttribute.COSTCODE)] [PXSelector(typeof( Search2<P
Hi, about to implement Acumatica Payments for an account and a good number of their customers take advantage of their 2% OFF if paid in 10 Days policy. Has anyone implemented Acumatica Payments with Cash Discounts? Curious if is straight forward and the system does the math and changes the amount on the 11th day or if this is an item that has to be addressed ahead of time. Thanks!
Hi,I have a list of dropship orders in a csv (downloaded from a 3rd party app) that contains everything I need to create a Sales Order with an import scenario, except our customer’s details. If all the orders in the spreadsheet are for the same customer how do you recommend I proceed?could add column to spreadsheet - but want to avoid that manual step. Could write something in Excel to ask for the customer and create a new csv, but this is the 2020s. hard code the customer id into the import scenario - possible but there are many of these and that creates a burden on maintaining the scenarios (if one for each customer). Is there a way to ask the user to choose a customer as part of running the scenario? Can the import scenario link to a Generic inquiry that could be filtered to the correct customer? Any other ideas? Thanks in advanceSimon
I’m looking for instructions or an example on how to set the “Apply Retainage” checkbox on an AR Invoice via an API. It’s very easy to do in the UI and works exactly how we’d like. We’ve enabled the Retainage features, and extended the Invoice endpoint to include RetainageApply and RetainagePct fields; however, they’re not not being triggered when sent as “:true” etc. through the API. Checking other sources online has lead to solutions that didn’t actually work, or were related to AP bills. Any help would be appreciated!
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.