Introducing Acumatica Cloud ERP: 2026R1
Reports, GIs, Dashboards, Pivots
Recently active
Building a GI that will display Inventory items along with the data from the InUnit table (conversions).Ex. My GI keeps giving me duplicate records such as below:I’m not sure where the conversion factor of 1 is coming from in this case. Here are the joins:
I am using SWITCH in a Generic Inquiry but the column comes up without any values. My formula is as follows: =SWITCH(([SOInvoice.DocType] = 'Credit Memo'), 'C',([SOInvoice.DocType] = 'Invoice'), 'O')So what I am attempting to do is if the DocType = ‘Credit Memo’, change the field to a ‘C’ and if it is an ‘Invoice’ change to an ‘O’.
Hi, is there a way to restrict certain users to only print approved PO only? Thanks in advance.
When add function in data field and view inquiry. after export to excel but in excel i cannot sum column value
Is it possible to stop selection of all incl. serialized items with 0 balance on the SVO/Appt.. Or highlight that entry in red when someone picks that item on the Service Order or Appointment?
I have a report that I created a couple months ago that I need to make some changes to. When I click on Edit Report, I get the normal Report Designer pop-up to login. However, as soon as I login I get the error message that the report does not exist. The report runs, so I know it’s there. I just can’t figure out why I’m not able to open it in Report Designer. I haven’t had any issues with opening other reports, so it’s something with this one specifically. Has anyone else run into this or have any suggestions? Thanks!
Any suggstions ?
We have a production ticket report for production of canned beverages.There are 50+ product specifications. These are 1 page documents/images. Is there a good way to display a specific product spec that is pulled from the inventory ID stock item description and matched with the 1 page image?The only way I can think to do this is have 50+ sections with visibleExpr that would each display the image only if the statement below was true:=iif([InventoryItem.ItemClassID_description] = 'BERRY LEMONADE', 'TRUE', This would require a lot of work to set up and maintain 50+ image files.If these product specs were to change every month or so, what would be the best way to update or set up these reports? Would a database setup allow for the image files to change without having to change anything in the report?
Hi All,I want to add & show the content of Shipment Notes on Generic Inquiry.As I know from version 2021 R1 (we use 2022 R2) we can choose which notes can be attached to GI by Attach Notes toAfter viewing GI, I don't see it appear and even though the content of notes can be seen on screen also.Do you have any idea?
I am developing a custom report, and it needs to set the ARPayment , RefNbr as a parameter. I set the parameter in both ways in the report designer as follows,but it doesn't show the reference number in the frontend, Does anyone have an idea how to get the ARPayment reference number as a report parameter?
Hi, we scan and attach our proof of delivery to our invoices for easy reference. Our administrators in each branch have been instructed that all invoices need to have the POD attached, but this is not always done. I need a report which will show me which Invoices do not have attachments so I can address this with the branch manager.
I am trying to find a table the will show if an order has been picked. I’ve found a two fields in the SOShipment DAC one called Picked and the other called Picked Qty but neither seem to be used. Are there other tables that have either Picked or Picked Qty.Thanks
I am able to insert QR code on invoice template(so643000) with any fields i need with no challenge.I have a requirement from customer to use the QR code to check if invoice exist in database for the customer, date and amount. If exist the QRCode should return “Valid Invoice for Customer “ABC”, Date “23/04/2024”, Amount “USD500”. If invoice cannot be found the QRCode should show “Invalid Invoice”Any help appreciated
Customer has 5 branches. They have a AR Aging Template set for each branch. Is there a way to run all templates with one click / selection? They want to do this on demand not on a schedule. (2023R2)
Hello,VERY new to all of this (our company is going live next week). I’ve been watching the university videos and looking around here, but I cannot seem to get the answer to my issue. To keep it as simple as possible, I copied a dashboard for Sales Manager which shows all kinds of information in widgets for every salesperson. I want to take that copy, and make it so it only shows data in the widgets for the person who is logged in and make it accessible to all of our sales team. I’ve tried various @me’s but it just doesn’t work. Maybe I’m picking the wrong field? I’m just spinning at this point mentally trying to get what seems like should be a very easy modification to work. Any help is greatly appreciated. EDIT: I have been able to make the widgets work if I manually edit each one to a specific person. I’m trying to avoid doing that 75 times. Hoping I can just pass the value of the logged in user down to each of them.
Hi,In report “Account Details”, it only allow to run a single Account each time. I want to run a range of account, just like Period. I try to work on customization but not successful. Could some one help me on that?Thank you.Raymond
We have a Generic Inquiry that has the Customer.ParentAccountID and not all of the parent accounts have that that number all by itself (the account number also, in some cases, has the name of the customer). I was thinking in that case to use a SWITCH similar to the one here:=IIF([Customer.ParentBAccountID] = ' ', [Customer.AcctCD]) but that is not working also. Also I am not sure if the Customer.ParentAccountID is empty or NULL. I know that the Customer.ParentAccountID should be showing up because when I do a CRTL+ALT the Element property shows the field as Customer.AcctCD. I also thought about getting just the number portion of the AcctCD but that seems more work then necessary. I could use any suggestions that the Community may have.There are accounts whereby the Customer.ParentBAccountID is showing up correctly on that column.In this case the Customer.ParentBAccountID = ‘ ‘ or NULL and the customer.AcctCD is 16310 - Grainer.
Hello, I am new to Acumatica but been working with Power BI for many years. I have been working on an integration to bring in invoice (SO LInes + Header) data. I have been able to connect to a GI and begin to import the data into Power BI. However, the query seems to stall out at 268MB. When I export the GI out of Acumatica to excel the spreadsheet is 27MB. The shape of the excel document is 187k rows and 35 columns. We are just looking at completed shipments/invoices so nothing open.I am able to import a customer master table and an item master table without issue which are both under 4MB. We are using the Power BI incremental refresh as a way of managing the large amount of data Power BI tries to import.Is there a reason Power BI seems to be trying to import more than 10x the size of the excel export?What I am attempting to do is import each year in a separate GI. So 2022, 2023, and then the current year. Here is the current year query to the GI. Very straight forward: let Source
Can I know if is there a way to set the visibility of the Detail Section’s header to appear on a page without keeping it as ‘Print on every page = True’ if only the Detail Section has been populated in that specific page? Please check the below attachments. It depicts the 2nd page of the report.Repot Preview
Hi all, I want to create new GI which can show the total cost of purchase receipt and total amount of bill but I dont know how to link because there is no link between 2 screens Thanks in advanced.
how to solve it ?
Hello all, Quick question. Can Power BI only connect to Generic Inquiries? Or is there a way to connect to the instance directly like you would a SQL Server connection? We’re on a cloud instance. Thanks!
i want a generic enquiry that lists all journals filtering by Company and or branchChallenge is filter only showing branch level and no company level. Any help
Hi Everyone,Good Morning,I need data from FSServiceOrder table based on the CustomerID and LocationID to the report.For example:Based on the SrvOrdType, RefNbr we have CustomerID and LocationID. For this CustomerID and LocationID we have multiple data in the FSServiceOrder. So I need to get that multiple data into a sub report based on the filters CustomerID and LocationID.So please help me out, how to get that multiple records based on the filters in same DAC.FYI...Please see the below attached screenshots:
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.