05 Oct 2020
01:40 PM
- last edited on
12 Sep 2022
03:51 AM
by
Ana_Kuzmenchuk
I am having difficulty with user tags for Dynamics 365. I have tried using a CSS selector of...
#userInformationLauncher_buttoncrm_header_global_me-control > button
On the forum, I saw a posting for Sharepoint; the global variable suggested, _spPageContextInfo.userDisplayName, is working for our Sharepoint application in Dynatrace. Is there a global variable for Dynamics 365 for user information? Are there global JS variables for other Office 365 applications? Where would I go to find this information?
Solved! Go to Solution.
Hi Bill,
I have tested this selector and it is working
#meControl > div > div > div > div.msame_Header_name.msame_TxtTrunc.x-hidden-focusHope this helps
Abraham
Thanks. I'm testing this now.
Our D365 top bar navigation is different...
Here is a small guide that shows how you can capture and test your CSS Selector