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]” ...

December 2018 · Smart Tech

Dynamics 365 Field services mobile app debugging

This is an overview of how to build and debug a Dynamics 365 Field Services Mobile Application using Resco’s Woodford mobile framework (JavaScript library) Please let me know if you have a better way to manage this development life cycle. Id be keen to improve the experience. What does the mobile application look like? The project solution on disk This project uses TypeScript with VS Code. Typescript helped catch lots of issues before deployment. ...

December 2016 · Smart Tech