Alfasith AX

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

Thursday, November 29, 2018

How to achieve alerts for child tables in D365

Hi,

Microsoft D365 doesn't support alert handling for child tables when there is a parent table in a form.

We can do a work around to handle this by using the sysTableBrowser URL for the particular table which is not listed in any form.


Regards,

No comments:

Post a Comment

Get a table ID in SQL - D365

Hi select ID from SysTableIdView where  SysTableIdView .Name = 'CustTable' Regards,