Introducing Acumatica Cloud ERP: 2026R1
Inventory, Orders Management, Warehouse Operations
Recently active
Hello,Created some custom boolean fields, but they are not displaying as checkboxes in the sales order, despite the control type being checkbox…. They are showing as text edit fields, then if you put anything in there they change to 'true'
When assembling stock kits using items that have lots assigned, is there a way to more efficiently do the lot assignment? Currently it seems like you have to go into the line details tab for every single item in the kit. We have some kits that may contain over 50 different items, all lot tracked. It is exceptionally tedious to have to click into line details for every single item to enter the lot.I understand that Acumatica is designed so that you could use multiple lots for an item where you have multiples of the item in the kit, so you can’t have the lot assignment field on the main kit assembly page. There is also no upload button on this page for doing the assignment more efficiently in a spreadsheet and uploading.
Hi! For items with fifo costing, is there a way to see what the actual margin would be on a sales order? The margins on sales orders screen use average costing so it's not helpful for my client. Also, I'm looking at Inventory Summary report and same thing it provides the average. Does anyone know where to find the current fifo cost before the items have been issued/shipped?
Customer uses their own trucks to deliver large shipments of construction materials to a job site. They are seeking a solution to collect a signature on BOL at the delivery, print and write back to the ACM shipment.Any thought of suggestions for a solution ?
Hi everybody,is it possible to create a contract from a sales order? For example: I sell software for a monthly fee. I have the non-stock item “software usage” in my sales order. Can I now create a contract based on the sales order?Kind regardsMichael
Error: The Confirm Shipment action is not available in the Shipment: Shipment Nbr. = 000009 document at the moment. The document is being used by another process.When i am conforming the shippment the following error has occured.
Looking to see if the rest of the room has any creative ideas to accomplish this. We create orders with multiple pieces. Some of the pieces are in stock and the other pieces may need to be sourced. You can go in and allocate a serial number but it still allows another order to allocate it until someone tries to confirm a shipment (Hard transaction). Then it stops you due to being allocated to multiple orders. How can i allocate an item where it won’t allow someone else to choose/allocate it as well? (Pack and Hold electronically).
This question was asked 4 years ago. I have the same issue. However, I think the solution provided in this topic is frankly unacceptable. Unless of course, I’m missing something obvious.Issue with displaying Inventory ID in mobile app | CommunityIn my GI, I am displaying the Inventory CD. Looks great when viewing on the site.Per the link above, when the GI is displayed on the mobile app, the Description field is shown, not the inventory CD “by design”. Well, that doesn’t seem like a good design.If I follow the old link, I have to uncheck the Expose to Mobile App and basically, rewrite the entire GI as a new mobile screen. By exposing the GI to the mobile app, it is doing everything we want except for actually displaying an inventory id (cd). There HAS to be some way to modify the GI results grid to show the Inventory CD in the mobile app without recreating the ENTIRE page on the web app.Has anyone else figured a workaround for this? EDIT: I meant to create this in the Develop C
The Customer Lookup functionality on the Modern UI Sales Order screen doesn’t seem to be working. I’m not sure if I haven’t enabled a feature that is required to make this work? I spun up a new instance of 25.101.0153 to check out the latest functionality and enabled Modern UI by default during installation. If I click on the pencil next to Customer I can make a new Customer, but how do I select an existing customer for the Sales Order?Can anyone help me out here? Thanks, Jonathan
How to Identify Which Serial number of an Item in Kit Component linked to the Kit Item .and is it possible to Show the details in Shipment Documents For Eg ; I have a Sales Order with Item XYZ( Kit Item ) Ordered 3 Qty and the Serial Number XYZ-1, XYZ-2 and XYZ-3 Each Kit Item Includes 3 Components ABC, DEF and GHI with Serial number so total ABC 3 qty DEF 3 qty and GHI 3 qty each has Separate Serial Number As well how i can find out which Serial number of Each Component is associated to the Serial number of Kit Item
hi! i am trying to create a business event to automatically create the receipt once the 2 step transfer is complete. i got the business event to create the receipt transaction but the transfer number isn’t populating so the details aren’t coming in. is there something that i’m missing in my import scenario?this is what the receipt transaction ends up looking like: here are the results from the generic inquiry i am using in the business event: i have track all fields selected i appreciate your help!
Hi,I tried to create a Sales Invoice by adding sales orders with shipments as well as without shipments.Initialy I added sales orders without shipment through “Add SO Line” action icon in the Invoice and Then I tried to add Sales Orders with shipments through “Add Order” action. Howver, once I click the Add order action the popped up window didn’t show any sales orders. But if I added “Add orders” first and “SO Line: secondly, it has the ability to add both. What could be the possible reason for this.Thanks!
Hello all,Can anyone clarify me how can I update the cost of an item?Items that belong to Standard, Average, FIFO & Specific valuation methods.As far as I have understood that for Average we would need to create an Inv Adj with the negative/positive ext cost in order to decrease/increase the cost resp. But for others i am getting a lill confused.
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….
Hi, Possibility to remove "Restrict visibility to" from particular vendor after creating transactions? Thanks,Prasad
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 am trying to create a delete log record if a shipment is deleted after item has been picked and/or packed. I do not know what event to use that will allow me to save to the table.protected void SOShipLine_RowDeleting(PXCache sender, PXRowDeletingEventArgs e){ var row = (SOShipLine)e.Row; if (row == null) return; foreach (SOShipLineSplit split in SelectFrom<SOShipLineSplit> .Where<SOShipLineSplit.shipmentNbr.IsEqual<PX.Data.BQL.@P.AsString> .And<SOShipLineSplit.lineNbr.IsEqual<PX.Data.BQL.@P.AsInt>>> .View.Select(Base, row.ShipmentNbr, row.LineNbr)) { if (split.PickedQty > 0 || split.PackedQty > 0) { MSPSOShipmentDeleteLog newLog = new MSPSOShipmentDeleteLog() { OrderType = row.OrigOrderType, OrderNbr = row.OrigOrderNbr, LineNbr = row.LineNbr, SiteID = row.SiteID, SplitLineNbr = split.SplitLineNbr,
We just went live a few months ago, so still learning a lot.The struggle we are facing in our DC is that we have a primary pick location for each sku. We have automated replenishment filling the primaries based a set min qty.Lets say we have sku A with a min qty of 400 in the primary pick location with a master case having 60 units per box. So each primary will have several unopened cases plus a partial cases.Filling small order and replen is fine.When we are filling bigger orders for lets say 910 units. It consumes everything in the primary and grabs a partial from a non-primary. Then partial cases is left in the non-primary and I need to refill the entire primary Is there a way for an order of 910 units. To grab 15 full cases of 60 units from a non-primary location and get the remaining 10 from the primary?
Hi everyone,I placed an order for 2 units of an item.Now I’m in the Receive and Put Away screen. I entered the order number and the item number, then clicked on Quantity and entered the number 2.I want to enter two serial numbers ( for example, 00001 and 00002 ) at the same time, instead of entering them one after the other. I’d like to know if that’s possible, and if so, how it works.In general, when I order larger quantities of an item, I’d prefer to enter all serial numbers in one go rather than inputting each one individually.I’d really appreciate your help with this.Thanks in advance!
We use batch picking, (4 shipments per worksheet) and sometime we need to confirm what we picked before the entire worksheet is completed/picked.Is there any way from to confirm the lines that have been picked while leaving the rest open?any thought or tips would be greatly appreciated.
Hi, I wonder what I should do if I would like to make the country field a not-required field. (I know that we have the default setting for this field, but I do need to make it a non-required field for my current issue.)I found an old solution to check the box under the layout properties, but now the function has been changed I wonder which one indicates some function as the previous ‘require’ box
Hi, I think that batch picking needs to be fixed in the WMS. Below are the issues I ran into while trying to implement this. It would be helpful if everyone else adds their issues. Batch picking by location doesn’t give a quick filter where you can select multiple locations from a list. You can either add it manually, or you could upload an excel sheet, but that takes a minute and is time-consuming The “known limitation” of not being able to batch pick nonstock kits Acumatica doesn’t show you what SH has a non-stocked kit and will add those shipments to the batch Once you run into this issue, there is no real way of fixing it besides removing all items that might be in a kit. Even if you have the same item on a SH not part of a kit Once a picker scans a picking sheet, there is no way to go back. If someone else wants to pick it instead, or if you want to cancel the picking sheet, it won’t let you The lack of system messages regarding the process and what you need to do next. i.e. In
Hello all,Where can I check the last count date & the warehouse & location for an item in acumatica?
We have a client that is trying to decide to use docusign or Adobe. Does anyone have a preference one over the other
Hi Acumatica,Just want to ask if the exported file name from a document primary list can be edited?Please see attached : Regards,
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.