Announcements
When someone try to insert or update in any table I need to call my custom method. Is there any common method called when insert or update performed on any table?
Is it possible to subscribe an event for all the table insert or update?
You have to write code in all the table events . You could see if you can use common object and see if it helps.
Hi Vairam,
It is not possible to write events on the common object. You have to do it for each table. You can also look at the blog from Lane: community.dynamics.com/.../runtime-eventing-in-dynamics365-for-operations
It's not possible. And it would have a severe impact on performance. What is your business requirement?
I think that the database log feature is a better solution performance wise than events. You could enable database log for the tables that you need, then create a batch job that reads the database log and runs your custom logic. This would not be real time, though. So it depends on your business requirement if this approach is feasible or not.
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to a top community star!
In our never-ending quest to help the Dynamics 365 Community members get answers faster …
Welcome to the next edition of the Community Platform Update. This is a status …
Stay up to date on forum activity by subscribing.