Get inspired and gain all the knowledge you need
Recently active
I have an Attribute added to Production Orders. I need to update the value via the API. I’ve tried PUT/PATCH/POSTing to the ProductionOrder endpoint with a body like:{ "OrderAttributes": [ { "AttributeID": { "value": "PKGMETHOD" }, "Value": { "value": "B" } } ], "OrderType": { "value": "WO" }, "ProductionNbr": { "value": "00000006" }}...but I just get an error like "The system failed to commit the ProductionAttributes row." What do I need to do to update the attribute?
Our customer has 20+ scanners in the warehouse and is using Acumatica WMS. The mobile app requires that each username be stored as a separate account. The management of individual user accounts on each scanner is time-consuming, especially with high warehouse turnover. They really like the ability for each employee to have their own user configured, but this mobile app limitation is causing an issue.Does anyone have ideas about an option to change the mobile app login functionality to create the account with only the url, so each user would need to enter a username and password when logging in? (similar to the web UI login)
I tried adding a tab to the IN202000 screen, but it doesn’t show up.import { GridAutoGrowMode, GridPreset, PXFieldOptions, PXFieldState, PXView, autoRefresh, createCollection, gridConfig, viewInfo} from "client-controls";import { IN202000, ItemSettings } from "src/screens/IN/IN202000/IN202000"export interface IN202000_SKPriceIndexCST extends IN202000 { }export class IN202000_SKPriceIndexCST { @viewInfo({ containerName: "Price Index" }) xtStockItems = createCollection(xtStockItems_SKPriceIndexCST);}@gridConfig({ preset: GridPreset.Details})export class xtStockItems_SKPriceIndexCST extends PXView { }{ CategoryID: PXFieldState; EffDate: PXFieldState<PXFieldOptions.CommitChanges>; AsphaltPct: PXFieldState;}export interface ItemSettings_SKPriceIndexCST extends ItemSettings { }export class ItemSettings_SKPriceIndexCST { UsrSPriceIndex: PXFieldState;}<template> <qp-tab after="#tab-Description" id="tab-PriceIndex" caption="Price
Hello Experts, i just need a clarification that can we add two PO approvals for approvals will be of different branches.
Hi Guys, is there a way to overwrite an existing alternate ID without creating a new one ? Thanks for anyhelp
I was given a request to modify the Weekly Activity Report for a client that tracks their salespeople’s activities. The current report filters are Salesperson, Start Date and End Date. The problem is they noticed activities are being pulled to the report based on when the activity was ENTERED not the actual Start Date.When you enter an activity, you can select the actual date of the Activity Type in the Start Date field, HOWEVER, when you filter the dates to that range on the report, the activity does not show up as it is tracked in the system by the Date is was entered. The screenshot below shows the initial setup of the activity having a Start Date of 9/25/25 but entered on 10/8.The issue is the Start Date is treated as the Entered Date and not when the activity actually happened. Below you see the report is filtered to show all activities that occurred during 9/15-9/30Here is the result: No activities are shown.When the filters are changed to the dates used, then the activities are
Hi Community,Does anyone know how to add a Java Script to a Dashboard Screen ID or the 00000000 Screen ID in a Customization project? With other screens, I can drag and drop the Java Script onto, but the Dashboards do not allow me to. When I click save, the screen DBAP0001 does not save it just goes to the 00000000 with the Java script saved.
I am needing to add a custom “Sort Code” column in the Stock Items screen (IN2025PL). I am a new user and seem to be stuck.
Is it possible to have no-code Actions from multiple customization projects show on the same screenI’m only seeing the no-code action from the published customization project with the highest level.Do all no-code actions per screen need to be in one single project?Or is there a way to have them all added to the screen, from their various projects? Example:Project 1 (Level 50) - Sales Orders > Action AProject 2 (Level 60) - Sales Orders > Action BWhen both projects are published, only Action B shows on the Sales Order screen.When only Project 1 is published, only Action A shows on the Sales Orders screen.
Hi,I’m curious if anyone knows why the error line that a quantity would go negative prior to creating the shipment from a Sales Order would be present for one user but not present for another user. I checked permissions and I can’t seem to find anything that would be different. When the person goes to create the shipment, it's removing the items that would go negative, but he doesn’t have that view while others have it. If anyone else has run into this issue and knows a resolution, it would be greatly appreciated. I attached a screenshot of my view and the other users view for reference.
I am creating Modern UI versions of my customizations. I have been through a few tutorials and it seems the workflow that works for me is:Go into the Modern UI editor from the SCREENS section of the Customization Project Browser: (image 1) Add my custom field (ie extended data table) to the screen. (image 2) Also add the custom field to the HTML View: (image 3) Change the HTML Code to add my Page tab and field Editing logic: (image 4 -- here I am adding it right after the Mailing and printing tab) Then I save and Publish it. When I run it in the Modern UI, I am getting a message (I guess a warning?) that I have something undefined. But I don’t understand what: (image 5) Everything else is fine, and the field can be set on and off OK… but why the Undefined nag? In case it is in the HTML XML code, here is the part I added: <qp-tab id="tab-DoorCoreSettings" caption="DOORCORE SETTINGS"> <qp-template id="form-DoorCoreSettings" name="1-1-9" class="label-size-xm" wg
How do I enter a prepayment for a vendor when we don't have a PO yet?
It has been a long time coming and Steve Buttry and the Buttry & Brown Development hosted a great event with 14 people showing up! Great conversation around AI and Projects. We are working to establish a long term group. Let’s get involved and make this a good group.
I just started using the modern UI on 2025R1 and noticed the embedded image is no longer on the attributes tab of the stock item record. Does anyone know how to get this back? I tried adding the Image URL using the screen configurator, but that doesn’t embed the image, it just creates a non-drillable image URL.
Hello, I’ve got Acumatica installed on my laptop. But I would like to have the retail commerce edition to play with. Is this possible? Thank you,Josh
Hi Community,I am trying to Correct a Shipment that the Update IN has been clicked, and because the Inventory Document has already been posted and Released, what other options do I have?Thanks,RJ
I have process screen for some document. I add field project id. And old document have Null at this screen. New document have x project. At my process screen, I set x value to null documents by innumerable method. But when I selected line, project set null by Cache. How to set ,,x” project to old document on process screen ?
Basically I’m running into an issue where I have a line on MPS that creates a line on the inventory planning display to create a production order.After created the production order from the inventory planning display screen and running regenerate inventory planning, the recommendation to create another order pops up again. Shouldn’t it see the production order that was already created?
This was asked a couple of years ago. The solution was to remark out the rabbitMQ from the web.config file. This worked for me.Will this cause me any issues down the road for development etc? Is RabbitMQ something that is required by Acumatica in other areas?
I’m experiencing a performance issue with the OData endpoint in Acumatica. After an app pool recycle or idle period, the very first call to an OData resource takes a noticeably long time, then subsequent calls are much faster. I wanted to post here to check if this is expected behaviour, and gather tips on how to reduce this delayEnvironment:Acumatica version: Build 25.101.0153IIS app pool: default settingsDatabase on same server/SQL Server 2019No customizations affecting INLocation OData endpoint (basic table, exposed via DAC)ExampleGET http://<server>/AcumaticaERP/t/Company/api/odata/dac/INLocation?$select=LocationID,SiteID,LocationCD,DescrFirst call in postman: And second call: Is it expected that the first OData call after idle is significantly slower?Are there recommended best practices (warm-up scripts, Application Initialization in IIS, etc) specifically for the OData endpoint?
I have action that want to link field. when I click it error like above
How do I apply a Prepayment to a vendor invoice.
I am trying to modify the canned Shipping Confirmation report to include a “Sold To” section that would show the location info for the customer who “purchased” the goods as the report already displays the “Ship To” info which is different at times.When I started to add in Customer.AcctName into the Expression Editor, upon validation I got the following error message:The expression contains an invalid name. ‘[Customer.AcctName]’ I realize this needs to be setup in the schema builder, but so far, each time I try to modify a link or add one even, I break the entire report. Any help is welcomed!!
We are trying to get product images to display on the mobile app (Warehouse Management > Item Lookup) in 25R2 but have not been successful. It is not working like it did in 25R1. In 25R1, if you upload an image to the Files area, it will show up on the Attributes tab, and it will display on the mobile app. In the Item Lookup, if you click the paperclip icon, you will see a thumbnail (and you can load a larger image if necessary).This same behavior is not working in 25R2. Acumatica moved the image upload from the Attributes tab to the Description tab as discussed here: Apparently, this change has caused the image display issue on the mobile app.Furthermore, we have not been able to capture images using the camera on a mobile device. We have tried both iPhone and Google Pixel. In multiple tests, we were not able to upload images to a stock item via the Item Lookup utility. We can take a picture and upload it, but it results in the error: “Error uploading file.” Again this works fine i
It's great that we have such a vibrant Acumatica community to get quick answers to questions and gain product knowledge! We have very active members jumping in to help others out all the time. The goal of the community is to respond to every member’s question so that no one goes away "empty handed".Connect, Learn, Share Release Spotlight: Earn Badges & Show Off Your KnowledgeWe’re excited to launch a brand-new way to get the most out of Acumatica ERP feature updates—complete with relevant education, digital badging, and engaging activities at scale. Our new get-to-know series is designed to make release adoption smoother—and a lot more rewarding. Valentina Diaz - Acumatica Community Featured Member for October 2025Meet Valentina Diaz our Acumatica Community Featured Member for October 2025. It’s great to have you as part of the Acumatica Community @vdiaz. Acumatica User GroupsNew! Michigan Acumatica User Group, Northern New England Acumatica User Group, NorCal Acumatica User Group
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.