Introducing Acumatica Cloud ERP: 2026R1
Get inspired and gain all the knowledge you need
Recently active
I have introduced a new custom AR Document Type.I am encountering an issue during the release process within the ARReleaseProcess graph. Specifically, the standard method CreateSelfApplicationForDocument fails when trying to insert an ARAdjust record for my custom document type.Here is the standard code logic where the error occurs:public virtual ARAdjust CreateSelfApplicationForDocument(ARRegister doc){ ARAdjust aRAdjust = new ARAdjust(); aRAdjust.AdjgDocType = doc.DocType; // My Custom DocType aRAdjust.AdjgRefNbr = doc.RefNbr; aRAdjust.AdjdDocType = doc.DocType; // My Custom DocType aRAdjust.AdjdRefNbr = doc.RefNbr; // Error occurs validating this // ... setting other fields ... aRAdjust.Released = false; // The error happens on this line: return (ARAdjust)ARAdjust_AdjgDocType_RefNbr_CustomerID.Cache.Insert(aRAdjust);} The Issue: When Cache.Insert(aRAdjust) is called, I get a PXSetPropertyException stating that the AdjdRefNbr cannot be found.It seems
I am working with a dev team and they are connecting a website to Acumatica. We are trying to get to the Related Items data on a Stock Items.I created a new endpoint named RelatedItems. I have created other endpoints this way and they have worked, but the dev team is reporting this one is not working. What is different about this one? Testing this in Postman generates an error. I also had the dev team try the web service on the screenI created a new endpoint named RelatedItems. I have created other endpoints this way and they have worked, but the dev team is reporting this one is not working. What is different about this one?Web Service for RelatedItems Fields that are available for RelatedItems The web service attached to the Related Items screen also generates an error when called.This is from the Web Services Link on the Acumatica Related Items screen
for most of the dashboards I can not click create user copy. Where do I found that and active it for select users?
Can someone provide instructions for entering Taxable Fringe Benefits? I need to enter personal use of a company vehicle for our owners for 2023.
I am trying to create a simple api handler as part of a customization using System.Collections.Generic;using System.IO;using System.Web;using Newtonsoft.Json;namespace SampleAPI{ public class SampleApiHandler : IHttpHandler { public bool IsReusable => false; public void ProcessRequest(HttpContext context) { context.Response.ContentType = "application/json"; context.Response.Write("{\"status\":\"ok\"}"); } }}I published the customization and changed web.config <add name="SampleAPI" path="api/sampleApi" verb="POST" type="SampleAPI.SampleAPIHandler" resourceType="Unspecified" preCondition="integratedMode" /> But I am not able to call it, it times out, am I doing anything wrong?
What is the process if items were purchased on a PO and that PO was linked to the wrong Job or Service Order? So essentially I have something on J123 and I need to move it to J456. Right now all we have been able to figure out to do is create a fake return and credit memo to clear the wrongly assigned PO, manually close out that PO, and then recreate a new PO through the correct Job or Service Order. But this is creating messy accounting records. Is there a better way?
Today i met an interesting case. When i assign into “Task ID” new value for display “Номер Замовлення” for example. And “PROJECT TASK” into “Замовлення”. Mobile brokes.Here language isn`t matter. If i write English words i get same result as i describe below.SM200540 You can place here value on your own.In old UI we have same WSDL sceme fieldName. Like on screen below Turned off MUIBut in modern UI fieldName Differs Turned on MUIas a result mobile markup brokes up and TASK ID disappears. So imagine if we have 2 languages, selector will be displayed only in 1?Please share your experience. How we can handle this localized names.
Hi everyone,I’m experiencing an issue while exposing a custom Generic Inquiry (GI) to the Acumatica mobile app.Here’s what I’ve done: I created a new GI based on the AMOrderType DAC and added two fields, including the key field Order Type and same Navigation. There is also a system GI (AM-OrderType) based on the same DAC, which includes all fields in its results grid. Both GIs work perfectly in the web UI. I tried both enabling and disabling the “Expose to Mobile Application” for both GIs and added them as new screens in a custom mobile project, mapping two fields for each (using WSDL → Result Container → Field Names). I also updated the Site Map with their respective screen IDs. After publishing, both screens appear under the “Other” tab in the Acumatica mobile app.However: The system GI displays data correctly. The custom GI shows the error: “Object reference not set to an instance of an object.” Additional details: Both custom and system GIs work fine when exposed in a
Hi, Can anyone help me, I have created custom field in Stock Item - IN202500 and retrieve data from from Attribute - CS205000. but, not showing data. bellow screen capture in stock item screen and my DAC
Hey, gang - One of my customers is looking to establish thresholds for Customer Statements. In their words, “Some months we would like to run statements for accounts having over $500 balance and others a $0 balance.”On the Print Statements (AR503500) screen, I simply added a filter and applied it to the Statement Balance field. Has anyone else in the community managed thresholds like these for customer statements? If so, what things did you do to accommodate this?
Hey, team - wanted to know if there’s anything I’m overlooking here. I’ve inherited a client (1-year post-go-live) that needs to transfer materials purchased to projects back into free stock from time to time. For what it’s worth, I would have configured their locations differently, but we may be too far down the road to try and reconfigure at this point.For obvious reasons, when selecting the material from Project stock with NO project or project task selected, the Location selector does not accurately recognize the Qty. On Hand (you’ll see why below.)Then, when we put Project and Task information in the line, we can see the correct location and Qty. On Hand. When we select this location, the Project and Project Task fields reset, which is inconvenient if there are many items that need transferred. Is there any way around this? Preferably as a configuration, but I’m not against a low/no-code solution as well. As I’ve said above, we may be past the point where I would set up Proj
Hi @all,Is it possible to Reprint check which is in closed status?
When I publish modernui files, in the typescript it goes to “src/screens/customScreen/customScreen/customScreen” but that screen doesn’t exist in the file locations for standard Acumatica screens, so I end up with an error ‘Cannot find module 'src/screens/customScreen/customScreen/customScreen' or its corresponding type declarations.’ Where should I point my typescript to?
Hi everyone,Does anyone here encountered their automation schedule suddenly stopped processing after a few days? We have the following configured to automate recognition of deferred taxes. It is running but nothing is processed. Any advise? Tried replicating this same configuration on my local instance but gives the same result. Thanks,
client want to show live stream in custom screen
I generated periods for 2026. When I try to open them on Manage Financial Periods, 2026 is unavailable for selection. I’m in the Sales Demo environment, but I don’t think that should make a difference. Thoughts?
Hi, I need some help with a report.We have a weekly report that is scheduled to be sent every week. We received it correctly throughout the month, but this week the report was generated with a Non-Production watermark.When I send the report manually, there is no watermark.Could you please advise what might cause the watermark to appear only in some cases?
Good afternoon, I’m looking to see if anyone has had any experience with setting up an integration with Alteryx, and if there were any unexpected hurdles or tips needed to make them work. We’re currently looking at just establishing a generic ODBC connection to capture data, which should be pretty straight forward.
Can anyone explain me the stepwise procedure to reprint the AP checks?Already went thru the below post:https://community.acumatica.com/financials%2D7/payable%2Dcheck%2Dre%2Dprint%2Dfunctionality%2D7430 Thanks in advance.
Hi there,I need to convert the total SO Line value into words (letter format). I have reviewed the links below and noticed that this does not appear to be a straightforward process and may require customization. I would like to double-check with you whether there is any standard or built-in way to achieve this in the latest releases, without requiring customization.Thank you in advance for your guidance.https://community.acumatica.com/develop-customizations-288/how-to-convert-amount-into-word-when-the-amount-is-more-than-ten-thousand-15933?tid=15933&fid=288https://blog.acumatica.com.sg/2017/09/amount-to-words-conversion-at-acumatica.htmlhttps://stackoverflow.com/questions/38320680/how-to-do-word-representation-of-amount-field-in-acumatica-invoice-report-ar-64https://community.acumatica.com/reports-and-generic-inquires-115/convert-amount-to-words-in-report-designer-26713?tid=26713&fid=115
Will a Shopify refund Void the Payment on the same day? Currently, the sales order is canceled, but the payment is not voided. Will the system automatically void the payment once the order is canceled in Shopify, or are there any specific steps that need to be followed?
Weekly, Thursday payroll has 53 pay periods in 2025.Thursday 1/1/2026 will be paid on Wed 12/31/2025 due to calendar exceptions/holidays.This results in an extra pay period in 2025.Employees with “Annual” unit of pay compensation receive a smaller check each pay period due to 53 periods. A simple example - $52,000 annual salary normally results in $1,000 gross per period. With the 53rd period, $52,000 annual salary results in $981.13 gross per period.Is this expected behavior? I thought Acumatica would use the Employees Working Weeks per Year for this calculation, not the number of pay periods. I guess both methods are reasonable.I found the following work-arounds for salary employees:Change salary rates and employee type to Hourly - defeats the purpose of Salary type Enter a manual salary rate every pay period - also defeats the purpose of Salary typeAre these the only/best options?Perhaps I’m missing something.
I want to add a few fields to the Contacts screen on the Mobile App. I’ve successfully got 3 of them to show, but the City field won’t.I modified the CR3020PL GI to enable the Address1 field to be visible. I added the City field as well. When you view the GI, the fields are visible.I blacked out the email, address and phone number. This is my code to update the CR3020PLupdate screen CR3020PL { update container "Result"{ fieldsToShow = 6 containerActionsToExpand = 1 add field "City" add field "AddressLine1" add field "Phone1" add field "Email" remove field "JobTitle" remove field "Status" }}If I remove AddressLine1, it goes away, so I do believe my updates are working.I set the fieldsToShow to 10 and it still only shows per the screenshot.In the GI, you can see the fields are in the Results Grid. I had to enable AddressLine1 to make it visible on the Mobile app. Hopefully I am missing something simple.
Hi Everyone,I’m working on a customization where I need to add an action to the Sales Order line that behaves similar to the standard Add Related Item function. I already have a custom popup and a DAC that stores line-level kit component details. Now I want to extend this by adding the “Add Related Item” functionality inside my custom action.I’m looking for guidance on the correct approach: How can I call or reuse the existing “Add Related Item” logic from my custom action? Is there a way to trigger the same popup and selection logic that Acumatica uses in the standard action? If the standard behavior cannot be reused directly, what is the recommended pattern to rebuild this functionality for a custom grid action. Any examples or references of extending or overriding the Add Related Item action would be helpful. Screenshot to refer : This is my action in grid & I copy same field in action with same attribute but its not working.Thanks in advance for any suggestions or example
Meet Nick Cerri our Acumatica Community Featured Member for December 2025. It’s great to have you as part of the Acumatica Community @nickcerri32.I'm Nick. I'm a Senior Solutions Consultant for C&A Technology since November 2024, where I have the pleasure of guiding customers through their implementation journey making sure that they get the most out of their system. We're an up-and-coming player in the Acumatica space focused on getting our clients into the Acumatica ecosystem quickly and effectively. I strive to give my clients the best bang for their proverbial buck. Before C&A, I was a part of SWK's Development team where I handled customization spec-writing and testing. I got hooked on Acumatica back in early 2022 when, as an end user for a construction company, I was tapped as the SME for the implementation. I was able to use my prior work experience in Engineering, Construction, Project Management, and IT to get 150 users live in 6 months. When I'm not solving
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.