Introducing Acumatica Cloud ERP: 2026R1
Get inspired and gain all the knowledge you need
Recently active
Hi, I am trying to set up Twilio, but I am getting an error message when I try to send the SMS from the system, I got a trial account and number from Twilio for my tests but somehow it isn’t working, Could I have missed something?
Hi Acumatica Community,We have a standard report for Audit TrailBut as we observed, you can track the changes of audit trail by selecting Screen ID (1 Screen ID at a time).Is there a consolidated report for all screen that I can check the for all documents and its movement?Thank you!
I cannot seem to resolve the error ‘The Submit button is disabled’.If the Submit action is removed, the time card Save creates and saves the time card as expected.I have tried many options in the scenario to continue to Submit without any luck (different flags, different Submit action, etc.). Any suggestions on how to resolve? Attaching the XML also.
Hi community,I am trying to apply custom styling (background-color and font-weight) to a custom action button on the Shipments (SO302000) screen header in the Modern UI.Here is my code for the Classic UI: #region Actions public PXAction<SOShipment> bZProcessShipment; [PXButton(Category = "Processing")] [PXUIField(DisplayName = "Process Shipment", MapEnableRights = PXCacheRights.Select, MapViewRights = PXCacheRights.Select)] // Upgraded to Acumatica 2025 R2 by Biz_Vahe protected IEnumerable BZProcessShipment(PXAdapter adapter) { string shipmentNbr = Base.Document.Current?.ShipmentNbr; if (string.IsNullOrEmpty(shipmentNbr)) return adapter.Get(); var adapterCopy = adapter; Base.Save.Press(); PXLongOperation.StartOperation(this, () => { var shipmentGraph = PXGraph.CreateInstance<SOShipmentEntry>(); //PXGraph sourceGr
Hi Team,We have modified the Postal Code field using CacheAttached to make it a selector, and it is working fine in Classic UI.However, in Modern UI it is still behaving like a normal text field.In the TS file, I added:@controlConfig({ allowEdit: true })PostalCode: PXFieldState<PXFieldOptions.CommitChanges>;But the selector is not getting applied.Could someone help how to convert Modern UI to support selector fields?Classic UI Thanks In advance!
Anyone know how I can format date/time field in a GI to hide seconds? (e.g. 11:42 AM instead of 11:42:06 AM)I tried function shown below in the style column but it doesn’t change anything…
I have two situations: one in a SaaS environment and another in a cloud environment. Using the link mentioned above, it works correctly in the SaaS environment, but it does not work in the cloud environment. Could you please suggest what I can do?
Hi, we are trying to automate the calculation and processing of AR Overdue charges. I have setup the Automation schedule and the last two months, it did not create any Invoices.So in looking at the Scheduler, it does not give the action to calculate first. So Process all does not process any documents. Please advise.
Hello Acumatica Community,I'm reaching out to connect with finance professionals who are heavily involved in the month-end close process. Our team is working on enhancing this critical workflow with improved automation and AI capabilities, and we'd love to hear from you!We're particularly interested in speaking with:Controllers and accounting managers who oversee month-end close Team members who execute month-end tasks regularly Anyone who has developed checklists or workflows for month-end activitiesIf you're willing to participate in a brief discovery call, we'd like to discuss:Do you have a checklist workflow that you use for monthly close? How did you create that checklist and how often does it change? How much time does your month-end close process typically take? What are the most time-consuming or tedious tasks in your process? Which activities are performed inside vs. outside of Acumatica?Your insights will directly influence our development priorities as we work to make the mo
We have a critical need to get the actual dollar amount that the customer has paid to date on a project so that we can display that value on a project summary report. We’ve tried to figure this out but whatever formula or string we need to develop in order to come to the number has proven to be elusive. Anyone have a way to get this paid-to-date number?
I have a client who is attempting to import open POs and open Appointments/Service Orders. Is there a way to create a PO who’s lines are linked to demand (mark for po)from specific appointments? Currently if the appointment demands items be purchased the po will be linked to the appt. Can I do that retroactively? Can I import an appt. which has line items marked for PO, then import a PO with those requested items and link them together?
Has anyone found a solution to getting cost/margins in CRM Sales Quotes? This is such a basic feature for quoting. While some businesses simply quote based on set sales prices, other businesses have salespeople who need to know costs in order to provide quotes/discounts, etc. I am struggling to understand why Acumatica CRM Sales Quotes do not provide any sort of cost/margin calculation/visibility functionality. I have upvoted a few entries I find that appear to be related.
When passing payment information from Shopify to Acumatica via the connector, by default the ‘id’ is pushed to the Payment Ref field on the prepayment record.I need to pass our internal payment ID to the Payment Ref field.As you can see in the transaction example data below, the payment ID 12345678910aa is held in the ‘receipt’ as well as the payment ID. The issue is, only receipt is accessible from the dropdown of data options in Acumatica.I’ve created this mapping using a formula to strip the extra characters from the receipt data: "receipt": { "payment_id": "12345678910aa" },Using this formula:=IsNull( Trim( Replace( Replace( Replace( Replace( [OrderTransaction.Receipt], '{', '' ), '}', '' ), '"payment_id":', '' ), '"',
Hi,I have a requirement print multiple shipments at once. For that I am using Process Shipment Screen; however, when I select multiple shipments and process, the system will provide a preview and I have to view one by one and click on the Print. Is there an option I can print shipments without reviewing one by One.Thanks!
I am trying to figure out how to remove this filter when one of my users goes into Project Budget Forecasting. I no longer see a way to set a screen default filter in the new version unlike in the old version. This filter is set in the sidebar and in the Project Budget Forecast screen.
Hi all,I’m trying to write a generic inquiry to calculate the total purchase $ for an item by warehouse by period. My first thoughts were to go at it using INTran and just check the Tran Type. Is this the correct route or is there a better source? Also, what transaction types do I need to check for in order to ensure i’m aggregating ONLY vendor purchase $?thank you!Joseph
Hi AllHow do I setup wireless thermal label printing from the Mobile App? Will I also need Device Hub? If so, how do I setup Device Hub on the Mobile App.
Until two weeks ago my integration was working. But for the last two weeks (since March 7th, 2026) I can't make it succeed no more.For context:I'm also downloading many other tables. Sometimes we get 5xx but with retries is enough. For many other integrations (other clients) things are working fine.The problem:As I need to download all the Journals, I'm applying this strategy:I define a date range to $filter: 30 days. Within that range, I paginate with $top=1000 + $skip to fetch all the journals in the period. Then I choose the previous period and repeat (moving backwards until there are no previous journals).I could retrieve a couple of pages, then I started getting timeouts from my side after waiting 10 minutes for a request to finish. Even retrying 5 times. No success. Example request:HTTP Request: GET my.acumatica.com/entity/Default/24.200.001/JournalTransaction?%24filter=LastModifiedDateTime+ge+datetimeoffset%272026-02-15T15%3A46%3A19.303Z%27+and+LastModifiedDateTime+lt+datetimeof
Hello Team, I am getting error while order creation sending with payment details via api.Request- Description:While creating a Sales Order with payment via API, the system throws an error during AR Payment creation. The payment is being passed in the payload, including Cash Account and Payment Method, but the system is not recognizing the Cash Account and fails validation.Error Message:Inserting 'AR Payment' record raised at least one error. Please review the errors.CashAccountID: 'Cash Account' cannot be empty.Steps to Reproduce: Create a Sales Order via API. Include Payment details in the request (PaymentMethod = CASH, CashAccount = 10250). Submit the request.
Hi Acumatica Community,In Acumatica, when we create a Sales Orders with a customer exceeds in their credit limit. There’s a warning sign.Once we remove hold, the status will become Credit HoldWith this Set up (Customer Profile and Order Types) Our requirement is to restrict the saving of Sales Orders when the Customer is already exceeding in credit limit.Is that possible?Thank you!
Hi,Has anyone created a custom ACH-type export scenario for an international bank payment file?We have received a client requirement for a new ACH-type custom export scenario for BNZ bank's international payment file.I've attached the bank payment file guide for your reference. If anyone has experience or has created a similar custom export scenario, please let me know.Thanks
Hi All,When providing service, technicians must answer a set of questions regarding the equipment's condition or the service provided.Once completed, the answers will be sent to the customer as a reportI have seen some posts about the Acumatica Survey. However, this feature has been built like a form, that will be sent out to collect feedback and it doesn't work for people using Field Service.So I question how the other companies are using the Field Service Feature facing this issue.Are there any solutions for the Field Service Survey? because this is not a special business process.Best regards,Yên Chi
Hello everyone,We recently upgraded to 2025 R2 and one of our Import Scenarios is now throwing errors. Here is the main one: The Import Scenario is Deleting the Salesperson from each location in preparation for adding the new person in a second scenario.I went to the Customer and every aspect is filled out correctly. Nothing in the error message is empty for the Customer. Do we need to add all of those fields now to each Import Scenario??? I have attached the file to this post.
We plan on using the Time and Material billing rule in the near future for our Cost+ projects. We already set up everything (billing rule, rate tables, etc.). After doing some testing, I find it takes a lot of time to create a pro forma invoice.My question is : Do you have any tips to make it more efficient, since we expect a very high volume of transactions? (+/- 500 cost transactions per pro forma invoice)In the “Time and material” tab of the pro forma, is there any way to select multiple lines at once? (either to delete them or to change their statut to “write-off”?) I notice that we can “Export to Excel” the transactions from the “Time and material” tab of the proforma. I was hoping we could extract the datas in Excel and upload it back after making some changes (for example, update the status or unit price). My conclusion is that there’s not much data we can upload from the Excel, which would be very helpful. Related to #2, when we extract the transactions to change some data
We are trying to import the PI inventory counts from excel and receiving an error. Steps takenExport the list with the Excel button. Enter the Physical Quantities in the the column for Physical Quantities in the excel. Save excel and click upload. There is only the one column to update. Expected this to be “easy”Dont know how to find the Trace in the error message to try to identify the error.
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.