Alfasith AX

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

Tuesday, September 5, 2017

Override the action pane methods in List Page AX 2012

Hi,

Please change the Display Target properties to client instead of Auto  / EP to get the override methods.

Also this can be achieved by interaction class.

Regards,

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

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); ...