Reports, GIs, Dashboards, Pivots
Recently active
This is a manual order from BC, we want to map this from the Bigcommerce who made the order. Is this possible?
Has anyone found a way to generate POSTNET barcodes on reports? POSTNET is used by USPS for automatic processing for mailing addresses. Below is an example of POSTNET. I have found several ISVs that would handle this creation however I am looking for something out-of-the-box. Thanks!
Why does acumatica show different values for the same variable/transaction in different places/report in acumatica. It is supposed to show the same amount/value for that variable/transaction irrespective of from where it is fetched in the acumatica system. One report is showing the correct value while another shows wrong value . Is it referencing a wrong table ? Why does this happen and do I need a sql script (coding) to fix this ? I do not have any further information to give ,
Hello to all. I have created a PM report that lists all my projects as the first column and then revenue by month. The report does exactly what I intended which is to show all my project revenue by month for the whole company but I now need to see project revenue within a branch. I was hoping that in the report definitions / default data source settings - I would be able to request the branch. I do not have the option. Any ideas how I can get this?
Community,Question on adding an additional hyperlink on this report. There is currently a hyperlink that takes a click action to the customer information. I have a manager that would like to have it set up when they click the “Past Due” numbers to take them to the invoices that are open. How would I set up an additional hyperlink on this report. This is in the Report writer. This is the report. The highlighted in yellow are the columns they want to click on and open up into the invoice. Thank you in advance for pointers.Trisha
I am unable to see dashboard widgets for a particular role, which seems to be locked. How can I resolve this issue? Are there any access rights that need to be given?
Hello Community,I have been trying to create a report where I would like to display the below highlighted fields in my report: And have the following relations established: How can i put up the condition to only display the type=Subcontract and the description from the Subcontracts screen?Thanks in advance.
Hello team,I have added one UDF field in the projects form, but its values isn’t getting displayed in the report: I also tried using the INNER JOIN between PMProject.AttributeAuthorize & AuthRepres.BAccountID; PMProject.AttributeAuthorize & AuthRepres.AcctName but it displays the same result as above.
I am trying to filter the results of a report based on the below filters However, it is calculated field in the table as shown below: I am using the same formula on the filters tab like below: However, on the report - it does not list the items that are aged between 45 and 90 days ONLY. Can you please advise what I am missing here? thank you@lauraj46, @Robert Sternberg - any ideas? thank you!
We have a report that has text box with nothing but information on where to call, or order items online. The text box reads: Questions? Call 123-456-7890 | (yes that is a pipe symbol included) Order Online at www.company.com. For some reason it is throwing an error. I have tried using single and double quotes in various places but still no joy.
Having a issue joining FSARTRAN in a GI with ARInvoice and ARTran - does not show as related table and can not add manually. Yes - Field Service is enabledWhat am I doing wrong?
Hi, I tried to modify our Check Report to show more line under remittance. But it stop at row 12. Try to add more variable but do not know what I missed because it still does not work.Can someone help me with it ?Thanks
I am trying to write a GI that shows when there is time activities that are not included in a Time card that is released.If a timecard is corrected, I need to eliminate the old card.There appears to be nothing on the header EPTimeCard that can help me to do this.The old timecard has a TimecardType or Normal and no reference.The New timecard has a TimecardType of Correction and a reference to the old time cardA non-corrected type card is the same as the old one.I tried to create a join using TypecardType to elimate refs where it is “Correction” but I get an error message Error: The virtual field TimecardType cannot be used in a condition expression.Is my only method to look at the PMTimeActivity field IsCorrected and then just create a grouping?
what installation missing this package, but other package is working.this package have only screens is show it. other left menu not displayed
Dear Acumatica Community, I was wondering if anyone knows how to force the system to print the additional remittance every time a check is being printed?The best I could do was set the line per stub in the payment method screen to one which will trigger the additional remittance when there are 2 lines or more in my check stub. However, I would like the additional remittance to print even if there is only 1 line in my check stub:Is this possible or is there any code changes I will need to do? Thank you, Choenho
Hello!I am new to the KPI dashboards and I am hoping to utilize the dashboards that are provided by Acumatica to its full potential. Can someone please explain the capabilities of the dashboards in relationship to KPIs? As well as the best way that I can implement this in my company. For background information, I work for a medical reseller company that services the Los Angeles, Orange, Riverside, and San Bernardino counties in California. We mainly service nursing home facilities and have contracts with VA hospitals around the area. Any insight and tips on how to utilize the dashboards are most appreciated. Thank you!
One of our clients noticed that our GI-backed functionality (retrieving PMProject.Description) was always returning the values for English, whereas they also had a French localization set up.They would have preferred to see the results in French. Is there a way to retrieve localized values through the OData interface of a GI, or is it something that is not supported at all?
I am trying to use the following statement of a Data Field in the Results of a GI.=iif([PrevPDO.EffectiveDate] >= '2023/06/24',[EmployeePDOHours.PDOHours]-[PrevPDO.HoursUsed],[EmployeePDOHours.PDOHours]-SUM(Iif([PMTask.TaskCD] = '10',[PMTimeActivity.TimeSpent]/60,0.00)) + [EmployeePDOHours.HoursUsed] )When I run the GI it errors out with a GROUP BY clause error.However, when I take out the SUM(Iif([PMTask.TaskCD] = '10',[PMTimeActivity.TimeSpent]/60,0.00)), I can run the GI without an error, but it does not calculate what I want as I need to include the SUM of the time activity based on that Task ID. I can put that SUM(Iif([PMTask.TaskCD] = '10',[PMTimeActivity.TimeSpent]/60,0.00)) into another GI Results row and it returns the correct value, so it IS a correct forumla. It simply does not want to work inside of that other IIF statement. Is there something I can do to make this work?(If there is even a way to create a GI variable with that SUM value and then referenced in the II
When a shipment is confirmed, the shipment confirmation report no longer shows all of the backordered items. How can I make this report show all backordered items from the parent sales order, regardless of whether the shipments are confirmed or not?I thought I could achieve this result with the filters on the backorder sub-report but damned if I can work it out.
Is there a way to create a filter on GI to show the last seven days, last month, and to forecast next month? I know there is the @month and the @today parameter but couldn’t find a way to add days to it. I tried @today-7 and it does not filter the last seven days.
Hi, Trying to build out a GI and needing some help on an IF statement. Here’s the scenario. If Qty in APTran more than 0 (red check), it will return data Inventory acc ID (yellow checks) else will return AP Acc ID (Blue Check). So, here is my formula:Receipt Account=IIf( [APTran.Qty]>0,[InventoryItem.InvtAcctID], [APTran.AccountID]) and when applied it on Receipt Account field, it revert to “something else” value which shown above did not return as well as they taken individually. Need your advice on this problem.Thank you in advance.
On the Shipment screen, not all Sales Order lines will be marked as having a ship quantity.In effect, their shipment qty for the line = 0.How can I display those unshipped lines (ship qty = 0) on the subsequent AR Invoice form?
Hello - within the projects module I have 68 different tasks. I want to clean this up a bit.Is there a way to change the Task ID / Description? Everytime I try it defaults to a new task. If / When I change the Task ID - does Acumatica retroactively update my projects?Eric
Hello, Currently attempting to create an aging GI by Salesperson, summarized by customer. Ran into issues with the group by trying to do this from a generic inquiry so I created a view\DAC to hold my data. This all works good, but the next thing I need to be able to do is update either customer notes or sales order notes for this customer. This is possible until I add my custom view that as the aging columns. Once that is added, it shows the notebook like its populated, but clicking on that comes up with a blank note and doesn’t save when entering text. Highlighted is the custom DAC:Results Grid:Columns showing notes, but when clicked it comes up with a blank note:Attached the SQL view as well. Any ideas or is using the custom view\DAC a lost cause?
Hello Team,I want to print Orders section in Shipment Form, how can I do that? 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.