By using this website, you agree to our Terms of Use (click here)
That message looks like an error code from the carrier to me. When I Google it, it comes back with UPS information. Are you using the UPS carrier inte...
Hi Royce, Sounds like you want dynamic columns depending on whether or not they have data in them? Maybe you could provide a mockup sample in Excel. I...
Did you look at the Acumatica Distribution Intermediate D200 course? Not a whole lot of information, but if you search this PDF file for "seasonality"...
Hi @iskandar, I believe the variable in the Subreport only gets set if there are records. In your screenshot, the Transfers subreport section is empty...
Sorry, one more question. Are you going to manually send the email with the SEND button located directly above the Sales Order report? Or are you want...
Not that I know of, but that would be a great resource. I have been resorting to hunt-and-peck as well. You might try an Acumatica support case to see...
Ah, I see. Automation Notifications then would be my first bet too. Or the new Business Events feature in Acumatica 2018 R1.
You might also want to checkout this post:
Hi Michael, Are you advocating for #3? I confess that I'm not quite clear on the difference between #1 and #3. I agree with your points though. One no...
Have you tried this? =Report.GetDefUI('RowAccessInfo.Username')
Hi Geremy, There are two ways to do this: the "new way" in Acumatica 2018 R1 and the "old way" before Acumatica 2018 R1. Which Acumatica version are y...
Did you try populating the Pending Approval Notification field on the APPROVAL tab of the Purchase Orders Preferences (PO101000) screen?
I don't know of a way (yet) to look up the master list, but if you have transactions, then you can see the codes that get stored in the database for e...
No prob. That kind of thing happens to me all the time. Always helps to have a second pair of eyes.
There is a Unit Group field on the Row Sets (CS206010) screen that you might look into, but I don't think that it will do what you are looking for. Th...
Hmmm, it must be stored in another table in the database. The trouble for me is that my test environment doesn't have any data in that area so it's ha...
Hi Krunal, FYI, this is the kind of scenario where Power BI does really well. Why? Because, in general, Report Designer is good at doing calculations ...
Hi Ahmed, Have you tried placing the variable below the Subreport in the Main report to see if that makes a difference? Can you attach the .rpx file f...
I agree that using the Customer Portal for your main website would be a bad idea. It's too rigid in my opinion. It's a system, not a website. If it's ...
Hmmm, I see your point. I have the same problem in my Acumatica 18.103.0022 environment. The Help says that you should be able to enter the amount in ...
I think that checking the Show All checkbox will show you everything, even the ones that are marked as Printed. For the range, you can click the Fil...
Ya, the Requested By field shows you a list of Employees. If you want to see the list of Request Classes, you'll need the Request Class field.
I don't think you can pull from a specific Unit Set using the Value formula. The Value formula takes two arguments: the Row Code and the Column Code (...
Try something like this:
Hi Jean, Are you trying to launch the report from the REPORTS -> Invoice/Memo Form option on the Cash Sales (AR304000) screen? The trouble with thi...
Hi Jo, It looks like you might be using Acumatica 2018 R1 which has a new concept of Companies and Branches where the Branches roll up into Companies....
Bummer, it looks like the row-level security only works on the "Vendor" and not the "Business Account". Looks like you'll need to customize the Busine...
Hmmm, sounds interesting, but I think you would need a customization for this. Since the data is on the screen, you might not need the customization t...
Have you tried using CASplit instead of CASplitExt?
Thanks for posting the links Paul
Hi Taylan, Have you tried the Print Invoices and Memos (AR508000) screen?
Ok, now that I finally got that straight, I think you might want to look at Row Level Security, specifically, the Vendor Access (AP102000) screen and ...
Checkout the new Business Events (SM302050) screen in Acumatica 2018. It sits on top of a Generic Inquiry and allows you to feed the data set to an Im...
Ah, I've never used this screen before. It looks to me like the Reclassify Payments (CA506500) screen is showing transactions from the Transaction Det...
Sorry, I had it backwards. So it sounds like you want to prevent someone from going to the Business Accounts screen and pulling up a Vendor. You want ...
Hey Peter, Can you elaborate a little more on what you mean by "unidentified"?
Hi Julian, I suggest adding your vote to this and, most importantly, leaving a comment. Acumatica has been paying a lot of attention to this site in t...
I have noticed the same thing as Gabriel when using Velixo Reports in multiple environments. The ID for each inquiry is different in each environment,...
Hey Paul, I recommend posting this on StackOverflow:
Have you tried something like this on the Column Set?
I have also noticed that it takes longer to load, especially the menu on the left-hand side. I hope that Acumatica can fix this.
That's right. AccountID is a database-generated integer value that uniquely identifies the GL Account but that you don't see in the application. Accou...
If you go to the Chart Of Accounts (GL202500) screen, it won't allow you to change the Type column, but you can change the Account Class column as lon...
I see. So it seems like it's a workaround for On-Prem or 3rd-party hosted environments only.
Hi Grant, Wish I could help here, but I'm still not that familiar with the Projects module.
I'm not sure how you would do this unfortunately. I'm not that familiar with using Assignment and Approval Maps in the Time Card Approval Map field on...
Are you trying to restrict access on the Business Accounts (CR303000) screen? If so, just curious, what are you trying to do on that screen that you c...
I think you want to move your last condition into the join itself so that if it fails it won't kill your whole dataset, only the data from the table o...
