Hi All,
what is difference between chain commands & class extension in d365fo
Chain of Command is the thing that allows you to write method extensions and call next in them. Then you'll get several methods (of the same name) that are called in sequence instead of the single original method.
Class extensions are a more general concept. For example, if you add a class extension method, add a class field or an event handler, you're extending a class but you're not using CoC.
Also, check out documentation: Class extension - Method wrapping and Chain of Command.
Hi,
A class extension and CoC are used together.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,253 Super User 2024 Season 2
Martin Dráb 230,188 Most Valuable Professional
nmaenpaa 101,156