Send email on saving the currency rates - acumatica

Is there a way to send a notification email in acumatica when the currency rates for TODAY is saved?
We tried adding a automation notification for the Currency Rates screen trying all possible values in conditions, But it looks like the notification is not generated for this particular screen.

I believe that Automation Notifications can only be sent based on a change on the screen, rather than a change in the database, so that may be why you're not seeing the email send.
You could modify the Save action on the Currency Rate screen to send a notification whenever it's pressed.
I had to do something similar with PO's/Requisitions/Requests here:
Sending notification to requester when PO is created in Acumatica

Related

Acumatica - Outlook PlugIn Reply Action

we are using Acumatica outlook plugin to create CASES and we are successful in achieving it.
As you know outlook plugin will automatically create a email activity when we create case. So sometimes we send reply from Outlook plugin and some times we send reply from Acumatica.
The issue is - When we send reply from outlook plugin we are unable to see email in "All Emails" screen, but if we are sending reply to same case from Acumatica we are able to see email in "All Emails" screen.
Can someone please suggest us, what we are missing here.
We are in 2019R2, without any customization published.
There could be a couple of reasons you may be running into this problem. Depending on how you have your setup, one reason could be because of the way you have your System Email Account set up. Check what email is sending as, it could be sending a centralized account. Also check what you default email is set on your account.
Also, are you using the Outgoing Tab? Or looking looking at the all records tab? It could be because of the status of your email. When sending through the Outlook plugin, double check the emails are sending, and double check the status of the activity. It could not be completing and being left as an open item.

Automation Notfications when delete record

I created the notifications for a screen. When I edited something in that screen and saved, the system generated a notification. Now I want when I delete a record that the system also generates a notification. Is there any way without coding to solve it?
Example:
I delete a record in Item Classes and I want to receive notification in Send Notifications Screen.

Send Email Alert while apply Leave in CRM 2016

By using the WorkHours in User entity ,the user will apply the leave .
To Access WorkHours in CRM : Settings -> security->Users->Open the Particular user ->In the option the workHour will display
Now I need to send email notification to the manager while the user will apply the leave in WorkHours ? how can i achieve the Task.
Thanks in Advance.
Work Hours is based on the calendar entity. You could register a plug-in on update message of calendar and detect changes to a user's calendar. In the plug-in C# code you can send the email.

Want to send only one email for all the services

want to aggregate this to one mail (something like gather all mails for one minute and then send an summary). Is this possible with nagios?.
I preferred to disable all email notifications and just use the Web Console for alert checking.

Sending iCalendar to an user who's also the organizer of the event

I'm working on a C# application that sends emails containing a vCalendar event in its body. Say I (knockycode) would like to create a calendar event via this application. An email will be sent to my email address with the following body:
BEGIN:VCALENDAR
METHOD:REQUEST
PRODID:-//MyCompany//Product//EN
VERSION:2.0
BEGIN:VEVENT
DTSTAMP:20130819T084518Z
DTSTART:20051126T011300Z
SUMMARY:Testing that calendars get received
UID:MyOwnID
SEQUENCE:123
ATTENDEE;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=TRUE;CN="knockycode#lotusnotes.com":MAILTO:knockycode#lotusnotes.com
ORGANIZER;CN="Knockycode":MAILTO:knockycode#lotusnotes.com
LOCATION:TBC
DTEND:20051126T031300Z
DESCRIPTION:Some Body\NAnother Line of the body
BEGIN:VALARM
ACTION:DISPLAY
DESCRIPTION:REMINDER
TRIGGER;RELATED=START:-PT02H30M00S
END:VALARM
TRANSP:OPAQUE
END:VEVENT
END:VCALENDAR
Take note that the organizer and the attendee is one and the same. This is so the organizer (me/knockycode) can actually have the event created on my mail client.
On Exchange/Outlook and gmail, the email is received (and I can RSVP to the event).
However, on Domino/Lotus Notes -- the email is not received (i.e. not shown in my mailbox). Though the logs in the Domino console do say the email's sent successfully.... If the organizer's email address was different to mine though -- the email does get received and shown in my mailbox.
Is there some configuration of the Domino server that would allow this email to be received?
Or something else has to be added to the email body?
I think this per your last comment is working as designed. The ICS will just get you a notice on the calendar. I would go back to the Exchange side and use a new meeting form to get all the elements for interaction. If you pass a meeting notice to a Notes user (depending on the version that the client is using) from Exchange you can send invites out of the box. Notes can send replies back successfully in some instances. The issue might come up with reschedules and meeting cancels. These don't play well between systems well. Then you might run your present code to pass a ICS at the time of meeting change time/location. I would see how things work first then write your code. The ICS file will also work under remote devices like Apple iPhone/iPad.

Resources