Alfasith AX

Alfasith AX
اللَّهُمَّ انْفَعْنِي بِمَا عَلَّمْتَنِي، وَعَلِّمْنِي مَا يَنْفَعُنِي، وَزِدْنِي عِلْمًا

Tuesday, September 5, 2017

Due date based alert Configuration in AX 2012

Hi,

1. Create a a date field.
2. Right click in form level and select create alerts.
3. Select due in in the pop up.
4. Select the email alert notification and no end time.  // Now records get created in Event Table.
5. Select Organisation Administration \ Setup \Alert  view details create the email template.
6. Define the batch group for that batch.
7. System Administration \ Periodic \Alert \ Due date click.
8. Run the Tutorial_EventProcessor form.



Note: Please make sure that you enable the batch processing and email alert in the batch in point 7.

Thanks

No comments:

Post a Comment

SQL code to upate one Legal entity banner to all the legal entity in D365

 Hi, update companyimage set  companyimage.Image  = companyimageA.Image  from  ( select Image from companyimage where dataAreaid = 'USF...