Skip to content

James Wood

10 Posts
91 Views
Dynamics 365 Customer Engagement

Using the 365 entity class in a late bound fashion

In this article I’ll address usage of the entity class. The entity class is critical element when interacting with 365 data via the IOrganizationService, it is especially important when working in a…

📅 25 June 2017 👁 13 views ↗ WOODSWORKBLOG
Dynamics 365 Customer Engagement

Exploring the Microsoft Dynamics 365 SDK

Microsoft provide a downloadable SDK that contains a variety of resources which are often useful (or required) when working with 365. You can get the SDK here (or just Google it if…

📅 25 June 2017 👁 1 views ↗ WOODSWORKBLOG
Dynamics 365 Customer Engagement

Introducing the Microsoft Dynamics 365 web services

Dynamics 365 has several web services, these provide access to pretty much every piece of data and functionality within the application. Whilst some web services have distinct duties, there are a couple…

📅 25 June 2017 👁 11 views ↗ WOODSWORKBLOG
Dynamics 365 Customer Engagement

Writing server side code with Microsoft Dynamics 365

Server sided developments in Dynamics 365 allow us to interact with the application data and processes. Primarily we can add coded elements directly into the application itself, or communicate with 365 from…

📅 25 June 2017 👁 1 views ↗ WOODSWORKBLOG