Page 1 of 1

Email Notifications for a Tm1 Application

Posted: Tue Oct 01, 2019 6:50 am
by DYNA
Hi guys.

On a Tm1 Application, there is a requirement in our business which states that the manager must be notified on a certain date which budgets haven't been submitted.

We are using an Approval Hierarchy application type, and our current business structure/hierarchy is as follows:
-> Cluster (Highest level)
-> Department
-> Branch
-> Business Unit (Lowest Level)

For example, the Branch manager must be notified on a certain date, via email, which business units haven't submitted.

Is this possible to achieve?

Re: Email Notifications for a Tm1 Application

Posted: Tue Oct 01, 2019 7:55 am
by Paul Segal
Yes, quite possible. Look here https://exploringtm1.com/sending-emails ... m1-part-1/, or search on the internet. You'll need to have the manager's email addresses stored somewhere, a manager specified per Business Unit and a submission date for each Business Unit (unless it's a standard date for all Business units. Then write a TI to send an email to the specified manager if the submission date has passed.

Re: Email Notifications for a Tm1 Application

Posted: Tue Oct 01, 2019 8:28 pm
by macsir
If your server is on Windows, then just call in-built Send-MailMessage function from Powershell. It has all functions you need and no need to install other software.