Get inspired and gain all the knowledge you need
Recently active
Hey Guys,I need a little help, i have a back order report im pretty sure i found on here. ive made some changes, but i’d really like to show the expected dates for the items. Im having trouble relating tables todo so. Is it as simple as adding PO.POrder to the table then adding a relation? the relations confuse me.
I am trying to adjust a field so that the input is masked like a password field. I have it in my classic UI customization, but I am unable to find any resources for implementing this in the modern UI.The field in question is a base field on an Acumatica page. The field is the “Header Value” field in the “Push Notifications” page SM302000. I have two questions:The first is what and where do I add modifications to adjust this field to be masked as a password? Do I adjust the DAC definition for the modern UI, do I adjust the view definition of this field in an extension .ts file, and/or do I create an html extension field that modifies it?The second question is what would that syntax look like? What specifically do I need to add to create the password masking?I did try to look for examples within the provided Acumatica code, but was unable to find any examples.
Is there a way to map Tracking URL field on the PACKAGES tab of a Shipment to Shopify Tracking URL field?I see this field in the mapping: However, in the ERP Object / ERP Field / Value, I don’t see anything representing this field:
I am currently working with an Acumatica demo instance and planning to integrate with it via the API (Web service endpoints). Could you please provide information on the following:1. API rate limit — what is the maximum number of API calls permitted per minute?2. Concurrent calls — how many parallel API calls can be made by the same user at the same time?3. Transaction limit — is there a monthly cap on the number of transactions that can be created in the demo instance?Thank you in advance for your assistance.
Here is a real world scenario that I have experienced many times. In this actual case there are obvious low process maturity issues here - company leadership, change management and job roles and responsibilities not being followed. Not looking to discuss or debate those issues as that is internal to the company to resolve, rather experiences and outcomes, ease of use and lowering friction to increase user adoption on Acumatica processes that are stated to have too many clicks and are too rigid from a customers point of view.CustomerThe customer is a mid-market utility/civil contractor running Acumatica Construction Edition with a major disconnect between what the PO-to-payment process requires and what Project Managers are actually willing to do.The Designed Process1. PM creates POs for materials, rentals, fuel, equipment, etc., (all non-stock items)2. Materials are delivered to the job site3. PM enters a Purchase Receipt against the PO confirming what was delivered4. Accounting recei
I am having issues with adding a custom screen to the mobile app. The screen is a form tab with grid in the detail section. I want to have a few fields from the header show up and then a couple of fields from the grid to show up. The layout that I want it to look like is the first screen shot. I have the “Sign” action added in but it doesnt work for some reason and the “Paper clip” for attachments isnt showing up. If I remove the “layout = “HeaderSimple” from my code, the attachment paper clip shows up and the action works, but the fields in the header no longer show up (second screen shot). Any ideas on what I did wrong? This is my first time adding to the mobile app. I was looking at the documentation when I made it, but I can’t seem to get it right.add screen PTM00013 { add container "BOLHead" { add layout "BOLheader1"{ layout = "HeaderSimple" add layout "HeaderRow1"{ layout = "Inline" add field "BillOfLadingNumber" add field "Status" }
acuminator-mcp: Acuminator as an MCP servercontou-consulting/acuminator-mcp: Acuminator MCP ServerAcuminator is the Roslyn analyzer that ships with Acumatica. acuminator-mcp exposes it over MCP so AI assistants (Claude Code, Cursor, etc.) can run it against their own output.Three tools:analyze_project runs Acuminator against a .csproj or .sln, returns diagnostics as code, file, line, column, project. analyze_snippet analyzes a raw C# snippet against a reference project (auto-discovered from the working directory). get_diagnostic_docs fetches the official docs for a PXNNNN code.Diagnostic messages are omitted on purpose. The code is the handle, the agent looks up details when it needs them. All three tools are marked read-only so auto-approve runs them without prompting.InstallWindows, .NET Framework 4.8 (the runner is net48 only, auto-downloaded on first use), Python 3.10+, pipx.pipx install git+https://github.com/contou-consulting/acuminator-mcp.git@v0.1.1claude mcp add --scope user a
Hi All,I want to release invoice on screen Process Invoice and Memo via REST API. I add screen and actions to the endpoint.The problem is if I send POST request to {{baseUrl}}/ProcessSalesInvoices/ProcessAll. The endpoint asks Entity in the body. That means I only can process one invoice per request. If I send PUT request to {{baseUrl}}/ProcessSalesInvoices with body:{ "DocDetails": [ { "RefNbr": { "value": "INV100031" }, "Selected": { "value": true } }, { "RefNbr": { "value": "INV100033" }, "Selected": { "value": true } } ], "ScreenAction": { "value": "Release" }, "Action":{ "value":"Process" }}. Nothing happened. The reason I don’t use {{baseUrl}}/SalesInvoice/ReleaseSalesInvoice is I need to wait the invoice to release one by one.
Hello guys, our receiver accidentally receive 1 item 2 times and I try to return it in the system. However, it show me The Original Inventory Receipt must be release prior to return.Can some support me with this issue.Thanks
In SALES ORERS/ TRANSACTIONS SHIPMENTS. Whether the shipment is unpicked, picked, or picked an packed there is a function when you used to be able to “correct the shipment”. This feature now just returns an error, and locks the order up. If you don’t wish to finish the shipment and send to invoicing, you can’t change how the product was packed into boxes, you can’t put it on hold and delete the picklist (which allowed me, formerlly, to then delete the shipment) So reverse the order through all it’s steps, after the picking was confirmed, to delete the picklist, then the shipment. I now have a bunch of orders tied up like this due to user error (error confirming before finishing picking and the like, you know human stuff, and now cannot correct the errors. It is super frustrating. So far I waited a week for acumatica to respond to my software vendor SWK’s issue, as the error that Acumatica was generating says “ERRORS HAVE OCCURRED” and correcting the shipment fails, the picklist doesn
Hello all,I have a basic requirement that an AP Bill should only be created if the PO receipt is 100%, else it should allow the user to even create it. How to achieve this?
Hi all, I am looking for a way to merge all the attachments for the transactions (for e.g., and AP Bill) showing up on AP Edit Detailed report into a PDF and link it on the same report against respective transactions. Please let me know if you have any suggestions/ alternatives for this. Appreciate your time!
I have added a custom screen to the mobile app.This is NOT coming from a GI. I have found using a GI for this is a complete nightmare. Is it possible to add a filter to a screen that is not coming from a GI? I’d like to be able to add a label to the Reminder Date field. I cannot find a way to do this. When you click Add or tap an existing record, the custom screen opens and works perfectly. This is the screen on the site: This is the code for the Mobile App. add screen IC301010 { Add container "ICSCallLogView" { fieldsToShow = 10 containerActionsToExpand = 4 add layout "CustomerRow" { displayName = "Customer" layout = "Inline" add field "CustomerNbr" } add field "CallDate" add layout "ReminderDateTimeRow" { displayName = "Reminder" layout = "Inline" add field "ReminderDateDate" add field "ReminderDateTime" } add field "Location" add field "Status" add field "Category" add field "Summary" add field "Details" add
Does the customer portal support row level security?
We are currently on 24R1, upgrading to 26R1 soon. Is there a way to create a clock entry for multiple employees at once?
Hi, allI create PXCacheExtension<PMProformaLine> and add new custom field.Next i override method BillTask. In this method base functional create PMProformaTransactLine line = new PMProformaTransactLine();And when i try this AKTPMProformaLineExt lineExt = line.GetExtension<AKTPMProformaLineExt>();I get this error. GetItemExtension failed.
Hi,In the 2024-R1 I don't see the Total Cost field on the Purchase Receipt - Summary area. Is this a change with 2024-R1?Please refer below screenshots. 2023- R1 2024-R1 Thank you,Dulanjana
Hello all, I wanted to share a tip that threw me of course today. If you use an attribute field in a formula in a Generic Inquiry which is aggregated at all, this will throw an error similar to this: To overcome this, you should add an Inner Join to the table which holds the attribute with the following data field links (in this case I will use Inventory Item as the example): The NoteID link ensures that the right record is selected, and the AttributeID link ensures that the right attribute value is selected. In your results grid, instead of this: You should use this: Once you had switched out those values you will be able to load your GI: Happy GI Building!
Is it possible to link a fixed subaccount to a Customer/Vendor?For example: I want all transactions for Customer A to automatically use subaccount AAA-0000-0000.Can we do this in the settings? Thanks!
Found in Sale Demo 2022R1:An Opportunity with an approved Sales Quote does not have the option to Create Service Order (or Sales Order) in More / Actions, but same Opportunity with same quote in draft status allows action to create Service OrderWhat am I missing ?
For new customers the Default Payment Method is set to Acumatica Pay and works. However, I have over 100,000 customers with defaults set to Authorize.net. I need to change them to Acumatica Pay as the default when an Acumatica Pay account does not exist for the customer.I created a GI that selects the correct customers. I have tried the import scenario a couple of different ways, with none of them working.<Line Number> line was used to set Authorize.net as the default when we first got on Acumatica. I do not know how to get the Line Number for the Acumatica Pay method.PaymentMethod table PaymentMethodID = TXACUCC PaymentInstanceID = 58452Either way I run it the default is set to the first payment method which is the default cash option.Please Help.
Is it possible to override the default WIP account in a production order when using a labor transaction? I need to hit a COGS for shop labor GL and not a manufactured products/material GL account. Reason being, the GL account for labor is in the account group for a labor line in the project cost budget. The default WIP is linked to the the materials line item in the cost budget. So I am having to post an extra project transaction that reclasses from materials line to labor. I would like to avoid this if possible. If there is a better way to get hours/dollars into production orders and accomplish the same, I’m open to that as well. I feel like it shouldn’t be this hard and I’m fighting the system.
This might seem like a duplicate topic, but I tried the things in this previous topic to no avail: When I click the Plus to add a new record, the entry screen opens, but it is not the actual entry screen. It opens a read only screen that shows the last record returned by the GI, AND it is not even formatted like the entry screen. If I select a record to edit, it DOES open my custom screen and it allows me to edit.In the web site, when you open the GI and click add, it works fine.Here are some screen shots of the GI: Clicking Plus shows this: Tapping an existing item shows this: This is the Mobile App code:add screen GI990120 { type = SimpleScreen add container "Result" { fieldsToShow = 7 containerActionsToExpand = 3 add field "CallDate" add field "CustomerName" add field "ReminderDate" add field "LocationName" add field "Status" add field "Category" add field "Summary" add containerAction "insert" { behavior = Create } add containerAction "e
Hi Everyone,Has anyone overridden the "Generate" button in the PO Receipts > Line Details popup?I need to split a line quantity (e.g., 190) based on a custom field BreakQty (e.g., 60), so it generates lines like: Line 1 – 60 Line 2 – 60 Line 3 – 60 Line 4 – 10 Each with a new sequential lot number.Thanks in advance!
I am facing an issue in Acumatica Modern UI on a specific screen.When I navigate using the Next button, the system moves to the next record, but the data is not displayed (screen appears empty or does not refresh properly). However, when I use the Previous button, the data loads correctly for the same record.This issue occurs only in Modern UI. In Classic UI, both Next and Previous buttons work as expected and the record data is displayed correctly. How can I resolve this issue?
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.