Hi Harikiran BM , As of now there are some limitation in terms of Events. Microsoft have not published events in all function. But that being said we need to remember two things - 1. Even with Existing triggers, we can re-write some customization (we have to rethink about how to customize NAV). ** The way we used to customize NAV also need to re-think while using Events and Subscribers. 2. If customization cannot be re written then i would suggest to use Hook Pattern. ** With this it will be easy to move code when a event is added in future. But please think about re-write. Just an example - I took 2-3 hour to re-think a small sales customization to map it to Events and Subscriptions.
↧