Send an Email Notification if a Line Item Doesn't Equal 0

Is there a way to send a notification to specific users if a variance/line item is not equal to zero?

Answers

  • Not directly from Anaplan without user intervention. If manual approach would be okay something with MAILTO() function could be done. If manual intervention is not okay then you would need a script running outside of Anaplan to be handling sending noticifications. Script could be scheduled to run frequently and utilise either Anaplan Connect or Anaplan API to read data from Anaplan.

  • If you're using any 3rd party integration tool like Snaplogic or Informatica, then these tools has functions using which you can send automatic email, and you can automate it to run on a regular interval like every 1 hour.