Is there anyway to provide a notification to the user
Hi team,
I want to create an automatic notification system. as you can see in below screen, there is a module with week time dimension and delta line item (difference of actual data vs forecast data). so, I want to notify the user via email whenever the delta Boolean is true ?
How to create this in anaplan?
Answers
-
How to use notifications effectively — Anaplan Community
Please read this article hope it helps
Thanks0 -
This can’t be done unless a user presses a button or you use some outside technology.
If you have an ERP that enables scripting like NetSuite, or access to the AWS, Microsoft, or Google Cloud, you can use those to implement an executable listener that you periodically pings Anaplan and watches for changes in the boolean line item you created and send an email if a change is detected.
You can also do this with an on-prem or virtual machine and Anaplan Connect.
Really, anything that can invoke the Anaplan API and send a message via SMTP which includes windows command line, powershell, bash, terminal, etc.
Give a shout if any questions.0