AugForums.com

An Acumatica User Group

  • Free
    • Start Here
    • Rolodex
    • Podcast
    • 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)

Forums
AUG Forums
Everything Else
Setting up automate...
 
Notifications
Clear all

Questions Setting up automated invoicing

 
Everything Else
Last Post by Royce Lithgo 6 years ago
20 Posts
3 Users
1 Reactions
3,863 Views
RSS
Tami
Posts: 36
 Tami
Topic starter
August 16, 2019 4:36 pm
(@tlynn)
Trusted Member
Joined: 6 years ago

Hello!

Has anyone set up invoices to be emailed automatically on a schedule yet? Any help is appreciated, thank you!


19 Replies
Ellie
Posts: 129
 Ellie
August 16, 2019 11:12 pm
(@ellie)
Estimable Member
Joined: 6 years ago

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

 


Reply
Tami
 Tami
(@tlynn)
Joined: 6 years ago

Trusted Member
Posts: 36
August 17, 2019 8:44 am
Reply toEllieEllie

@ellie

Thank you for your reply. Do you use custom templates for the emails? I would like to use two different templates (by branch) when the invoices are sent via email.

If anyone knows how to change the templates please let me know. 

Thank you!!

 


Reply
Tami
 Tami
(@tlynn)
Joined: 6 years ago

Trusted Member
Posts: 36
August 20, 2019 8:14 am
Reply toEllieEllie

@ellie

Did not find the released invoices as a condition either. 

These are the only conditions I have available:


Reply
Royce Lithgo
Posts: 557
 Royce Lithgo
August 18, 2019 10:44 pm
(@roycelithgo)
Honorable Member
Joined: 6 years ago

If you mean different templates for the notifications, you can setup different notification templates and apply branch criteria on the Conditions tab.


Reply
Tami
 Tami
(@tlynn)
Joined: 6 years ago

Trusted Member
Posts: 36
August 19, 2019 8:36 am
Reply toRoyce LithgoRoyce Lithgo

@royce-lithgo

Thank you Royce, getting closer on figuring this out.


Reply
Tami
Posts: 36
 Tami
Topic starter
August 19, 2019 8:36 am
(@tlynn)
Trusted Member
Joined: 6 years ago

Would anyone have step by step instructions on how to do this?


Reply
Royce Lithgo
Posts: 557
 Royce Lithgo
August 19, 2019 3:43 pm
(@roycelithgo)
Honorable Member
Joined: 6 years ago

@tami-lynn-hoyt, this might get you started. 

https://help-2019r1.acumatica.com/(W(1))/Help?ScreenId=ShowWiki&pageid=ebcda76a-433f-4bde-8aed-efc69474fd03

I can only suggest setting something up in a test tenant and seeing how it works. It would help if you know HTML so that you can setup a nice looking email template. I haven't setup a template for invoices so I can't help you out with a solution for that. I've done it for other things mainly related to approvals. 


Reply
Tami
 Tami
(@tlynn)
Joined: 6 years ago

Trusted Member
Posts: 36
August 19, 2019 5:11 pm
Reply toRoyce LithgoRoyce Lithgo

@royce-lithgo

Thanks much for all the help!! 😊 


Reply
Royce Lithgo
 Royce Lithgo
(@roycelithgo)
Joined: 6 years ago

Honorable Member
Posts: 557
August 19, 2019 5:36 pm
Reply toTamiTami
Royce Lithgo

@tami-lynn-hoyt

No worries and good luck with it. 

Let me know how you get on with the Notification Templates.


Reply
Ellie
Posts: 129
 Ellie
August 20, 2019 12:19 am
(@ellie)
Estimable Member
Joined: 6 years ago

@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 which roughly corresponds to branches in our case.

Is there a way to actually add branch as a condition? 


Reply
Tami
 Tami
(@tlynn)
Joined: 6 years ago

Trusted Member
Posts: 36
August 20, 2019 8:09 am
Reply toEllieEllie

@ellie

Same here. Did not find it as an option.

 


Reply
Royce Lithgo
Posts: 557
 Royce Lithgo
August 20, 2019 3:38 pm
(@roycelithgo)
Honorable Member
Joined: 6 years ago

@tami-lynn-hoyt the Automation Notification needs to be based off the page where the source event occurs. If you want something to happen off release of Invoice, then you need to chose the Invoices and Memos page (not the print one). You attach the invoice via the Report settings. See attached screenshot.

