Introducing Acumatica Cloud ERP: 2026R1
Inventory, Orders Management, Warehouse Operations
Recently active
This is a follow up to this one: How do I make my default value for my second UOM selector appear in the selector on page load?Here’s my DAC declaration. I also used the strategy in the referenced link to set the values for the selector dropdown on load.I added this to try to get the default value to display...but it didn’t work: [PXUIField(DisplayName = "jUOM", Visibility = PXUIVisibility.SelectorVisible)]I also tried a few other things that didn’t work. Any thoughts on how to get a Default value to appear in the Selector at load?This part of the below referenced DAC should load the default, I think, but it doesn’t work… [PXDefault(typeof(Search<InventoryItem.salesUnit, Where<InventoryItem.inventoryID, Equal<Current<SOLine.inventoryID>>>>), PersistingCheck = PXPersistingCheck.Nothing)] #region juOM public abstract class juOM : PX.Data.BQL.BqlString.Field<juOM> { } protected String _jUOM; [INUnit(typeof(SOLine.i
I have a need to remove the current quantity from item stock. The quantity were incorrectly imported. This tenant has been inactive. We have sales or purchase transactions. What is the best or easiest why to zero out the quantities. I was thinking of doing an inventory adjustment or use the physical count. There are financial issues since the tenant has not transaction. The amounts were imported. I appreciate any assistance or advice on the best way to handle this issue.
I have created a second PXSelector that mimicks the behavior of the out-of-the-box UOM field in the Sales Order entry screen. I have detailed the process of creating this below; I have basically copied all the elements I can find from the existing UOM field (and renamed to jUOM as necessary). Everything works, except I get an error when saving the Sales Order document that says “Invalid column name ‘jUOM’.I am stuck trying to figure out how to create an extended field on the SOLine cache that can save the value chosen by the user for this second UOM field (called jUOM) to a field in the database.I confess to not really understanding how the out-of-the-box UOM field is being saved to the SOLine database table, which is part of my problem. I have played around with using PXDBString etc, but that breaks the UOM selector (can’t be used with the: [INUnit(typeof(SOLine.inventoryID), DisplayName = "jUOM")] DAC field declaration).Can someone help me makes sense of what’s going on with these U
Hi everyone,We need to use different languages in Acumatica. The website is working well. I only have problem with mobile app. I checked out the mobile code as below. Does anyone have any ideas to add localization for mobile app?
Hi, I’m relatively new to Acumatica but far from new to ERP systems and implementations.I have created an item number. That Item can exist at three warehouses. Those warehouses have replenishment relationships defined with each other. I have set safety stock, order multiples, etc. at each location. I have set an inventory level at the main picking warehouse that is significantly below the safety stock. At this point, I would expect replenishment activity to be suggested to transfer stock from the next warehouse in the chain. This does not happen.I then increased the demand at the picking warehouse by adding a sales order, in case there was some requirement for a SO to trigger the replenishment. This also did not work.Hopefully, I am missing something really straightforward.Warehouses are PICK, BOX and OFF-SITE. What I want is for transfer orders to be suggested to bring stock in from BOX to PICK when there is SO demand or when safety stocks fall below the defined parameters. Likewise,
Can anyone help me with this?It is only sending to the first email in the list
Good dayI am import my invoice type “cash returns” and on the template I am getting the following error message“object not set to an instance of an object”There are no customizations done on the invoice screen SO303000
We have a few items that the Vendor is requesting that we order in multiples of 10. We thought of doing a Pop-Up Note for the item so it would appear when placing on a PO, but then it appears on the Sales Order screen also. This is confusing to the order entry users. Any other suggestion on how to accomplish ordering the correct amount on the PO?
There is a “Weight Item” checkbox in the Stock Items screen in Acumatica 2021R2. What does this checkbox do?
Hello,We seem to be having an issue receiving a 2-step Transfer Receipt in Acumatica 2021 R1 Build 21.104.0018. The first error message says the Vendor Currency doesn’t exist in the warehouse - in this case the vendor we’re receiving from is one of our warehouses.We’re kind of able to bypass this and add the transfer destined for this warehouse but when trying to release the Transfer Receipt, we get the error message below.
we observed bit different behavior in SHIP TO ADDRESS of Shipment screen. We have created Transfer type sales order, while creating sales order we have overridden the SHIP TO ADDRESS in Sales Order, then created shipment, now in shipment screen, when we uncheck the "Override Address" checkbox, the address are changing to some default address. Can someone please help us. we are in Acumatica 2020R2, build 20.208.0031, without any customizations. Is this default behavior of Acumatica ?Please have a look at below screenshots.
We are a distribution customer and new to Acumatica. So please be gentle in your responses as this is my first post. I did a forum search and believe that there are not any topics that have already addressed this question.We need the ability to either discount (up to 100% of the price) or provide an item(s) as “FREE”. Scenario’s when this is necessary: Carrier Lost Shipment, Item(s) damaged in Transit, Item missing from the shipment, warranty replacement or simply provide customer with a marketing freebie. . I consider all of these as advance replacement. One additional scenario is that we need to refund a portion of the original sales price because we charged the wrong amount (for an item(s)) on the original sales order (maybe a discount code or contract price wasn’t properly applied or our the owner of the SO just failed to give a 1x discount as part of a price match).The above scenarios are typically handles where there is almost never an expectation for the physical item to b
Hi, Was wondering how you can select signature required for a shipment if you are using the “pick, pack and ship” functionality. Thanks in advance,Mitchell
Would it be possible to use the related item functionality in a simple distribution environment?I would like to quote certain items and for installation to be required…
How to resolve error when cancel Sales Orders
Hi All,Firstly the base Currency for the Tenant is AUD. Scenario:-I enter a Purchase Order in a USD Currency. USD $1.3888 to AUD $0.7200. I then click “Enter PO Receipt”. The Currency from the PO does not reflect in the Receipt. Therefore on receipting the Average Cost of the Item does not update to the new cost.Any help understanding this appreciated.Regards,Laura
When you have an inquiry, you can copy-paste the data from the fields in that inquiry into a screen.I use Purchase data to build Sales Orders and I need to copy-paste a date. If EVERY digit is filled in, this works like a dream. If not, this goes very poorly. Can we force zero’s on dates so that copy-paste works as intended and doesn’t just give out bad data? Example of a BAD date: 1/3/2022Example of a GOOD date: 01/03/2022 Here is the issue: SOURCE INQUIRY (copying ETA field) DESTINATION FIELD Due Date, after copy-paste (without exiting the field): If you click or tab out of the field: So now instead of copying the correct date, it slapped in the day of “today”, but on the proper month, but then also applied the wrong year. Obviously, people who are constantly copy-pasting are going to miss this, and it creates a large burden of work on our end. Can we get dates to work like they should please? Hopefully, I’m just missing a setting somewhere :D
I am trying to figure out the best practice to structure my data for a scenario where I have many ship-to locations for individual billing addresses for a company.It seems to me that there are two possible ways to do this.The first would be to create a new customer for every ship-to location and then use the “Parent Account” relationship to link it back to some master account. Is there a way to derive the billing address from this parent-child relationship (child inherits bill-to of parent by default?) What are the options/consequences for financial reporting with this setup? The other way to do this is with the “Customer Locations” feature. So I would create a single Bill-To Customer, and then attach all the Ship-Tos as locations to that customer. The main issue I see with this is that I don’t see a way to attach Contacts to individual locations with this system. So if you have a large conglomerate with a bunch of different locations, there doesn’t appear to be a way to default or sub
We are using the integrated shipping connector within Acumatica. We are having inconsistent challenges when attempting to ship to Puerto Rico. I noticed Acumatica has a setting where the country can be PR (which does not make sense). I am curious how others are able to ship via UPS and what information we need to input. The error we get is either - no international information is entered, or incorrect zip code.
Hi, we are testing shipping, and can’t confirm the shipment, see image 1, but strangely enough, it allowed us to view shipment confirmation see image 2.please help thank you Zoey
I added a bunch of items via the REST API to Stock Items. I then did an update on the description of those Stock Items (generally the description was longer than the original) also using the REST API. In the search for Stock Items, the items appear with the correct description. However in Inventory Item search launched from a Sales Order, when I search for these same items, the Description is truncated. Does anyone know why I am seeing this discrepancy? Is there something about the Inventory Stock Item search launched from a Sales Order that caches the description independent of the search available on the Stock Items screen?
I have setup a BE with a GI so when a new sales order is entered and is on credit hold it will email a notification. All working fine. But if there are changes made to this order it will send the email again.Thanks for any suggestions.
Receiving message:'One or more lines have unassigned Location and/or Lot/Serial Number' error when saving an inventory adjustment transaction The Adjustment is to add a quantity to a valid Location.The QOH for the item is -0-. The purpose of the adjustment transaction is to have bring the inventory records to reflect the proper actual QOH.Is there a means of assigning a location to be valid for a given Inventory Item?The location was previously used to record a quantity of the same Item before it went to zero.
When we create a sales order, is there any option to load the Salesperson based on Login User Employee instead of loading based on customer .( User is linked with Employee and employee is linked with Salesperson) .Any suggestions ? Thanks in advance.
Hi, When entering a new Sales order for Customer Urban Bar. Inventory ID FG0053310001. The unit price on the sales order shows .03 even though we have mentioned the unit price as 5.50 when entering the inventory item. Proceeding by manually entering the price of 5.50. What would be the intendent behavior. We thought to create a price list and add the price.Added to the price List.Created a New Sales Order and added the Item System is not consider Item price as 5.5. Need to add Expected Item Price on this.
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.