Introducing Acumatica Cloud ERP: 2026R1
Reports, GIs, Dashboards, Pivots
Recently active
I’m looking for an example of GI that provides a global summary of project profitability (by project) where each column would include balances by account group type (i.e. Income, Expenses), for any given period, and filtered by Project Template. Each row should contain balances by project/task with columns for Income, Expenses and net. The challenges I’m encountering includes:Finding the appropriate table to provide an appropriate financial period selector for the query parameter. Establishing a parameter selector for Project Template that does not generate an “cannot convert <Project Template Name> to integer value”. Any guidance (or even better, XML files) are appreciated.
I have developed a custom report which takes shipment number as parameter. when the report is run manually it works as expected. I need to load this report via an action in shipment screen. to do that I added an action as bellow. when click on that action button it opens a new tab and give the null reference error. I tried changing the configurations f the parameter in the report, but nothings work yet. I have attached the report also with this.Following is the Action
I am trying to create a generic inquiry that returns the following fields:Orginating BranchTransaction in Originating Branch:Destination Branch, From Account To Account, Offset Account, Offset SubaccountTransaction in Destination Branch:Destination Branch, From Account To Account, Offset Account, Offset Subaccount I have the tables I need I am just not able to link them the right way. BranchAcctMapFromBranchAcctMapTo Has any one created an inquiry similar to this?ThanksColeen
Hello Acumatica community!We are rather new with Acumatica but have been receiving some complaints from users when entering Sales Orders in the system because the codes entered don’t match with the selection the system does, especially comparing with the previous system.When entering inventory items in the Sales Order screen (SO301000) using the inventory ID code the search return a result from the description found in the middle of the string instead of the first few characters, so the user ends up selecting the wrong code. The user was expecting to have the same results as he entered. Below, when searching for ef1 the first expected option would be “EF1 - EF1” and not “DXPT1-EF1”, thus rendering the problem.We found out that by changing the “Search Condition” in the site preferences, the behavior of the field is the one we would like. However, this affects the whole system, we would like that to affect only one screen or GI.I was able to find a topic from 2 years ago with the same pr
We have created a custom view which has been published to our database for use as a table on reporting. I have linked it in reoprt SO644000 (Pick List) but it is not working properly. We will call this view ViewX. The goal is to pull the COO column value into the Pick List report (SO644000). This view is linked to SOShipLine.InventoryID using field ViewX.InventoryID. When I run the report, it appears to only pull in the COO value for the first line item in the report detail section. Based on the ViewX data…Row 1 for item 1219870 correctly shows the COO value of TW.Row 2 for item 7X0818 does not pull in the COO value of CA...it instead repeats TW (which is incorrect for line #2). Is this a grouping, sorting, or other issue in the report schema? I’m new to Acumatica and I have not been able to find anything pointing to a possible solution.
We are running the “Historical Inventory Valuation By Item and WHS” report and I have been asked to insert a “Locations” column, but keep getting the below error:Is there someone who could explain to me why I get this?
Hi! I am trying to create a generic inquiry that would show the changes of a specific field, where on the GI a column shows what it was before, and what it is after the change.This field is enabled for audits. I checked both AuditHistory and AUAuditValues DAC, both data source contains information like change date or what field was modified, but it does not actually show the old and new value of the field.Are the changes in audit history reportable? If so, what DAC should I be looking at that would show the actual value changed?Thanks!
We were trying to do calculations on orders created each day but the date/time field constrains us. Parsing out the month/day/year into a new field should have worked, however we are noticing some unusual discrepancies. It appears anything after 7pm EST is rolling to the next day unprompted. SOOrder.CreateDateTime = 2/12/2025 7:32 PM=cdate(Concat(CStr(Month([SOOrder.CreatedDateTime])),'/',CStr(Day([SOOrder.CreatedDateTime])),'/',CStr(Year([SOOrder.CreatedDateTime])))) = 2/13/2025=Day([SOOrder.CreatedDateTime]) = 13 SOOrder.CreateDate = 2/12/2025 5:32 PM=cdate(Concat(CStr(Month([SOOrder.CreatedDateTime])),'/',CStr(Day([SOOrder.CreatedDateTime])),'/',CStr(Year([SOOrder.CreatedDateTime])))) = 2/12/2025=Day([SOOrder.CreatedDateTime]) = 12
After i save i run in to this message
Hi, We've created a custom generic inquiry for our client, but it's returning duplicate results from the EPTimecarditem table. When I group the inquiry by PMTran.NoteID, it correctly displays a single line from the EPTimecarditem table. However, the Road Name/Skid No field displays the same value across all lines, even though the timecard entry has different values for each line under this field.I've attached the generic inquiry for your reference. Any assistance with this issue would be greatly appreciated. Thanks
Hi! Sometimes in a report when I try to preview it, I’ll just get a blank data or a blank page, and other reports I’ll get data. Sometimes when I make a new report, my sub reports will show up, and sometimes they wont. The only consistent thing is that expressions mess up, but text still displayshelp!
Hello,We have a custom PO form that was printing properly. After an upgrade to 24R2, is prints smaller and does not use the entire page. There are other reports doing this, I’m just using the PO as an example. I opened and saved to server using the new 24R2 report designer without making any changes, but that made no difference.Wondering if anyone else has experienced this.Thanks,Larry
its duplicating the ordernbrso how can i join the SOOrder and SOline, and make it pull from both side
Unable to open the report designer for a only for specific URL. I’m trying to do this in a upgrade sandbox and facing this issue. Even I have reportdesigner access in the access rights.
I successfully created a data provider for an external SQL database and can retrieve data using an import scenario. However, I’m struggling to build a Generic Inquiry (GI) that combines data from both the external database and Acumatica tables.My goal is to create a GI that pulls accounts on hold from our external production management system and compares them to the same account numbers in Acumatica. This would help our accounting team identify which accounts need to be placed on hold in Acumatica—an initial step toward future automation.Given that import scenarios can access external data, I would expect this to be a straightforward task. Any guidance on how to achieve this would be greatly appreciated.Thanks in advance!
Hi! I have an attribute that is using the EPEmployee Owner ID field. The schema field does not have an option to select owner description. This attribute is being used in business account, when selecting on the business account record, the owner name displays, example is Device Hub here: But in the generic inquiry, the attribute field is only pulling the ownerID number and not the name: Is there a way to link the employee owner ID to the owner name so the GI display the actual name not numbers?Thanks!
Hey,I have a inventory balance GI. I’ve introduced some batch tracking to specific products, I’d like these to display on GI in the same way they do on an Inventory Balance report.Im close, but i cannot seem to get the Grouping/Conditions right to link the qty to the correct batch number. I just get duplicates indicating i have the total amount over two batch numbers.My GIIf anyone could assist or walk me through howto, i would appreciate that alot.
I want to create Generic Inquiry for Vendor Name, Account Name and ReportID
Hi community,I need some help with a formatting issue. In a Sales Order report, I am using a subreport to fetch VAT and SVAT values, and the values are being retrieved correctly. However, there is a formatting issue. The numbers are displayed like 1669.18, but I want them to be formatted with thousand separators, like 1,669.18. I tried using ‘#,##0.00’ and ‘SOLine.OrderQty.Format’ to change the value format, but it didn’t work. Does anyone have a solution to fix this.
Hi Everyone,I am currently making modifications to the lot/serial number report to display project IDs and tasks. However, I cannot seem to find the correct table to relate to INLotSerialStatusByCostLayerType in order to display the project data. I have tried using INTran and INCostCenter, but I keep encountering duplicates. Can anyone provide guidance on how to correctly relate these tables?
I need to dynamically break the page in a report based on transaction volume. The default printing height is 20 cm. When the transaction volume exceeds 20 cm, the report should break after the end of all transactions. Similarly, if the transaction volume is below 20 cm, the report should break after the end of the last transaction before reaching 20 cm.How is this possible?
We have a Call Sales Report in Report Designer that shows all of the notes/comments a sales rep has entered based on a date range. When the report is put into production and brought up as an axd the full report does not show. Clicking on the HTML also reveals that a major portion of the report is missing as the report should be several pages long, but only one page shows up. Even exporting the report as a PDF has missing parts of the report. In the Report Designer → Common Settings, PdfCompressed = TRUE, PDFFontEmbedded = TRUE, PrintAllPages = TRUE, ViewPDF = TRUE. I’ve tried using the ConvertHtmlToText = False, that cut off the headers (headers have the account number and business name for each visit) for each days entrys. CanGrow = True, CanShrink = True, CanSplit=True. Any suggestions as to how this can be fixed will be appreciated.
anytime i join and validate this statement it good.but when i save and try to people the sales order tab this show upi am trying to put the statement on the statuse column to get different colors.i need help?
When creating a sales order, if I click the magnifying glass next to the customer search box, is there a way to add a searchable field in that pop up window? We would like to be able to search by Primary Contact Name in that pop-up box.
Is there any documentation coming out of Acumatica Summit 2025 on the upcoming GIQL Editor? I have a few notes that are all very intriguing and I’m looking for information even in Beta. From my notes I have, “If you have an SQL background you will love it. “ We’ll see helpers, auto-complete, and tools be integrated into the GI forms. Thank you!
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.