Introducing Acumatica Cloud ERP: 2026R1
Get inspired and gain all the knowledge you need
Recently active
Hello,We currently have Acumatica set up as a single company with multiple branches. We are looking to limit certain employees to a singular branch. I’ve set it so when they log into their account, it is set to their branch but they can change it easily. I’d like to set it so once it is set to their branch, that’s their home. Please help. Brent
Hello mates!I know about struggles with upgrades between major Acumatica versions. Even regular minor updates sometimes bring the pain.So I was thinking, one does spend so much on testing and acceptance, on troubleshooting and fixes, I bet it just never pays off, whoever you are - either a VAR or an ISV. Maybe there is a way to cut it by doing automated tests? Basic or advanced tests that cover most critical business scenarios. It does sound quite simple yet challenging. How do you get through upgrades? Do you have any automated acceptance testing in your company?Maybe there are developers who could do it for a fair dollar?
We are trouble-shooting an error with several customers with the Last Message of ‘404 not found for the record’ The record is present in BigCommerce and is updated with the sync. Just trying to understand what the 404 error is from. Any advise for trouble-shooting this error? We sent this to support and it has been months with no answer or resolve for the errors. (There are several pages too!)
Hello Everyone, We are trying to Extended DAC Fields in the Sales order details grid field classic to Modern UI .SOline DAC has 4 extended fields need to display it in the modern UI Sales order screen. tried with below code, Unable to see fields in Modern UI, below screenshot red marked field need to display it in the modern UI Sales order screen details tab grid. classic UI screen shotModern UI screen shot : fields missedHTML fileTypescript file
I have added a Extended DAC fields to the Sales order Screen And how to convert the Extended DAC fields into the Modern UI .
We would like the ability to expose the Calendar Board to the Mobile App so we can view current staff availability when we have emergency jobs.
Hi EveryoneI have a question about reversing depreciation. While I was able to reverse depreciation following recommendations from these two discussions. https://community.acumatica.com/financials%2D7/reverse%2Dfixed%2Dasset%2Dpurchase%2D8689I did it by creating fixed asset transaction with transaction type “Depreciation+” with a negative transaction amount. I realised that this action does not reverse the “depr. to period” under balance - book. This creates an issue where when we attempted to perform correct depreciation again for the same period (where it was reversed before), this asset does not show up on Calculate Depreciation, as it is considered already depreciated for that month by the system. For example: This asset’s depreciation for 08 to 12-2025 was reversed. but last depreciation period remains unchanged. Anyone with suggestions? (other than manually creating fixed asset transactions - depreciation for this asset every month until it catches up the balance - book - last d
The substitution list screen has a selection for an Acumatica table and field. Does this mean we can use fields from Acumatica tables for the substitution? For example, we are importing data and the customer in the Excel file is the customer external reference, so I’d like to substitute the import value using the AcctReferenceNbr in the Customer DAC with the AcctCD. I have tried a few variations of the below and it doesn’t seem to work.Does the substitution list support this functionality or will we have to manually maintain individual values in the original/substitution value list?Thanks,Kurt
Hello all,Where can I find or how can I calculate the cash at the beginning of the period?Thanks.
I have a client using Pacejet that handles their shipping. They are running into an error with Pacejet because the DHL API is pushing a foreign currency into their system. DHL does not have a currency converter on their end so they are telling our client to set up the Currency Type in Acumatica. Our client is not currently using Multicurrency Accounting. I am wondering if anyone has had to set this up for their clients for Pacejet only and if so what it entailed and if they ran into any issues with it.
Hello, we are trying to accomplish the following in our system:Track material and product scrap/cycle count adjustment by part number, lot, scrap code/reason, cycle count reason. Track defects (production scrap) in sortable fields and down to material or defect code. Entering scrap (and reporting) allows to report by component, sub-assembly or finished product level. Track scrap per stock itemThere are a few methods that we know of, but each has it’s drawbacks from our perspective, summarized below. Does anyone have suggestions for the best approach to overcome the issues noted? There may be some gaps in the procedures outlined as we are new to the system. Method 1: Scrapping Against the Production OrderThese are the general steps as we understand them, please confirm or correct as needed:Scrap action in the BOM must be set to “Write-Off” or “Quarantine” In the Move transaction within the production order (such as op 010 to 020 in our case), you can enter quantity scrapped, reason, and
Hi,I have a custom screen , I need to get the total amount of the header level based on the sum of line amount of the grid level. as per above screenshot, I have taken the multiplication of A and B to the C column. Likewise I have to get the value in C column for each row which were added in the grid, Then I need to pass the sum of C column to the D field in the header level. for that I have added below code snippet in rowinserting event handler but it’s not working, only the C value is calculated. decimal? amount = this.APProformaItems.Select().FirstTableItems.ToList().Select(x => x.Amount * x.ProFormaQty).Sum();// Acuminator disable once PX1048 RowChangesInEventHandlersAllowedForArgsOnly [Justification]item.DetailTotal = amount; decimal? LineAmount = row.ProFormaQty * row.Amount; row.TotalAmount = LineAmount;ApproformaItems = view for the grid Can someone suggest a way to achieve this?Thank you.
In a perfect world where dreams come true, I envision my trial balance screen having arrows at the top where I could just click to advance or go back one period at a time. Does anyone know if something like this is possible?
Is there an option to run the trial balance summary report for the entire year rather than one period?
Hi team,When receiving drop ship items, I cannot add serial#’s.We need to be able to track the serial#’s also for drop ship orders.Thank you!Monika
I am trying to understand the Entities sync settings better. We have Stock, Nonstock, and Template finished products with Export Mapping Active fields established. I noticed on older products mapped to the Website, the Export Map settings are not installed on the products in the BigCommerce. Is this due to the fact it only reads this mapping once when the External ID is assigned and the first sync occurs? I went to the SKU in question in Sync History to manually sync it to see if the fields fill in on BigCommerce, and they did not. I noticed this because some products have the fields filled in on BigCommerce, and others don’t. Yet, the Acumatica file has not been updated. I am guessing that the active export mapping settings were not active during the first sync. Any ideas?
I would like to display the Day of the week in a GI, Either display, Sunday, Monday, Tuesday, etc… or display, 1, 2, 3, Where 1 is equal the first day of the week etc… So for Document Date, I would like to see Document Date Document Day10/6/2023 Monday
Hi, I’m trying to better format a Dashboard Table to show whole dollar rounding for some of our GI’s. I’ve been scouring different DACs and Community posts trying to find a ‘whole dollar’ schema that would provide a right aligned number with comma separators and no decimals. (#,##0).I’m able to use these parameters for Report Design and Pivot Views, but cannot find a schema to use with this format. I’m hoping I’m just way overlooking the solution to this and maybe someone could help me out. I’d really like to avoid creating a Customization to achieve the formatting.
I would like to create a report that includes Inventory ID, Description, Lot Number, Warehouse, Location and Ending Balance ONLY. The system seems to be only pulling transactions which ends up looking like duplicates on the report itself OR the lot number is completely empty. Is this a limitation?I found this previously posted:
My team is wanting to add their Email Signatures to mass emails, but I am stuck on how to add them. So far I have enabled and created an email signature in the user profile, and I’ve also created a notification template the is just “((GeneralInfo.MailSignature))” to go at the bottom of the mass email body, but I am having no luck with it actually showing up. I’m wondering if it has to do with our mass emails only have the “Contact” datafield to pull from?Test Signature in User ProfileEmail Template in Mass Email and it’s preview screen. Datafield Available in Mass Emails
Hi All,We have added date filters and Location Filters to the Inventory Valuation report. Could you please assist us in resolving the data filtering issue specified below.If the date filters and the warehouse, Location filters all are selected, data is filtering properly and prompting expected results in the report. Whereas when only Data filters are selected, without Warehouse/Location, it is prompting incorrect results. (not filtered)We have attached the screenshots for the Relationships and filters tab in reports.Please review the report considering the issue and share your thoughts.Thanks,Swathi A.
The "From Date" and "To Date" fields have been added to the "Process" screen, automatically populating the date range from the current date minus three days. This is working as expected.When we select a specific date range, it resets to the default dates and retrieves data only within the default date range. Below is the screen shots for DAC and Events. Could any one please suggest a solution
In the customer portal checkout page, I have made some of the fields mandatory. However, if I don’t fill them in, I get the below error message, instead of being prevented from submitting the order. And after the error, the sales order gets deleted. Is there a way around this to prevent the user from submitting the form without the cells being filled in.
Hi Everyone,Has anyone worked with MT940 files to import data into the Import Bank Transactions screen in Acumatica?If so, I would really appreciate it if you could share your approach or any insights on how you handled the import process.Thanks in advance for your support!
Hi all,My team has asked for a mod that makes sense… with tasks that have opted to have a reminder, the reminder date defaults to today’s date (@today)… which doesn’t make sense for us. We would like to have the reminder date default to the set end date. Is there an easy way to customize this or low code it? Maybe with modified attribute?
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.