Extending Microsoft Dynamics 365 Finance and Supply Chain Management Cookbook - Second Edition
by Simon Buxton
There's more...
The extent to which application objects (such as forms, tables, and data entities) are extensible will evolve with each release. Currently, we can add data sources, ranges, relations, field groups, and table maps to data entities. We cannot add new methods or change existing ones, as this would result in no practical difference to an over-layer (except it could be worse, as no tooling would exist for conflict management). Instead, we would use a chain of command or preferably subscribe to the many event delegates.
When subscribing to events, you will need to read the original code. Sometimes the data is transferred using an insert_recordset statement, where the fields are written literally into the code.
This causes two problems: ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access