Connecting to Dynamics 365 using the Organization Service Proxy

…= new ClientCredentials(); clientCredentials.UserName.UserName = “your@email.com“; clientCredentials.UserName.Password = “yourpassword”; OrganizationServiceProxy _serviceProxy = new OrganizationServiceProxy(oUri, null, clientCredentials, null); _serviceProxy.EnableProxyTypes(); OrganizationServiceContext orgContext = new OrganizationServiceContext(_serviceProxy); RetrieveVersionRequest versionRequest = new RetrieveVersionRequest(); RetrieveVersionResponse versionResponse…

Create Tabular Model in SSAS 2016

We will go through an example of how to create a new tabular model in SQL Server Analysis Services 2016 (SSAS). Open SQL Server Data Tools (SSDT) and create a…

Dynamics 365 Rollup Fields

…Accounts form. Note we can see there are 3 fields actually created: New Rollup Field New Rollup Field (Last Updated On) New Rollup Field (State) We will add all of…

JavaScript Dates – new Date and UTC

In JavaScript, we can create a new date using: var date1 = new Date(“2018-01-01”); If we print this in the console, we actually get a different date: This is because…

Behavior of Merging Cases in Dynamics 365

…like to consolidate so one case exists. First, let’s create a new case. Go to Service->Cases: Create a new case: We will call it Case 1: Let’s create a new