AugForums.com

An Acumatica User Group

  • Free
    • Start Here
    • In-Person Gatherings
    • Power BI Workshop
    • Podcast
    • Rolodex
    • Blog
    • Forums
  • Paid
    • AugSQL
    • GI Course
    • GI Library
    • Consulting
  • Register
Acumatica Forums

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

Ellie
Ellie
@ellie
Forum Home   |   Recent Posts
Estimable Member
Follow
Profile Activity
Topics: 10 / Replies: 119
AllTopicsReplies
Reply
RE: AP Check - Payment Method - Auto Finance Charge

I dont know of a way out of the box, but you can use a business event to trigger an import scenario that will accomplish this. If you create an idea, ...

6 years ago
Forum
Everything Else
Reply
RE: 2019.1 removal of Purchase Receipt amount related fields

Yes, unfortunately for us it was backwards as well. Good luck with the upgrade.

6 years ago
Forum
Everything Else
Reply
RE: Acumatica Customisation to attach files from Invoice to Statement Email

Acumatica suggested i create an idea. Please vote if you think it can be useful!

6 years ago
Forum
Everything Else
Reply
RE: 2019.1 removal of Purchase Receipt amount related fields

They wanted to remove the financial aspect form what was supposed to be a warehouse document. (Page 89 - ). Personally, we suffered very much from t...

6 years ago
Forum
Everything Else
Reply
RE: Email Statements with Associated Invoices?

@DavidEichner Were you able to figure out a solution for this?

6 years ago
Forum
Everything Else
Reply
RE: Import scenario to update Default Customer Payment Method

The "@@" does not seem to work in this case. I don't know why, but I achieved this through hard coding the line number of the desired payment method .

7 years ago
Forum
Everything Else
Reply
RE: Schedule a credit card charge/payment of AR balance monthly

