Introducing Acumatica Cloud ERP: 2026R1
Reports, GIs, Dashboards, Pivots
Recently active
In a report I had add a parameter as bellow. Here I need to list only the Vendors which Vendor.VendorClassID = ‘xyz’. But currently it loads all the vendors. How to apply a filtering condition to a parameter
Hello, I can see the Bill To on the Report Layout, and there are visible expressions.First header has: =[FeaturesSet.VendorRelations]<>1 or [POOrder.PayToVendorID] = [POOrder.VendorID]Second header has: =[FeaturesSet.VendorRelations]=1 and [POOrder.PayToVendorID] <> [POOrder.VendorID] I understand the =1 and not =1, but can someone please explain what these mean? And what do I need to do to get the second header to show up with the Bill To? Thank you!
We have a bunch of stock items that are physically stocked in multiple locations between our Warehouse and Factory. Is there a way to create a GI that can show the Inventory ID, a totalized On-Hand qty, and its breakout quantities per the location its stocked in? I tried to use the InventorySummaryEnquiryResult table to pull in the Location IDs but no dice. Anything would help! Thank you!
I’m trying to create a generic inquiry which should display the attribute values of a specific attribute. I left joined the Customers table to the CSAnswers table and added a condition to limit attributes to the specific attribute I’m interested in.However, I’m only getting customers that have a value for that attribute. How can I get a list of all customers including ones that don’t have any value for that attribute?
Is it possible to consolidate different companies in one statement report of receivables?The customer has multiple accounts but specifically wants to include just a few in the report, how is this possible
Hi, I need guidance in modifying the GI for Checks and Payments to include the remit to address information and invoice number that was paid on the check. Does anyone have a sample GI they can share or provide guidance on what table relations and data fields link to use to get this information. Thank you,Frances
Hey, team - I’m looking to create a IN Transfer in response to the creation of an IN Issue. When the issue is created, a warning displays stating that the quantity on hand will go negative. This is because all of the inventory was initially brought into Project X. The thought here is that when the user goes to create an issue, removing the record from hold would automatically generate a transfer to move the item from Project X to the project noted on the issue. So far my business event is NOT firing when I remove the issue from hold. Here’s what I have: The GI: Pulls data from INTran (joined with INRegister)Data Provider: Import Scenario Business Event (Conditions) Business Event (Subscribers) Whenever I remove an Issue from hold (Status » “Balanced”) I want a corresponding Transfer to be created, but that is not happening. Any suggestions?
I’m trying to add a User Defined Field to the Additional Filtering Conditions table. I’ve followed the guidelines in this post: It is still not showing up as an option in the table. Any thoughts?
Hi,I been looking at all the possible DAC in my system and could not figure this out. I am trying to add CRActivity.Type into a screen to only show one of the activity type ‘BOC’ or empty. However, when I connected the tables, it is not filtering properly. As you see from the screen shot above, the system is posting all the different entry that is on the customer profile. Below screen shot is a reference to the 22 entries that is listed as ‘BOC’.What I hope to achieve is the system about to read the order type and order number that the Activity is connect to the specific Sales Order. I am able to find the fields I need with Element Inspector.Unfortunately CRActivity.Source is not a field available in Relations and I do not know how I can build a table to connect to that DAC.Does anyone have an idea on how to build the correct relationship and conditions if needed?Thank you,Calvin
I need to include the name of the last approver in a report as per the customer's requirement. To achieve this, I am using the EPApproval DAC. I sort the records in descending order of the ApprovalID field, which ensures the first record corresponds to the last approver. From this record, I need to retrieve the approver's name and display it in the report. Could you guide me on how to fetch the approver's name effectively and ensure it appears correctly in the report?
My report is not showing the attribute fields i have added in the detail section but it shows up in the page footer. is there any way to overcome this? removing the visibility expression did not solve my problem:
Does anyone have a GI or thoughts on how to create a GI that will display the following:Customer account ID Default Salesperson assigned to the customer account The most recent activity related to this customer account performed by this salesperson The date of this activity
Our team is trying to create a business event, however, along the way, we have found that one of the fields we need to check isn’t appearing in the Field Name Box. We know for a fact we have picked right Table Name, but we don’t see the required field. Is there a way to add more fields into the business event?
We have a GI for contracts that just links the SO and SOLine tables. Earlier this week we were able to see file attachments alongside each line item, but now it has totally disappeared. I have found that when I disable grouping the attachments show again. It only started doing this today and I have no idea what is causing it.
Hi, Wondering if Anyone has a Single 1" x 3" Report Template (in619200) to Print Inventory Labels with Brother or Zebra Thermal Printer - to replace the in619200 default report in Acumatica.Thanks so much anyone :)
Whenever I try and build a schema in Acumatica Report Designer, I get an error message of a SOAP version mismatch. Any ideas on how to fix this?
We are Using the Print refund Package available in Github, However we are facing an issue with the below screnario. Prepayment is created in the system, Doing the refund using the prepayment created in the system. Able to see the Print refund check however it is printing blank. Any Suggestions.
I have a Pivot Table that compares the monthly number of orders from last year to the monthly number of orders for this year (See Pivot Table.png).The attachment Pivot Setup shows how I set the pivot table up.What I would like to do is add Yearly Totals to the far right of the pivot table (See Desired Pivot Table.png). This would show the Total Number of Orders for last year as the Total Number of Orders for this year.I have tried adding Totals to the Rows, Columns and Values but the only totals I am able to come up with is a combined total of both years.Is there something I am missing, or can’t this be done in Acumatica?Thanks you!
Hi! has anyone experienced this where for the same item if you create a GI with table INLocationStatus it returns a qty on hand different than querying for the same table using SSMS. I’m not doing any joins or anything complex. Simply selecting Inventory ID, Qty on hand from INLocationStatus:
I have Develop two reports as CA650000 (main report) and CA650001 (sub report) Both the reports has Date parameters. CA650001 report is used as a sub report inside the CA650000. This sub report takes two parameters as CashAccount and DueDate. when I run the sub report individually it works fine. when I add the DueDate Parameter it did not pass the values to the main report. when removes the DueDate Param it works fine. DueDate which is get as a parameter in the main report passed as a parameter of the sub reportThis is how I pass the parameter to the sub report. Following i have attach the reports also
I’m formatting my checks for use with AvidXchange so that up to 35 invoices show on the check stub. It’s working for the most part except that I have this issue that the last Doc Type and Payment Amount are not showing up. If I have 20 invoices, invoice 20 won’t show a Doc Type or Payment Amount. If I have 15 invoices, invoice 15 won’t show a Doc Type or Payment (but will show the Date and Invoice Number). Any ideas? Thanks
We have a report that serves multiple functions. There is a NOTE field that we would like to display if the [SOOrder.OrderType] <> ‘RQ OR [Note.NoteText] <> “”. ChatGPT search came up with recommendations, but none of them are working. The formula that I have so far is =IIF([SOOrder.OrderType] <> ‘RQ’, OR [Note.NoteTest] <> “”) then the NOTE field should appear, if the [SOOrder.OrderType] = ‘RQ’ the NOTE field should disappear. The NOTE field is showing up no matter what the condition is. The Visible condition is set to True. If I run the code =[SOOrder.OrderType] <> ‘RQ’ the NOTE field does not show up. There is only an issue when there are two (or more) conditions.
For complex report , I am creating CTE based sql view. In my view script there are multiple CTE. I want to filter every CTE with report input parameter so that less data get read by every CTE and report performance gets improve.To achieve this I would like to follow the same steps to create sql view with parameter. https://stackoverflow.com/questions/2281890/can-i-create-view-with-parameter-in-mysqlbut I am confused as how to pass that parameter in DAC @p1 value so that the same parameter get reads by every cte.
We have a subreport that has been developed, and is working using data from the CRRelation table, which was submitted last week with issues. The subreport is a part of the groupFooterSection1. The subreport is receiving the parameters without any issues, but the final Sales figures are not all showing up as expected. I attempted to adjust the size of the subreport in various ways, using Custom, A6, and other dimensions trying to get the size down. Everything in the groupFooterSection1 has been encapsulated on a panel, and I’ve attempted to use a separate panel, no dice, no panel, no dice, putting the Sales figures on it’s own panel, still no dice. The user is adamant about using the CRRelation table to prevent his users from having to keep typing the same data from one report to another. On another note, I again want to thank all of the people that helped me last week to use the CRRelation for the data.Word attachment has screen shots of the work done and I’ve included a zip file of th
Is there a way to format the figures on a dashboard? Instead of showing for example, $251.04k. We would like to see $251,040. Is this possible?
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.