Tip #951: Internal company contacts

You have people in your company who are not Dynamics users, will never use the system, and have no need to own records. However, you want to track those relationships and include them as activity parties or have them synchronize to your Exchange/Outlook contacts. What are the options?

  • Disabled users: Add a Dynamics 365 license to the user in Office 365, assign a security role to the user that includes activity permissions, then remove the license from the user in Office 365. The user will be a disabled user in Dynamics 365, and can be added as an activity party, but users will not synchronize to Exchange/Outlook contacts.
  • Create contacts for them: Create a company record for your company and add contact records for internal contacts. This will make non-users available to be added as activity parties, but then you will be faced with a conundrum: if you have workflows or other processes that send notifications to internal people, you will want the process to apply to both users and non-users, and you will probably want all internal contacts to sync to Outlook. So you will want to add all internal people, including active users, as contacts.

Challenges of maintaining user and contact records for the same people

Most implementations faced with this requirement will elect to create internal contacts, and that can be a workable solution.

In the “old days” (sometime early 2011), having a contact record and a user record that had the same email address caused big problems–Dynamics would resolve the email address of meeting attendees to the first match, which meant that if you had the same email address on a contact and a user, sometimes it would track and resolve against the contact rather than the user, so the meeting would disappear from users’ calendars, causing people to miss meetings.

Now this is no longer an issue–if a meeting is tracked in Outlook with the email address of a user that matches multiple additional records, the meeting attendee is now matched to all records that match. If you pull up a tracked appointment in CRM and see the same name repeated multiple times, this is what is happening. While this may appear unsightly from within the CRM web interface, it does not appear that way to external attendees or inside of Outlook.

So the main technical reason to not have users and contacts with the same email address is no longer an issue; however, you may still find some minor inconveniences from maintaining internal contacts for active users.

  • Creating activities from within the Dynamics web client, if you type a name that matches both a user and a contact, the user creating the record in CRM may inadvertently select the contact when they should select the user. If you are an executive assistant following tip 905to create appointments for your boss, if you type in “George Doubinski” and select the contact George rather than the user George, the appointment will not synchronize to George’s Exchange/Outlook calendar.
  • If your company religiously updates AD information to reflect email, address, and phone number changes, you may find the contact record for the user is outdated. Given that the contact record is what synchronizes to Outlook, not user records, people who use their Outlook contacts on their phone as the company directory may find themselves calling old phone numbers. This happened to me one time when Scott Sewell changed his phone number. The new owner of his old number was quite unhappy when I kept calling him.

A possible solution for this is to tie the internal contacts for active users to their user record. Add a custom lookup to the user record on the contact, and add a lookup for contact to the user that connects to the user’s contact record. when the user record is updated, update the contact record to reflect the updated information. This approach can also automate initial creation of user contacts–on create of a user record, if the contact lookup is blank, create a new contact, populate the user lookup on the contact with a link to the user, and update the contact lookup field on the user with the newly created contact record.

How do you solve the user/contact challenge for people at your company? Let us know in the comments.

Tip #950: Kill the blank page that launches at log in

If you open Dynamics 365 Online 8.2 in Internet Explorer or Microsoft Edge, you may see a second tab with a blank page open automatically. The page will have a URL that starts with https://www.crmdynint.com/Auth/v2/. The browser will prompt you to close this tab.

The first time I saw this, it reminded me of back in CRM 4 when you launched CRM and it would open a second page, then ask you to close it.

Turns out this page is a traffic monitoring site that has something to do with Learning Path. To make this unwanted popup go away, opt out of Learning Path. Or use Chrome, which appears not to exhibit this behavior.

Tip #949: Imported records are not assigned correctly

Just for youToday’s tip on record import comes from Guido “Trekkie not Star Wars fan” Preite. (And you can contribute too by sending your tip to jar@crmtipoftheday.com)

