Introducing Acumatica Cloud ERP: 2026R1
Reports, GIs, Dashboards, Pivots
Recently active
hi, we have multiple invoice forms and on a certain one i would like to add a - A after the invoice Number.example: reference number: 123 - Ado you know what the expression/value would be to do this? sorry if my wording is not correct as im new to this.also, what programming language does the report designer use?
I am attempting to send any ecommerce Orders an email through Acumatica instead of our ecommerce platform (BigCommerce) to be able to use some fields that are unavailable through BigCommerce. I believe I have everything set up but have run into two hurtles.If an SOOrder has multiple line items the email is only showing the first line. I need it to show every line, whether its 1 or 20. Even if I replicate the ((Transactions.InventoryID)) it will only show the first line item of the order. I am unable to pull SOOrder Notes to use that in my email template (This is where BigCommerce imports Customer Order Notes to). **Note: I tried using the Report Designer and embeding the report as HTML into the email but none of the fields populated from the report when using this method. The report works just fine if I attach as a PDF, but this is not the solution I’m looking for.Thank you for your help!
Hi,I have a question about GI result sorting. There is a system default GI AR-CustomerSummary, Screen ID AR0008DB, attached screen shot for the detailed GI setting. Currently the AR is grouped by customer account, and i would like the result to sort by “Balance” descending. The result seems to not showing the sorting as i expected, please take a look and let me know which part is doing wrongly. Thank you.
I am new to Acumatica. I am trying to use Active Directory user to refresh the excel file generated by a Generic Inquiry. The authentication fails. It only woks with a local user. Has anyone had this issue and is there a solution for this?Thank you.
Dear ALL,I created Generic Inquiry using “Customer Listing” table. But when I pressed “VIEW INQUIRY” to see the result it gave error “Invalid object name 'CustomerBalanceSummary'.”I am aware that ‘CustomerBalanceSummary’ (DAC) is a Non existent DB table in Acumatica. Can anyone let me know which DAC shall i use to show the “Balance” field of Customer Screen in GI.My Acumatica Version is : 22R1 [22.108.0024] Please follow the below screenshot for reference. Thanks a ton in Advance This is the field I want to show in my GI But ‘CustomerBalanceSummary’ is a NonExistent DAC in DB I am creating join like this This is the error I am facing
Is it possible to make a GI (or ideally, a dashboard tile based on that GI) sensitive to the value in UserPreferences.DefBranchID?(I reckon that if there is no value in UserPreferences.DefBranchID, this requirement, ideally, would be ignored)I have tried to edit the filter on the dashboard gadget but the 'Value1' field doesn't allow me to pass through a dynamic field such as UserPreferences.DefBranchID - it only allows me to hard-code a certain value.Perhaps there is another way to go about this.Or perhaps this related Community Idea is as far as we can get. It would just be handy if we could retrieve the value for the User’s default branch and show them the data for that branch.
I’m afraid this is a bug, but I’m wondering if anyone else has encountered this problem. I have a Generic Inquiry created for Cases. There’s nothing especially unusual about this GI. The Case ID column is mapped to a navigation parameter which opens the Case screen. As my own user, the GI works fine. As several other users, the GI also works fine. As one or two particular users, the GI navigation does not work. Clicking any Case link opens the first Case in the list. Of course, the first thing you’d think of is to eliminate the variables. So using my computer with my Edge browser, I open an incognito tab and using the ‘Sign in as user’ feature, I sign into these user’s accounts. Exactly the same results. Some users it works for, some it doesn’t. How is this possible?
I was reviewing the release notes and looking to see if anyone knows if with the new feature of the side panels on the forms such as the Sales Order and Stock Items, can those be edited? I know you can edit from the generic inquires but is there a place to add/edit on the forms? Has anyone come across this yet?
I am looking to join the ApproverEmployee DAC with my custom GI so I can see the required Assignee ID for the expense receipt. I have figured out that the ApprovedEmployee DAC is hidden but I don’t have any other ideas how to gather that data and associate it with the receipt. I have the screenshots below of the field I am looking for along with the tables & relationships for my custom GI.
Hi all, please advise steps or show article explaining how to add a column in Report Definitions showing percentage of a line compared to the total of its group. Ex: percentage of materials compared to direct expense total.
Hi All,Even though it wasn’t covered in all the Release presentations, Acumatica upgraded the Report designer so you can create GS1 2-dimensional Barcodes presumably. Following their instructions from the Release Notes, I wasn’t able to recreate any working 2-dimensional Barcode. Another question is on the variable values would be dealt with, with the set-up they present here: Has anybody successfully implemented, created a working report that utilizes this new “feature”?Also, did anybody figure out on how this type of Barcode is dealing with variable inputs? I just hit dead-end after dead-end.
I am trying to print labels from a PO Receipt but only when the Inventory Item is in a particular Item Class. My attempts at filtering aren’t working.Example: I want to include only those where the item class contains ASHR, AUTOR, and MINPL.In report designer I have tried various ways in the filters tab - as you can see I have LLIKE and the beginning of one of the item classes. I have tried Like, IN and none work. When I print the report it comes up blank. Does anyone know a way to add a filter to accommodate this requirement?
The client is requesting the creation of a labels with barcodes (picture box) for use with purchasing receipts. One of the barcodes on the label is for the item’s lot/serial number. There are some receipts/items do not have lot/serial numbers, so we need to suppress the barcode (picture box). I have not been able to find a way to suppress the picture box. Has anyone found a workaround for this issue.
Hello,I have a tabular report that I’ve generated. It prints fine if it’s run as a standalone report. It’s to summarize AR Invoice data to assist with invoice reconciliation to the supporting documents. Along the left side I have the employees grouped by the field tickets/LEMs that the data came from (custom solution) and the columns are the inventory/labor items. The issues is when I add my tabular “LEM Summary” report to the AR Invoice, the rows are not grouping/displaying correctly. At the beginning of the subreport I’m getting all my group header/footers, but for the detail sections, I’m just getting the records for employees with the first inventory item instead of all the employees. All the rows do eventually print further down, but the grouping is not correct.Here’s an extract of my “Invoice LEM Summary” when it’s embedded as a subreport in the AR Invoice template. The only parameters for the subreport are the Invoice DocType and RefNbr. All the data in the subreport is
I have a report that is putting page breaks between my groupHeaderSection2 and my detailSection1 and groupFooterSection1. Is there a way in Report Designer to keep the groupHeaterSection1, groupHeaderSection2, detailSection1, and groupFooterSection1 together before there is a page break?
Hi All,I am trying to retrieve kit components from a kit item into acumatica report.I can only print 1 component out of 2. Can someone please help me with printing components of a kit?the code I used was :=IIf([INKitSpecStkDet.CompInventoryID]<>NULL,[INKitSpecStkDet.CompInventoryID],'')
Hello,I have a sub report I am adding to a standard report.What is the font and size used on the standard reports so I can match it and make this look better?I don’t see this specific information on the properties of the fields on the standard reports.Thanks,Larry
Hello,I need to make my subreport have a border so it appears as a box on the main report.It seems pretty straightforward.In the Designer Window, the border shows as expected.However, when I print the report there is no border around the subreport.
I am creating a GI that combines the SOOrder and SOLine tables. When I use the SOOrder.OrderNbr field as a parameter, the magnifying glass to search the Order Numbers does not show any of the sales orders. I am able to type in an Order Number in the parameter and the inquiry works but I would like to have the search functionality work properly. Is there another table that needs to be added into the GI to make the searching work?
Using versions 2021 R2I am creating an AP Register for a custom process. I altered the AP Register to remove unneeded fields. Then added the AP Tran Table so that I can add the account and Subaccount. It is however reporting two lines and the second line contains incorrect account and subaccount. I know it likely has something to do with the join but I cannot figure out what elements I need to use to get this correct. I could not add the .rpx file, so here are some screenshots.
One of our clients wishes to mass create different versions of the same report in Acumatica, and then have those versions saved in pdf format on their local machine. For example, under Bank Rec, they would like the Reconciliation Statement report to be able to generate the last reconciliation statement for each bank account and then have that file saved to a pdf to their workstation. I did some review and I’m not sure if this is possible without some type of customization. The automation schedules seem to be more focused towards posting transactions than creating reports. Any ideas or 3rd parties that anyone knows that could do this?
Is there a way to view profit margin on a per sales order invoice? It seems Acumatica generate 2 distinct transactions upon release. 1) record the AR/sales side of the transaction 2) the Inventory/COGS side of the transaction. Any way to put these two together on 1 report?Thanks,
I want to show headers of a sub report which placed inside detailSection1 of the main report. Any idea about this? Thanks
HI, on a form, I know that fields can be set to have different colors based on a VisibleExpr. I am wondering if each Branch can have its own colors. Ideally, a StylesTemplate by Branch that sets the colors. Or is there a way to use the color that is setup on the Branches Visual Appearance screen? We have a client with 10 companies & 7 branches. It will take a while to change all forms field by field.
I am wondering what the fix might be for this error message I receive when trying to save a new Generic Inquiry. There are many unused numbers available but how do I control the next number for screen id? I have looked through numbering sequences to no avail. Thanks for any help you can provide.
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.