But yes I don't see a branch option there - perhaps take a look at the fields that are available and see if any of them separate your customers.

Can i ask what exactly do you want to differ in the email template for different branches?

Edit: Note that branch is available as a Datafield (AR Transactions, Branch, Branch ID), which means you could possibly do some limited dynamic html in the Message template, for example, display different images based on the branch id. But if you wanted totally different wording or layout then you'd be out of luck. Do you have any web developers there? They might be able to advise on whether it can be done with csss and pure HTML. Sadly no Javascript possible in these templates or else it would be simple to have a dynamic template.


Reply
Tami
 Tami
(@tlynn)
Joined: 6 years ago

Trusted Member
Posts: 36
August 20, 2019 3:55 pm
Reply toRoyce LithgoRoyce Lithgo

@royce-lithgo

Perfect, I was able to duplicate what you did under automation notifications.

Now that you've asked the question, I'm not sure I need different email templates. We were using a very custom one with the different logo's and company names, but I guess we could use something very generic if that's the only way to accomplish automation.

We were also using separate templates for a paid invoices versus a non-paid invoice. Our customers get confused if they paid with a credit card, and then get an invoice.

I guess we just really like to over complicate things!! 😊 


Reply
Royce Lithgo
Posts: 557
 Royce Lithgo
August 20, 2019 4:27 pm
(@roycelithgo)
Honorable Member
Joined: 6 years ago

You can do different templates depending on the Type of Invoice. You should definitely include Type in your criteria and limit it accordingly. You might want to limit it to Type = Invoice.

You should be able to use different images if you set them up with the branch id value in the filename. You'd need to host them somewhere, perhaps your companies website. 

Then you could use something like <img src="http://www.mycompany.com/images/invoice_((Transactions.BranchID.BranchCD))​.jpg>

 


Reply
Tami
 Tami
(@tlynn)
Joined: 6 years ago

Trusted Member
Posts: 36
August 20, 2019 4:49 pm
Reply toRoyce LithgoRoyce Lithgo

@royce-lithgo

Thanks for all your help!


Reply
Ellie
Posts: 129
 Ellie
August 20, 2019 4:31 pm
(@ellie)
Estimable Member
Joined: 6 years ago

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 email so its important to have a different template.

Do you have any idea where those conditions come from? Maybe there is a change we can make in the screen or report that will allow different set s of conditions?

 


Reply
Royce Lithgo
 Royce Lithgo
(@roycelithgo)
Joined: 6 years ago

Honorable Member
Posts: 557
August 20, 2019 4:40 pm
Reply toEllieEllie

@ellie

I can think of two solution to your issue. 

1. Add the conditional data to the Invoice report via customisation.

2. Display it inline in the email using an image tag as I posted above. You would need to match the font in the image with your email body so it doesn't look weird. But remember, some people may have images switched off or require a click to view them, so they may not see this information.

If i were you i would include the information in the invoice so if they print the invoice everything is in one place.

Oh and to answer your question, no I don't know how those specific fields have been tagged to appear in notification template conditions. 


Reply
Ellie
Posts: 129
 Ellie
August 20, 2019 5:00 pm
(@ellie)
Estimable Member
Joined: 6 years ago

Thanks.

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


Reply
Royce Lithgo
 Royce Lithgo
(@roycelithgo)
Joined: 6 years ago

Honorable Member
Posts: 557
August 20, 2019 5:23 pm
Reply toEllieEllie

@ellie

You'd have to look through the available Datafields and see whether that information can be pulled in to the template. 


Reply
Tim Rodman reacted
Forum Jump:
  Previous Topic
Next Topic  
Forum Information
Recent Posts
Unread Posts
Tags
  • 12 Forums
  • 2,526 Topics
  • 10.9 K Posts
  • 59 Online
  • 2,405 Members
Our newest member: Brittany Bartman
Latest Post: Importing Acumatica User Roles / User Security Permissions from Excel
Forum Icons: Forum contains no unread posts Forum contains unread posts
Topic Icons: Not Replied Replied Active Hot Sticky Unapproved Solved Private Closed

Online Members

 No online members at the moment

Acumatica Forums

Terms of Use & Disclaimers :: Privacy Policy

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

‹›×

    ‹›×