Get inspired and gain all the knowledge you need
Recently active
How can I break down a budget by vendor? You can’t use vendor as a subaccount which was what I initially thought. Thanks in advance!
Hi,We have the below requirement:We have two types of customers, and we are using the same item codes for both.However, for one customer type, we need to use the automatic packaging feature, where packaging can be predefined. For the other customer type, we require manual packaging, since the packaging needs to be adjusted based on specific requirements.Is there any way to achieve this without creating separate item codes?Thanks.
How do I use the @me value on a dashboard? Each time I add the @me, it changes to 0 when I save.
I am a little rusty on my WMS configI am testing WNS Rec and Put Away with Serialized itemI have PO with qty 5 of a serialized itemWhen using Rec and Put away in browser I enter the PO / a Receipt is created but the item does not display - why?When I review the receipt it has used the default qty but did not generate serial numbers why?
I'm working on a customization that propagates a parent production order strain to the finished-good lot's STRAIN attribute when a Move transaction is released. The data is being written correctly, but the Lot/Serial Details popup (IN209600) doesn't reflect it visually. I'd appreciate guidance on the correct write path. I also want to flag a secondary issue with Business Event polling in this tenant. Environment Acumatica version: 26.100.0175.1 Tenant: Village Farms Development Customization Project: StrainPropagation (Level 20) Custom class: MoveStrainPropagationExt - a PXGraphExtension<MoveEntry> overriding the Release action Background on approach (why code instead of a Business Event) The original plan was to implement this as a no-code Business Event + Generic Inquiry + Import Scenario. However, Business Event polling has been unreliable in this tenant - BEs configured against a GI filtering AMBatch / AMMTran (released by-product and final-move events) did not fire consist
Hello - I am attempting to use the attached file to import new vendors into our system. We have used this format before and have no issues. I get an error message saying “Cash Discount Sub cannot be empty (screenshot 1). However, the cash discount sub is not a required field in our import scenario. Am I doing something glaringly wrong here? Any input would be appreciated. Thanks!Attached is the file we are imported, as well as the import scenario.
Hello - We have a Row Set that is quite large, tens of thousands of lines, and we need to copy it to make a similar report with just a few changes. When I attempt to copy it, the copy seems like it works, but when I save, I get the below error message. Is there any work around to this?Thanks!
I have a project. The npm build for the Modern UI was successful, but an error occurs when publishing the project. After checking the error details, it seems to be related to an official extension. I have a completely clean installation of Acumatica 2026 R1. I have not modified any system files or code at all. How can I resolve this?
Following an upgrade to 25R2 Build 25.201.0213.3 this Known Issue is still occurring. The current Solution indicates updating to 24R1 or new for the fix…. is there a solution for 25R2 that anyone is aware of? This error occurs when a Requisition has an attachment at the line level, preventing the PO from being generated. The workaround requires users to remove attached documents from the document line level prior to creating a PO. This is problematic because File Attachments added to a Requisition at the Document level do not get attached to the related PO.
If you have a ship via with no cost associated with it and select it, it fills the Freight Cost field in the Totals Tab with zero. I can enter a value and save it and all is well. After entering my desired amount and select a different Ship Via that doesn’t have a cost associated with it, it changes the cost to zero, and I don’t want to overwrite the Freight Cost I entered.I THINK that if I can override the events on the Ship Via to NOT update ANYTHING unless the Ship Via has a cost setup on it, OR it is a connected service, that might do what I need.Is this what I should do to try to cancel the update event for Ship Via? If so, what code do I put in that will “cancel” the update event? } protected virtual void SOOrder_ShipVia_FieldUpdated(PXCache cache, PXFieldUpdatedEventArgs e, PXFieldUpdated InvokeBaseHandler) { if (InvokeBaseHandler != null) InvokeBaseHandler(cache, e); var row = (SOOrder)e.Row; Carrier carrier = SelectFrom<Carrier>.Where<Carrier.carrierID
We are trying to enable Stripe processing for our sales orders and despite setting up the processing center and it testing OK when we click the Test Credentials button we get what looks like an incomplete dialog after clicking capture on the Create Payment dialog.The bottom section for the address and contact info can be filed in but the bottom button remains blank and does nothing when clicked.The top section for the credit card info seems to just be labels with no fields that can be edited.This remains until we click the cross.The connection to Stripe seems to be working as I can see a transaction with the matching amount which says Incomplete along with two other entries of $1.00 each time under Transactions>Payments on the Stripe website. The $1.00 entries say cancelled. Any ideas of how/where to troubleshoot this would be much appreciated as I’m stumped.Thanks,Phil
Vibe Coding Acumatica Customizations====================================I have been experimenting with something I am calling vibe coding Acumatica customizations.Not "type one magic prompt and let AI build an ERP system."I mean using an AI coding assistant as a fast pair programmer while I bring the Acumatica context: real screens, DACs, graph files, ASPX, SQL, screenshots, notes, and publish feedback.And honestly, it has been a lot of fun.I used this workflow to help build real Acumatica customization work:- A shop-floor kiosk for production employees.- Production scheduling screens that publish dates back to manufacturing operations.- A PayCor punch queue connected to kiosk day punches.- A tracked mass email system with personalized links, batching, response tracking, and a dashboard.These examples are coming in the next posts.The bigger point is this: AI became useful when I stopped treating it like a magic answer machine and started treating it like a project teammate that needed
We are using case management with inbound e-mail processing. Since upgrading to 2025R2, we are experiencing an issue where line breaks are removed from some plain-text e-mails. This makes those e-mails very difficult to read.We reported this issue to Acumatica support and they are working on a fix.Is anyone else experiencing this issue?
We use Velixo for Acumatica. I am trying to export Detail GL data from Acumatica to Excel using Velico but have not been sucessful. I can export toal debit and total credits but I need them exported with dates when the changes occurred. Can anyone point me on the right direction. In the format below. Thank you all.
Hello,I would like to add a user entry currency field to the sales order header and would like that amount appended to the sales order total and remaining balance? Is there a way to do that in a view delegate so that the totals always accumulate correctly, or do I need to override the amount at every instance of recalculation of the order? Thank you!
Im sure this has been asked, but I can not find it. I need to know where to allocate material for production orders. We are running into issues where not all materials are in for all orders, but enough is in for some. and the production floor doesn’t know what they can and cant fill, then material gets pulled for orders that are not components complete. example we have 1 product for 5 orders.1,2,3,4,5 we have everything for orders 2 and 5, and I want to allocate that material to those production orders. thanks!
Hi everyone,I have a scenario with four dependent fields:Project Project Task Cost Code Labor ItemEach field already has its own selector with multiple PXRestrictors and dependency logic:Project Task depends on Project Cost Code depends on Project Task Labor Item depends on Project Task + Cost CodeI need to build a custom view based on PMCostBudget, but I want all existing selector filtering logic to be respected instead of rewriting all BQL manually.Is there a recommended way to reuse selector logic directly?
I have reviewed the article (https://community.acumatica.com/topic/show?tid=7266&fid=288) that identifies PXDBWeblink as the way to create a custom field with an URL link to click. I have also reviewed the website field on the customer contact page and the tracking URL field on the packages tab of a shipment. But, I can’t seem to get it to work.First, I created a custom field and publish the customization.Then, I add the field to the screen.Then in the data class, I changed the PXDBString(256) to PXDBWeblink.When I publish the customization, the Stock Item screen looks like this.It doesn’t have the icon to open the URL like the contact website nor is it a hyperlink like the tracking URL of the shipment.I’m working in a local 2023 R1 instance and will attach the customization package.
I have an issue with a link not being displayed on a custom field in Modern UI.#region UsrInvoiceID public abstract class usrInvoiceID : BqlInt.Field<usrInvoiceID> { }[PXDBInt()][PXUIField(DisplayName = "Invoice ID", Enabled = false)][PXDefault(PersistingCheck = PXPersistingCheck.Nothing)]public int? UsrInvoiceID { get; set; }#endregionI have also implemented a LinkCommand in the graph, and configured the same LinkCommand in the ASPX page.In Classic UI, everything works correctly — the field is shown as a clickable link and it opens the expected page.However, in Modern UI, I do not see a link on the field. It is displayed only as plain text.I also tried adding a selector control to the field. This makes it appear like a link in Modern UI, but clicking it does not navigate to the expected screen.Is there a different approach or additional configuration needed for this scenario?
Hi, we have been using Acumatica for 2 years now. Our Receivables customers were originally setup with only an “account name” (Legal name field is not operational - refer below). Our Payables suppliers have both “trading name” and “Legal name”. Customers SuppliersCan you please advise how we can add the “Receivables Legal Name” field into the Receivables Customer screen or if we need MYOB to make these changes. Thankyou.
Hi, I need to set up a fuel levy (fuel surcharge) per carton amount ($0.20) to auto apply on purchase orders to a specific supplier and then $0.30 to auto apply to customers when ordering products from this same supplier? How do I do this?
I developed a custom dashboard widget/plugin by following the Acumatica dashboard widget/plugin development documentation.The widget is successfully registered and works correctly in the Classic UI:It appears in the Add Widget dialog.I can add it to the dashboard without issues.However, in the Modern UI, the custom widget does not appear in the Add Widget dialog at all.Built-in widgets are visible in Modern UI, but my custom widget is missing there.What I already checked:The customization package is published successfully.The widget is visible and functional in Classic UI.Has anyone experienced this issue with custom dashboard widgets in Modern UI?Is there an additional registration step, or Modern UI compatibility requirement needed for custom widgets to appear there?I attached a screenshot showing the widget available in the Classic UI dialog.Environment:Acumatica Cloud ERP 2025 R2Build 25.201.0213Thanks in advance.
Hello!I’m trying to prevent Invoices from exporting as Shipments to fulfill non-stock items sold on Shopify. My client sells hundreds of non-stock items a day which we need to import into Acumatica for accounting purposes only. After these orders are imported into Acumatica, the SO is completed, and an invoice is created. The Connector tried to sync this Invoice to Shopify to complete the order, but we do not need it to do this. I have not been able to successfully setup a filter to prevent this from happening. This is also creating a huge clutter of failed sync records and “processed” shipment/Invoices in the clients sync history screen. Any ideas on how I can stop this from happening? Thanks!
I am using the above reference to implement this. On the Projects screen, I have two tabs: BTC and HWP. The HWP tab contains multiple UDF fields that should be visible only when the HWP branch is selected; otherwise, they need to be hidden. After implementing this, the fields are not showing under any condition. Whether I select the HWP branch, BTC branch, or any other branch, they remain hidden. Could you please guide me if I am approaching this correctly?
Hi Community!I ran into this a few months back but was asked again. In the Classic UI I was able to go to “Screens” in a Customization package and drag the tab order around so the first tab would be the new default tab. In the modern UI I can use the Screen Configuration tool to move the tab order in a similar way but even if I move a tab to the 1st, when I open the page it defaults to the original tab that defaulted.Appreciate any feedback or guidance!~Chris
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.