Excel add-in reload for Microsoft Dynamics 365 Finance and Operations
Underlying Architecture
Excel > Office Web Add-in (JS + HTML) > JavaScript OData API (Olingo) > Authentication through Azure Active Directory (AAD) > AX OData services on the AOS > AX Entities > AX LINQ provider > AX Database
If Excel crashes then better to reload the add-in
Use the Office Web Add-ins menu button to reload the add-in.
When the add-in is reloaded, it updates all the data for the workbook that is contained in tables that are associated with the add-in.
*This post is locked for comments