Introducing Acumatica Cloud ERP: 2026R1
Get inspired and gain all the knowledge you need
Recently active
Hello All, I am curious if anyone uses Acumatica to track Resale Certificates for your customers. If so, how would you does your company do that?
I am trying to add the inventory item table into the view for a new screen twice for two different fields. i want to pull the status of the 2 different inventory items that are on the below screen. I found a couple of articles that i tried, but when i add the table a second time with an alias, it is pulling all of the inventoryitems instead of just the one on the line item. I tried adding .fromCurrent in there and it didnt duplicate, but it didnt pull the information either. What am i doing wrong on this?notes- the material id field is a free form text field so i have to use inventorycd for it. the barid field uses inventoryid in the table. public SelectFrom<ProtoCutLine> .LeftJoin<InventoryItem> .On<ProtoCutLine.materialID.IsEqual<InventoryItem.inventoryCD>> .InnerJoin<InventoryItemTwo> .On<ProtoCutLine.barID.IsEqual<InventoryItemTwo.inventoryID>> .Where<ProtoCutLine.orderID.IsEqual<ProtoCut.orderID.FromCurrent
Hello!I have a Parameter set up as @SiteID. I am attempting to make a cell on my report designer only visible if @SiteID parameter is null. Can this be done? Maybe to explain a bit further. At the top; I’d like this to show up only when @SiteID is usedI’d then like the “warehouse” and “Waukegan” below it on the right column to only show when @SiteID IsNull I’ve looked online and done a bunch of AI chats and i only seem to error out every iteration i use.
Hi Community,I’m looking to get your thoughts on ETO manufacturing and custom-built subassemblies. Our client does a tremendous amount of Engineer-to-Order manufacturing. In many cases, their solutions may ultimately be built once, which may also include a reasonably large portion of their subassemblies, such as laser-cut sheet metal parts. The custom products and subassemblies often fit nicely into a handful of product classes, but in their current state, they are often creating new SKUs for ETO product and subassembly. These parts are virtually never in inventory beyond the time necessary to issue them to a production order or ship the FG to the customer. The client will be using CADLink, which will be used to generate SKUs, BOMs, and to update Production Orders. We can continue down this path, which is fine. With that said, it feels as though there could be some potential benefit of creating skeleton SKUs and BOMs representing generic versions of these products. This is a solu
Has anyone developed a system where the move transaction can be done in batches similar to how the materials wizard functions? We release materials when a production order is completed in house so we do the materials and move transaction one right after the other. The materials wizard allows us to release materials for dozens of production orders if needed, but now we need that same functionality but for the move transactions.
I am trying to create a GI that links the project quote to the project (to compare values). I’m getting this error when I run it. I have tried two different ways of linking the two tables: I’ve attached my GI. Any ideas what is the best way to link these two tables?
I created a new version of a report and added it as a separate Customization. However, when I run Unpublish, the new report version remains in the system.Is there a way in Acumatica to fully revert or remove report changes when a customization is unpublished?What is the correct approach to ensure that report modifications are rolled back after Unpublish?Thank you in advance for your help.
I need to correct a quantity in a RO by returning some of the items on the same day but with no charge. When creating a return on the same day, it still charges for the day.How do I avoid this charge?
Hi AllIn our Acumatica instance, when entering a line in the Sales Price Worksheets screen, the defaut value for the Price Type comes up as Customer Price Class.Is there any way that it can be set to use Base as the default value instead, please?Price Type default value is currently Customer Price Class. We would like it to be changed to Base as the default value if possibleThanksAmit
exception has been thrown by the target of an invocationunable to cast object of type 'System.Byte[][]' to type 'PX.Reports.Web.WebReport'
Hello all,How can I setup an Approval workflow for the Opportunities screen in Acumatica? We know that the Approval Map doesnt have the option to setup approval for Opportunities screen. But is there any possibility to setup a similar flow without customization?
I’ve tried to find an import scenario to import users into a new system and am not finding what I need. I created the Excel Data Provider as follows using guidance from some older posts in AUG Forums.The import scenario is:When I try to Prepare the Import by Scenario, I immediately get this error:The column 'Active' is not found in the data setDoes any one have an import scenario that works for users or can tell me what is wrong with mine?
I get this error when trying to print a check.
Hello,On February 28th, we upgraded Acumatica to 2024 R2, and now the USPS Ground Advantage service method is missing from the service method list.I contacted EasyPost, and they said it appears to be an Acumatica issue. They advised us to reach out to Acumatica for support.Does anyone know how to add or retrieve this service method? I tested the connection and it is working.
Hey! We’re seeing a weird issue with one of our invoice email templates.If we open the PDF preview and click Send, everything works and the email draft opens as expected. But if we’re on the Invoices screen (AR.30.10.00) and use the Email action, it fails every time with this error (Trace-Log):at PX.Data.PXViewCollection.get_Item(String key) in C:\build\code_repo\NetTools\PX.Data\Graph\Collection.cs:line 1489 at PX.Data.Wiki.Parser.ParseContext.SetForeachIterator(String viewName, IDictionary2 parameters, String sortby) in C:\build\code_repo\NetTools\PX.Data\Wiki\Parser\Output\ParseContext.cs:line 123 at PX.Data.Wiki.Parser.ForeachTagProcessor.PX.Data.Wiki.Parser.PXHtmlParser.TagProcessor.Process(String tagName, String content, List1 attributes, WikiArticle result, PXWikiParserContext settings) in C:\build\code_repo\NetTools\PX.Data\Wiki\Parser\BlockParsers\XmlTags\ForeachTagProcessor.cs:line 115 at PX.Data.Wiki.Parser.PXHtmlParser.DoParse(ParseContext context, WikiArticle result) in C:
How do we use RR when we ship the replacement and pick up the return at the same time? We typically send the replacement item via company truck and pick up the defective/warranty item at the same time (or sometimes a day or two later, as the original item still needs to be extracted when the replacement item gets installed). The problem we are having is that the replacement shipment needs to be Confirmed before the Return item can have it’s shipment created. The SO entry appears to function the way we desire with the replacement item and the return item on the same transaction, but we have no document(s) for our driver and the customer to indicate both the replacement and the return being processed at the same time.
It used to take hours to update my local Acumatica Dev/Sandbox environments with the latest data from our production instance.I would avoid it for as long as possible, then some urgent bug would arise that needed testing, so I would scramble to get it done. Our tenant snapshots are fairly large, so it would take a few hours upload and restore them. That was after fiddling with the web.config file to increase the snapshot size limits so I hopefully wouldn’t run into any issues. Then I discovered the process that I want to share with you today. Please note that this does require you to have access to backup files from the database that you wish to copy. We host our own Acumatica instance with frequent, full database backups, so this works really well. Here’s what I like to do. Publish any latest customizations to your production Acumatica instance. (If you want the backup that you restore to your local instance to have the latest customizations on it.) Ensure that you have a local (usern
Good afternoon all, I have a client who wishes to upload a PDF in the Drawing or Photo Logs workspace and essentially have Acumatica convert the images in the PDF, think of like drawings, into Acumatica as individual photo log or drawing log records. Has anyone done or seen this work? Any isv anyone know of that can help with this? Thanks in advance. Best regards,Josh P
With a standard order (no make to order items), we have a shipping clerk grab a printed pick list (generated from the shipment screen as an action) and pick the items from the warehouse and place in the shipping staging area (size of a midsize meeting room). After the area starts filling up, he/she will start processing these staged shipments (the pick list sits on top of the picked items and acts as a traveler).We have a usb scanner that our shipping clerk would use in our shipping staging area that we envision could actually pick in Acumatica and then pack and ship.If we have the desktop attached to the usb scanner proceed to perform these steps on the screen, SO302020 -Pick Pack Ship, the scanning for serialized parts is burdensome (need to scan item, location and serialized id). Is there some way to just scan the item and the serialized id and not include the location?
I’m finding some examples where the “transferred to invoice” field on a sales order (under the payments tab) isn’t being populated when an invoice has been created. I’m wondering is there something we did process wise that prevented this from happening? I ask because I built a refund tool that operates by using this field and if it isn’t being populated accurately the tool can’t figure the potential refund needed accurately. The “Transferred To Invoice” field is 0As you can see the SO is linked to this invoice so I’m not sure why it’s not reflected on the SOThe status of the invoice seems to be irrelevant as I have seen other open invoices still populate the transferred to invoice field on the SO.I’ve tried reopening the sales order, reversing the application of the invoice, and reapplying payment but that doesn’t seem to refresh that value either.
Hi Team,We need clarification around the impact of updating the Customer field for any existing Active project in the system. One of our clients (Company A) has been purchased by another company (Company B), and all invoicing and customer contact information needs to be updated for the existing projects to go to Company B. Originally, we were going to update the Customer field to Company B, but we wanted to understand what the project or financial impact might be if we changed the customer field from Company A to B for these projects.
I’m trying to track who is set to get emails from our templates on various reports.Use-Case: “User A” exits the company, remove them from all outbound emails from all templates.I’d love to make a Generic Inquiry that shows me every report with every template saved for that report and then the TO and CC fields for that template. Which table has this data? Thanks!
I am looking for a way to add dock-to-stock period into MRP planning (does not need to be part number specific, can be one stock period for all parts) so we get a purchase part in a day or two before our schedule actually shows we need it. Lead time additions will just order the part earlier, not bring it in earlier. Anyone else have a solution to this? I feel like it's right there in front of me, but can’t seem to locate the solution.
Currently, when we go to print the Change Order Form, it prints the revenue budget of the change order. Is there a way to set up a separate form to print the Cost Budget portion of the change order?
Hi After many chat with Shopify support and after reviewing the data and considering that all variants are unique in Acumatica. it appears that the error "At least one option value is duplicated" likely stems from a subtlety in how the data is transmitted or interpreted by the Shopify connector integrated into your Acumatica ERP version 2025r1. So , I’am looking for more information ( into the Acumatica log ) Review the data sent via the connector: If possible, obtain a snippet or log of the payload sent to Shopify for product W24J0059 so our technical team can analyze exactly which option combinations are received. Our last sync history was this morning 12/16/2025 11:06am on Entity : Template Item and ERP ID W24j0059 Thanks for your Help _jean
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.