Today I tried to import some accounts from an Excel file in a new CRM instance using the Data Import Wizard, I need also to assign them to the right users using an “Owner” column inside the Excel containing the Full Name of the user.
The records were imported but they were assigned to me and not the the users indicated inside the “Owner” column, I did some test and I found that the problem was about the security roles: if a user inside CRM is active but has no security roles, the Data Import Wizard will not map it. After assigning a security role to the users I tried again the import and the “Owner” was set correctly.

Tîpp Jåär wouldn’t be my name if I didn’t do some extra testing. And what do you know, there are some other strings attached. The records will import successfully but the owner will not be set correctly if:

  • Target user does not have any security roles assigned
  • None of the user’s security roles has read permission on the target entity
  • User is disabled

 

Tip #948: Alternate uses for Marketing Lists

One of my favorite classic features of Dynamics 365/CRM is the marketing list. While it is never on the top of anybody’s list of top features, and the legacy campaign features with which it is associated are long in the tooth, static marketing lists have some unique capabilities that give them utility outside of marketing contexts.

Data cleanup

Marketing lists are very useful for data cleanup, as they allow users to build lists of leads, accounts, or contacts. These lists can be built using one or more advanced finds, lookups, and ad-hoc records. So if you want to bulk delete unqualified leads that are over X months old, and also delete 500 newer junk leads, marketing lists are a great way to put together the list of records to be deleted before running your bulk delete job.

Once you build your marketing list, you can easily select companies, contacts, or leads related to the marketing list in Advanced Find and schedule the deletion with Dynamics bulk delete.

“Not-in” lists

Advanced find does a great job of returning records that meet a certain criteria, but doesn’t do so well telling you what is not there. For example, I can easily get companies with a related contact, but I can’t easily get companies that do NOT have a related contact. Note that FetchXML does allow left outer joins for “not-in” queries, but Advanced Find cannot build these queries. When you don’t have the time, budget, or developers sitting around to write a custom “not-in” query, marketing lists can be a poor man’s alternative.

Let’s consider the scenario where we want to get a list of companies that don’t have any related contacts:

  1. Create a new marketing list. Select “Static” for list type and “Account” for target.
  2. Use advanced find to add all active companies to the list.
  3. Use advanced find to remove companies from the list where related contact contains data.

The resulting list is a list of companies that do not have any related contacts.

Got any other novel/alternate uses for Marketing Lists or any other standard application features? Send them to jar@crmtipoftheday.com.

 

 

Tip #947: Video Guide to Working with Activity Feeds and Auto Post Creation

In this video we look at Dynamics 365’s Activity Feed feature. We walk through how to configure Auto Posting at an Entity level, as well as how to enable the specific rules. In addition we explore how to create a workflow to handle creating rules that are not available by default.

YouTube player

Give us your feedback, all of it: good, bad, and ugly, I’m sure we can take it. Suggest new topics either in comments or by sending your ideas to jar@crmtipoftheday.com.

Don’t forget to subscribe to http://youtube.com/crmtipoftheday!

Tip #946: Online Management API for Dynamics 365 Customer Engagement is here

Today is a good day if you care about development, and ALM in particular. I’ll be paraphrasing Matt “SDK Deity” Barbour in this post but the news is too big to spend time prettifying it.

What is it?

It’s a REST API that lets you create and manage Customer Engagement instances in your Office 365 tenant. It will allow Tenant Administrators to do Instance Create, Back up, Restore, Enabled and disabled Admin Mode and a number of other things.

Is it a big deal?

It sure is!

Why is it a big deal?

For years developers, administrators, and devops have been whining “why can’t you give me the same feature set you have on prem to create or delete or restore instances so I can build this into my Dev / ALM flows”. Well, now you can fully automate your dev / ALM processes.

Where can I read about it?

Start right here and follow the links. Sample in C# is included.

Any gotchas?

  • This API works for only released versions of the product that are available in the region you’re connecting to.
  • This API is region-specific, you need to connect to the region where your instances are.
  • You can only do what you can do in admin center.

Anything else?

More goodness will come with the next release of SDK (9.0). And watch out for a blog post from the team.

I also expect some CI affectionados to shake that API really well in the next few weeks!

