After taking my first steps into integrating services with Microsoft Dynamics 365 I have learnt a thing or two about the service and feel I should share them. The first thing I’m going to go through is how to update a navigational property of an entity using the provided Web API. I am going to assume you know how to access the API and have an token as that is a whole other guide!
Continue reading Update Dynamics 365 Navigational Properties through the Web APICategory: Services
Setting up Outlook.com and Hotmail Custom Domain Alias
I am currently in the process of moving over from a Linux VPS to a Windows VPS. Due to the limited resources of my current web server I am unable to run an exchange server to handle all of my email, calendar etc. I have therefore decided to make use of the relatively new Outlook.com for all of my website email addresses as it integrates well with the desktop version of Outlook. Previously, I had much more control over my email accounts compared to Outlook. This included the ability to assign multiple addresses to a single mailbox. I knew you could set up an alias for a Hotmail account so I began looking into how to set one up for my Outlook accounts.
Continue reading Setting up Outlook.com and Hotmail Custom Domain AliasGet Longitude and Latitude from Google Maps
Getting the longitude and latitude from Google maps can be quite annoying, here’s a simple way to do it!
Continue reading Get Longitude and Latitude from Google Maps