@chris Are you referring to AR203500? I do not see an option for configuring a schedule to pay the total open AR amount ( whatever it may be each mont...

7 years ago
Forum
Everything Else
Reply
RE: Change Warehouse Location ID via an Import

Ah that is too bad. But yes, looks like you got the right idea.

7 years ago
Forum
Everything Else
Reply
RE: Change Warehouse Location ID via an Import

This one is a bit tricky. You need to use @@ to define the record you are looking to change, but if you use @@LocationID it will not work because that...

7 years ago
Forum
Everything Else
Reply
RE: Automation Notifications - attaching report

I did mean Fields. Although of course you need parameters as well. Ill share relevant screenshots of a working notifications which sends out the SOinv...

7 years ago
Forum
Everything Else
Reply
RE: Automation Notifications - attaching report

In case you haven't figured it out. We had a similar issue and Acumatica support told me to remove every field on the fields tab except what was actua...

7 years ago
Forum
Everything Else
Reply
RE: Import Scenario to add allocations to a Purchase Receipt

I made sure of that and tried it on inventory ID This is my current scenario:

7 years ago
Forum
Everything Else
Reply
RE: Import Scenario to add allocations to a Purchase Receipt

Tried that. It creates a new po receipt line for each of the allocation lines instead of going into the @@Inventory ID and splitting the qty in alloca...

7 years ago
Forum
Everything Else
Reply
RE: Import Scenario to add allocations to a Purchase Receipt

@royce-lithgo Were you ever successful importing allocation lines to an existing PO receipt? I am trying to modify existing PO receipts which t have ...

7 years ago
Forum
Everything Else
Reply
RE: Setting up automated invoicing

Thanks. We have information that needs to be in the body of email.

7 years ago
Forum
Everything Else
Reply
RE: Setting up automated invoicing

Thanks for the tips. For us, each branch uses different carrier and has different shipping ETA and other unique terms which is all in the body of the ...

7 years ago
Forum
Everything Else
Reply
RE: Setting up automated invoicing

@royce-lithgo, have you used branches as a condition in Automation notifications? I did not see that option and had to use currency as a condition whi...

7 years ago
Forum
Everything Else
Reply
RE: Setting up automated invoicing

Yes. We use automation notifications with a condition that the invoice is released.

7 years ago
Forum
Everything Else
Reply
RE: Default Purchase Order Unit Cost - Last Vendor Price - Stock Items

Very helpful post. Thank you!

7 years ago
Forum
Everything Else
Reply
RE: Undocumented values

I don't know if there are any more 'special' ones, but other number will correspond to actual line numbers. On the target document.

7 years ago
Forum
Everything Else
Reply
RE: Perform Left Join on an aggregate?

In these cases I resort to combining queries in Excel via Odata. GI is inadequate here. I think they were talking about allowing use of GIs as tables...

7 years ago
Forum
Acumatica Generic Inquiries & Pivot Tables
Reply
RE: Make a website url from a field able to drill down to that url on a new browser screen

Voted

7 years ago
Forum
Acumatica Generic Inquiries & Pivot Tables
Reply
RE: Exporting of Sub report values to Excel

Can you upload both examples?

7 years ago
Forum
Acumatica Report Designer
Reply
RE: Inter-Company (Tenant) Transactions

We use an export scenario to export data on schedule to an FTP location, then import scenarios on schedule to bring the exported data as transactions ...

7 years ago
Forum
Everything Else
Topic
Schedule a credit card charge/payment of AR balance monthly
7 years ago
Forum
Everything Else
Replies: 4
Views: 1890
Reply
RE: Stats report

If you can't figure out the joins, you can always use subreports to get non-joined data.

7 years ago
Forum
Acumatica Report Designer
Reply
RE: TimRodman.com is now AUGForums.com

Good luck!

7 years ago
Forum
Everything Else
Reply
RE: Renaming Report Designer Version Descriptions

Who knew! This is very helpful. I have also noticed that the report designer allows more characters than what the report version screen displays, so i...

7 years ago
Forum
Acumatica Report Designer
Reply
RE: Validate Inventory Process

I have been running this on schedule daily for months ( as well as reindexing for the global which seems to get massed up every time a large operation...

7 years ago
Forum
Everything Else
Reply
RE: Acumatica UPS Label Orientation Rotate 90 Degrees Clockwise

Hi, In our case, the Thermal Printer Batch File wouldn't work, since we are printing out the label as an image on a report with other information. So ...

7 years ago
Forum
Everything Else
Reply
RE: Schedule Sales Order Details by Inventory Item report to run monthly

Has anyone figured our how to add a dynamic date filter ( @ monthsstart for example )? i left the date parameters blank and it populates the default ...

7 years ago
Forum
Acumatica Report Designer
Reply
RE: Month End Purchase Receipts/Inventory don't match GL

Some points that might explain it, or at least narrow down what the cause of the issue is hereb Are users receiving Inventory with an Inventory rece...

7 years ago
Forum
Everything Else
Topic
AP aging by document date [NOT due date]
7 years ago
Forum
Everything Else
Replies: 1
Views: 3265
Reply
RE: CHeck printing - 2 copies of every check

Got it.You can also edit the report to have an empty main report with the same sub report called twice.

7 years ago
Forum
Everything Else
Reply
RE: CHeck printing - 2 copies of every check

Just print 2 copies in the browser print screen?

7 years ago
Forum
Everything Else
Reply
RE: How to sum using datediff in GI

Looks like a grouping issue. If you attach a screen shot of each tab in the GI setting or the xml file there is more chance that people can help you.

7 years ago
Forum
Everything Else
Reply
RE: How to sum using datediff in GI

what error are you getting ? what version are you on? i believe the ExtCost field was removed in 2018R2.

7 years ago
Forum
Everything Else
Reply
RE: Cannot get Correct SalesTotal when joining SOLine and SOOrder and group by only CreatedByID

If you are looking to get just total sales by createdById then you do not need to add the line item(soline in your example) Also, you should use the ...

7 years ago
Forum
Acumatica Generic Inquiries & Pivot Tables
Reply
RE: DateTime field only showing date in Results

You can use the Hour() & minute () functions. Yes agreed, it would be nice it the local time zone was taken into consideration. Had an issue with...

7 years ago
Forum
Acumatica Generic Inquiries & Pivot Tables
Reply
RE: How to get hyperlink to external web site to open on new window

I wonder if the new enhancement in 2018R2 would affect this you issue. "AC-113845: The Acumatica Report Designer export algorithm has been enhanced to...

7 years ago
Forum
Acumatica Report Designer
Reply
RE: How to get hyperlink to external web site to open on new window

Holding the cntrl button while clicking should help. Doesn't answer your question technically, but hopefully solves the problem.

7 years ago
Forum
Acumatica Report Designer
Reply
RE: Delete using Export scenario when 'Action: Delete' is not available

I hit reply to @timrodman when asking what was anticipated. sorry for the confusion. now i know to use quote instead of reply if i am responding to an...

7 years ago
Forum
Everything Else
Reply
RE: Results Grid - Schema Field

Was just about to post that solution! There were 2 issue with the original formula.: 1. As you mentioned, i couldn't use the Id from Artran. so i join...

7 years ago
Forum
Acumatica Generic Inquiries & Pivot Tables
Reply
RE: Results Grid - Schema Field

correct mycustomer is the customer ID, not the description or a parameter.

7 years ago
Forum
Acumatica Generic Inquiries & Pivot Tables
Reply
RE: Results Grid - Schema Field

oh interesting Which of the failed examples are you suggesting this for? I tried that in all 3 and i get "Error: A field with the name Mycustomer ...

7 years ago
Forum
Acumatica Generic Inquiries & Pivot Tables
Reply
RE: Results Grid - Schema Field

Adding on to the original question: Can i aggregate with an If condition? Example: To get the Qty sold of each item i use the ARTran table, group by I...

7 years ago
Forum
Acumatica Generic Inquiries & Pivot Tables
Reply
RE: Delete using Export scenario when 'Action: Delete' is not available

As in, it is more simple than anticipated?

7 years ago
Forum
Everything Else
Reply
RE: Delete using Export scenario when 'Action: Delete' is not available

Not sure how that happened... thanks for pointing that out. I don't see an option to edit the old post anymore, so here is the correct screensho...

7 years ago
Forum
Everything Else
Reply
RE: Delete using Export scenario when 'Action: Delete' is not available

Finally heard back. You setup a key field to let the system know which line to delete ( '@@FiledName' accomplishes this) Then on the next line, ...

7 years ago
Forum
Everything Else
Reply
RE: Setting up User Security

😮 Good luck!

7 years ago
Forum
Everything Else
Page 2 / 3 Prev Next

Online Members

 No online members at the moment

Acumatica Forums

Terms of Use & Disclaimers :: Privacy Policy

Copyright © 2026 · AUG Forums, LLC. All rights reserved. This website is not owned, affiliated with, or endorsed by Acumatica, Inc.