I think that most of you who are writing applications connecting to Dynamics 365 already wrote thousands of some similar code: It’s simply connecting to Dynamics 365 using connection string and querying contacts. Connection string looks like that: For many years it was working like a […]
CRM 2016 brought one great improvement – possibility to choose what subcomponents we want to include in the solution. We can choose single fields, views or relationships for an entity. Previously when an entity has been added to a solution, all its subcomponents were automatically added to this solution. This great feature allows to better […]