By using this website, you agree to our Terms of Use (click here)

Regarding this error there are a couple of customizations that users can try to fix this issue occurring even after clearing out the inventory and ope...
I tried a simple test in 2020R1 and 2020R2 and it doesn't work seem to work: I get an error about "Error: The view doesn't exist." Here is the imp...
@greg-polsky I am trying to achieve the same thing you are: show only the YTD value for the most recent financial period: I haven't had any luck t...
Is M200 available on the Partner University yet or how do we go about getting them? I was under the impression one had to go through their on-site tra...
It was through a support case to Acumatica.
@katie-phillips, see attached example: you will need to manually type in a command (ignore the triangle warning):
Have you tried the Load Records button directly on the worksheet? As a last resort, you could just validate and remove the lines in the data prior to ...
Modern UI is actually more handy for what you are looking for. Why not just create a new workspace with all the screens that you need for your work? S...
That's a tough one with reports--the only way I can think of is if you built a GI and then you can sort the aggregate field by running the GI and doin...
Yeah this is due to multiple locations existing per inventory ID. I wonder if dividing each availability field by count(SiteID) will give the pr...
Tim, did we ever have a guide to to pass a specific (custom) field to the report? I see that it is hard-coded into the graph but wondering how to go a...
If the system hasn't deleted the record for good during cleanup, then go to the DB table for Cases and update that specific record's "DeletedDatabaseR...
If you go to a specific Purchase Receipt, you'll see the full URL you can use: &ReceiptType=RT&ReceiptNbr=000030
Is Quantity Decimal Places set to 2 (Companies or Branches screen)? If it is and you are still getting that then you'll need to modify your expression...
Yes, although I am not sure if in 2018 R2 this may have changed. To make this easier you can use Release Payments screen to re-print a check.
The specific configuration settings are in the implementation checklist and there is a special 2 pages in the change list that describes how one has t...
I work for Kensium and I know we support the following E-Commerce integrations with Acumatica: Try sending out a message through that regarding build...
Hi guys, I'm posting my question here since it seems like you guys are well beyond using subreport variables in the main report... which seems simple ...
Lazy development. Every vendor is supposed to stick to the initial that they were provided by Acumatica. For example, I work Kensium and the GIs, Site...
Status is independent of user so I don't think you can do that... The @me is usually used with Filters not automation steps
What does the Property tab for those fields show? Maybe the visible parameter is set to false.
Sounds good, here it is for others' reference:
Posted by: Dennis Easter In 2017, if you add the site map title and select the site map location on the generic inquiry screen, when you save the in...
Posted by: Ron Brown We have created a role for our Customer Service staff and we gave this role inquiry access to customer data. Within Customers,...
I'm guessing you already tried <br> ? Because in reports that's what you have to use for line breaks.
I was trying it on 2017 but the C# code he shows is missing spaces and has illegal quotation marks so I don't know how it could work in any version.
Thanks Kurt that did it!
Great way of creating a view! Although it seems like a journey to be able to finally see it in a GI. I tried creating the DAC out of the view per th...