Introducing Acumatica Cloud ERP: 2026R1
Get inspired and gain all the knowledge you need
Recently active
hello all,I was wondering if its possible without customization to fetch the Sales A/c from the Employee record instead of hard coding it to replace (Account origin)?
Paylocity offers customized reports that can be created and exported. Those reports can then be used in a import scenario to upload into Acumatica the needed payroll information.Looking to automate the process more, has anyone had success in API connection or using other systems like Celigo to get what is needed for payroll processing?
I’m trying to group in a GI by Lot/Serial Number for Stock Items, however, there are a few items without a serial number, and these are all being grouped together, despite being different lines (this is not a issue on Inventory Valuation for some reason.) Is there some way to do a conditional grouping? I tried =iif([InCostStatus.LotSerialNbr] <> ' ', [InCostStatus.LotSerialNbr], null) but the grouping happens even if the field is blank. Is there some way to do this?
Im facing a issue with community login with my laptop after logged out. Is there any issue with the login. After entering the user id and password system still refreshing to same login page.
Hi, I am using Acumatica 25R1enabled with SSO, so SharePoint user can able to login in Acumatica by click on ‘Active directory‘ on login screen and put their SSO credential. I am trying from my Acumatica Instance to call Graph API to get data from SharePoint of login user but not find any way to do.In the this code I can get the loin user name, but I am not able to get the access token of graph API to get data, please check this code and help me what I am missing var httpContext = HttpContext.Current;if(httpContext != null && httpContext.User.Identity.IsAuthenticated) {ClaimsPrincipal user = httpContext.User as ClaimsPrincipal;var accessTokenClaim = user?.FindFirst("access_token"); // Ensure this claim exists if(accessTokenClaim != null) { return accessTokenClaim.Value; // Return the access token if it exists }} Regards,Abhishek
Hi! For items with fifo costing, is there a way to see what the actual margin would be on a sales order? The margins on sales orders screen use average costing so it's not helpful for my client. Also, I'm looking at Inventory Summary report and same thing it provides the average. Does anyone know where to find the current fifo cost before the items have been issued/shipped?
Hi people,we are looking for a condition that works for both sites, main site and portal. This condition would restrict the access on portal by the user linked to the PMProject when it is a guest account.Something like this: I couldn’t find why it does not work for both.I can only make it work for one at each time. Thanks
HiIs there a way to change the login page of an Acumatica system please? I did navigate to Customization Project , created a project and then went to Customization Project Editor and selected Files, however I do not have the option to upload my own image onto the system and I think it is because the system isn't locally stored on my machine. How do I go about this?
Hello, we previously were using ItemCustSalesHist table to run some reports. This table is very useful. It has the sum up data with Item and Customers by each period. So we don’t have to count from the ARTran to reduce perfermance issue. I don’t understand why this table is obsolete in 2024R2 or even earlier version .Is there a replacement for it? I Know there is a ItemSalesHist table, but we need to group or exclude some customers. So I need some data form like customer ,item ,sales qty (already counted) , period, something like this. Can anyone help?
I was discussing activities with a coworker and he mentioned that users should be able to enter TIME SPENT on an activity or task -- I see the fields on the form – but I could not figure out initially how to “update” or edit those fields. In the Tasks – it did not allow for it – can you confirm that the type of activity has to be a WORK ACTIVITY to allow for the time entry?
I’m having trouble importing a group of new customers to Acumatica. I’ve created a Data Provider for my Excel document with my customer info in it. I’ve created an Import Scenario to import the data. When I go to run the Import by Scenario (testing out running just the first 2 records) I get the error “2 items have not been processed successfully. View name: BAccount.”I’m at my wits end here and I’m sure there’s just something small I haven’t checked. Can someone help me? Here’s a screenshot of my error:I’m also attaching an .XML copy of my Import Scenario.
Hello!I am trying to calculate Total Revenue and COGS in a Generic Inquiry. The goal is to match the values by financial period to the values on the P&L in financial reports. I looked at the source data for the P&L and saw that it’s summing the balance between 5000 and 5070 for COGS. My formula in the GI is: =IIf([Account.AccountCD] >= '5000' AND [Account.AccountCD] <= '5070', [GLHistory.CuryFinYtdBalance], 0). I am summing this field and grouping by financial period. I wasn’t getting the same Ending Balance Total (COGS) on my GI and P&L and found that it’s because my GI is missing two accounts: 5037 and 5060. Can anyone help me understand why the generic inquiry is not pulling all of the accounts between 5000 and 5070? I don’t have any conditions set that is preventing them from showing. Is it something in my formula? This issue happens to other financial periods too. The GI does not have 5037 and 5060P&L has 5037 and 5060I was able to use the below post to get s
I’m looking to access related items on stock items, however, I don’t see the option on the Stock Item. Is there some way to access this, or is this no longer an option in the 2024.1 version?
Maybe I am missing something simple but is there any way to create a Vendor Invoice for the shipping cost from a SO Shipment? From 1 carrier we are invoiced for every shipment individually and would like to link the Shipment Vendor Invoice to be able to use it in the profitability calculation of the Sales Order.Most of our sales orders are either created with a flat rate shipping or free to our customer, we do not need to add the shipping cost to the Sales Order only create a Vendor Invoice for us to pay off of.
I want to use a selector in my grid that provides me with only with Customers , Vendors , Business Accounts , Contacts similar to Relations Tab in Business Account the problem is the EntityIDSelector which takes type of DAC like PX.objects.CR.BAccount , PX.objects.CR.Contact, PX.objects , PX.Objects.AR.Customer , PX.Objects.AP.Vendor i have noticed that when i start by selecting Business Account in the first place the selector works without changing the table fileds name in the selector view but if i start with a different type ex:Customer,vendor i get this Error “undefined: Cannot read properties of undefined (reading 'getAttribute')”Note: i have commit changes for the feilds
Customer uses their own trucks to deliver large shipments of construction materials to a job site. They are seeking a solution to collect a signature on BOL at the delivery, print and write back to the ACM shipment.Any thought of suggestions for a solution ?
We’ve been setting up MFA with the “required for unknown devices” with native Acumatica accounts.Does anyone have technical details of the logic of how an MFA would be triggered? I’m unable to find any detailed information on how this works. I would guess that logging into Acumatica on a new device would prompt for an MFA approval? What other scenarios would trigger an MFA authentication? I have yet to see an MFA request since the original setup.
Hello all,I am not able to figure out the expression to insert in report desginer to display the company’s logo in report.
In an import scenario, is it possible to add a condition on an action row, specially the <Line Number> action?Use case:In an import scenario for sales order, the data provide has a single row per sales order. Based on a value in one of the columns, sometimes we need to create 1 line item and sometimes 2 line items.The idea would be to add a condition on the second <Line Number>, something like =iif([MyVal]=1, -1,null), where the -1 adds a row, and if the condition is not met the null will ensure no rows are added.So far, I have not been successful adding any formulas in there. Not even a single Cint() formula without conditions.
The title says it all.I want to show a button only if Modern UI is being used.
Need help building a GI which shows all items sold in a period of time to include the total amount of sales and need to be able to filter by Tax Category so I can items that are in our NOTTAXABLE Category. This wouldn’t just include Sales Orders as many of our NOTTAXABLE Items are labor. Would need to include Service Orders as well.
I noticed there is different in the two environment and on their website I am only able to download 25.101.0153 and not the 25.101.0153.1 version which is causing issue in one of our customization.Anyone has any update about it? Our production/live environment Our Testing environment
It seems that the run time for labor and machine cannot be less than whole minute intervals. The BOM preference options do not appear to have an option to capture seconds. It feels like this cannot be right so what am I missing? Note: I saw a post on this from 2 years ago but there do not seem to be any changes to the options.
Is there a way to move just the signature from the original appointment over to the edited version one once we have made our updates/changes to it?
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.