D365 FO OData proxy generation
To create the D365 FinOps C# OData Proxy do: 1. Install the following plugin https://marketplace.visualstudio.com/items?itemName=Unchase.unchaseodataconnectedservice 2. Using a Visual Studio Standard Library project and add a new ‘Connected Service’ 3. Open the Reference.cs file in VS Code (VS Code seems to handle the file better than Notepad++ and Visual Studio) 4. Search for the EDMX mega string in the file private const string Edmx = @”[mega big xml string we need to change]” ...