Tip #945: If Dynamics 365 seems to be broken, check browser extensions

If a user experiences some odd and unusual Dynamics 365 behavior, it could be due to the browser “plugins” that are known as Chrome extensions, Firefox add-ons, and Edge extensions alike.

Recently I installed AdBlock and Privacy Badger and found that I cannot effectively access Dynamics 365 / CRM without disabling these extensions. That seems to be logical: Dynamics makes a fair use of headers and cookies, both frown upon by privacy nutjobs and anti-ad advocates.

There are probably some other extensions that could trigger unusual behavior so, before blaming Dynamics 365 / CRM for not displaying your pages properly, try running your browser without any extensions or add-ons. The easiest way to do that is to use browser user profiles or incognito mode, both by default won’t load any extensions.

Tip #944: Flow just got more expressive

Just as we learned that Flow users now have a graduation path to the Logic Apps, the team has released another awesome feature blurring the gap between the two.

Flow now has Expression tab that allows some data manipulation as part of an Action. Simplest scenarios include date and string manipulations; thrill seakers can self-inflict some pain with xml() and xpath() expressions.

If you’ve been using Yaml specs as your bedtime reading, you might also enjoy the torture of the formal schema which Flow, unsurprisingly, shares with borrows from Logic Apps.

Tip #943: Upgrading development environment to Dynamics 365 On-premises

Today’s contribution is “an old school on-prem tip” from Brian Illand.

Despite the marketing hype around Dynamics 365 being a whole new product, remember that it is a ‘minor’ upgrade from Dynamics 2016 to Dynamics 365 On-Premise. Dynamics 2016 is v8.0/8.1 and Dynamics 365 is Version 8.2. So, ‘theoretically’, there is a lower than usual risk of things breaking than when you are upgrading between minor versions. Additionally, you shouldn’t need to upgrade any hardware or other dependencies like SQL. Consider the advantages that you could get from Dynamics 365 On-Premise features such as apps and editable grids for this relatively simple installer. It’s a no-brainer.

In practice, a slight hiccup however. Today, we decided to bite the bullet and see how this theory played out, upgrading a relatively new CRM 2016 environment to Dynamics 365. The first step was to test it on a Development environment. When we ran the installer, it took over THREE HOURS to complete (much of the time it was stuck at ‘Microsoft.Crm.UpdateWrapper.HotfixMspInstaller – File: C:\Config.Msi\579f832e.rbf’ in case you’re interested). This is something we attributed to our less than optimal Dev Environment and Dev SQL Server Specs.

So what’s the tip? Here’s 3 :

  1. If the installer looks like it has hung when upgrading don’t panic – check the logs at C:\Users\AppData\Roaming\Microsoft\MSCRM\Logs. If they are getting updated regularly, don’t worry.
  2. You can also check the upgrade status by looking in the UpgradeActionTracker on each database – i.e.
    SELECT * from UpgradeActionTracker order by createdonutc desc
  3. When specifying hardware, to keep costs down, people often specify a beefy production environment, perhaps a broadly equivalent pre-production environment, a slightly less equivalent test environment and a development box that runs like a dog. Think twice about cheap dev kit. This is probably where you will be doing the bulk of your work, publishing and republishing solutions, data loads and such like. If it’s an Azure VM, spec it high initially and scale back when you are not using it. If it’s on-premise, don’t use that server that was destined for the bin, it will cost you more in the long run in waiting around.

Tip #942: Allow users to change roles with limits

So you want to give users who are not system administrators the ability to manage roles for other users, but you don’t want to give them the ability to elevate their own roles? How do you allow users to manage other users’ roles without promoting themselves to system administrator?

In the role for the user who you want to have the “manage roles” capability, add “assign” permission for “Security Role” on the “Business Management” tab.

This will make the “manage roles” button appear on user forms and views for the users with this role. However, it will not allow them to assign roles that they don’t already have themselves. If the user with the security role assign permission has “salesperson” role, he or she will be able to assign other roles the “salesperson” role. They will not be able to assign themselves or other users a role that they don’t have, such as system administrator.