So, you’ve got a JavaScript you’re having trouble with. What you can do is fire up Chrome, open the Developer Tools by pressing F12, choose the Console tab, and then log into your D365 instance.
[More]
After a recent update to Microsoft Office 365, I was surprised to see the Office Toolbar/Ribbon behave weirdly when I tried to pin it. Previously, when I pinned it, it would just stay on the screen in the format it was in. However, after the update, pinning the Toolbar resulted in it completely changing - and it became bigger and (in my opinion) less useful. It turns out the issue is related to some Touch settings in Office!
[More]
With a diameter of about 700 times that of our Sun, Betelgeuse would extend out past the orbit of Mars if it was plunked into the middle of our Solar System. It's surface temperature is lower than our Sun's (3500K vs. 5778K) so it glows with a distinctive red colour. It is a semi-regular variable, which means it does dim and brighten over time - so in some respects this fainting (dimming) is normal.
[More]
I use LetsEncrypt for my SSL needs on my websites (including this one!). It works seamlessly with my hosting provider (GoDaddy) but sometimes I generate a certificate to use on a local Windows box for testing purposes. However, the certificates that LetsEncrypt gives you aren't readily importable into IIS. Fortunately, there is a way to do it.
[More]
This is a handy guide as often when I'm observing I want to make a note of the seeing and transparency but I always "gut" feel it as 1-5 for seeing and 1-7 for transparency. This gives me a bit more of an objective way to rate it.
[More]
If you're like me, you are often configuring servers and services to use service accounts - a service account is a dedicated Active Directory account that is not used by any users, instead it is used by an application to access network resources. Sometimes I am unsure if I have the right password for the service account (for example, configuring SQL Reporting Services to use an AD account), so it is helpful if I can verify that I have the right username and password.
[More]
Likely near the end of this year (October?), Microsoft will make the new Unified Interface mandatory on all Dynamics 365 Online instances. Until then, we can choose between this new UI and the Classic Web Interface. Here are the steps to do that.
[More]
If you run CRM/D365 on premises you may notice that out of the box the security tokens only last for an hour and then you have to log in again. This is because the default lifetime of the security token for claims-based authentication in Active Directory Federation Services (ADFS) is 60 minutes. When I normally set up an on premises installation, I set the token lifetime to be at least 8 hours (480 minutes) so that users will be able to log in when they arrive in the morning and then use CRM uninterrupted until they leave at the end of the day. The next day when they go to CRM, they have to log in again.
[More]
The new Unified Interface for Microsoft Dynamics 365 poses a challenge to users switching from the Classic Web Interface - the Run Workflow option is no longer available. If you use on-demand workflows to help users get things done in CRM, this is potentially an issue.
[More]
Sometimes if you're using older software on newer versions of Windows (ie: Windows 10 or Windows Server 2019), you need to install the .NET 3.5 stack. This is simple to do if you have your Windows installation media - but if you don't, it can be a headache. A simple way around this is to install it using Windows Update.
[More]