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

Alert customization - Getting a table details in email AX 2012

Hi,

Please check for customization in EventActionEmail\createEmailParameterMap class

%data% will print the available notification message.
%Message% will print the information event Table.


You may add your values in createEmailParameterMap  map method of EventActionEmail class.

Regards,

How to invoke and iterate List as Contract methods in AX 2012/ D365

Hi, Public void performContractIterate(ClassContainsListAsContract    _ListCarryClass) { List contractFieldList = new List(Types::Class); ...