This article will guide you through the necessary steps creating windows service. Whenever there is a need for some automated jobs that have to run On-Prem for a client,…
Recently I have seen lots of posts on CRM Community on how to establish a connection to CRM using Console Application or Web API. Here we will focus on using Office365 a…
In this post, we will look at how to get selected record from a subgrid using executionContext. Note this will work on Editable grids, using OnRecordSelect event. Consid…
To get names and properties for specific type use Type.GetProperties . The method returns an array of ProperyInfo . A property is considered public to reflection if it h…
In some scenarios you might get a requirement to attach a note in the entity.To attach a note to the D365 entity you can use the below code snippet. The note entity is c…