Office 365 Identity Management

…such as Outlook.com, they would need to sign in again. Active Directory Federated Services. In this case, a user would log onto their computer using their credentials, and then they…

Power BI Service Administrator Role

…in Office 365. This role is called Power BI Service Administrator. To assign the role, log into https://portal.office.com and log into the Admin portal. Select Edit a User to edit…

Connecting Outlook Client to Office 365

To the Outlook web client for Office 365 you can go to this address to access your email: https://outlook.office365.com To connect the Outlook desktop client with Office 365, go through…

Your Power BI Guide to American Football

…are led by star quarterback Johnny “Real-Time” Dimension, and The Cyans are led by their quarterback Joe “Mobile” Metrics. The Data Stats have been compiled all season. Just like the…

Query Dynamics CRM Through JavaScript

…leads where the lastname is “Cook”, the query would be: https://yourcrm.crm.dynamics.com/XRMServices/2011/OrganizationData.svc/LeadSet?$filter=LastName eq ‘Cook’ To filter the LeadId our query will be: https://yourcrm.crm.dynamics.com/XRMServices/2011/OrganizationData.svc/LeadSet(guid’id’) Now, we will use XMLHttpRequest to post to…

Query Dynamics CRM through JavaScript with WebAPI

…below: https://yourcrm.crm.dynamics.com/api/data/v8.1/leads?$select=lastname To filter the LeadId our query will be (note no quotes or brackets): https://yourcrm.crm.dynamics.com/api/data/v8.1/leads?$filter=leadid eq id Now, we will use XMLHttpRequest to post to the web service and…

Query Dynamics 365 using jQuery

You can query Dynamics 365 data by using jQuery. Here we will go through an example. We will be connecting to the OData Web service. The URL will be: https://yourcrm.crm.dynamics.com/XRMServices/2011/OrganizationData.svc/…

USD Session Lines

…the assigned hyperlink. We could change the hyperlink here to something else or call a different command for example: https://msdn.microsoft.com/en-us/library/microsoft.crm.unifiedservicedesk.dynamics.actioncommands.aspx Note you can have multiple session lines per entity. Let’s…

Install Dynamics 365 for Operations Content Packs

…see the Dynamics 365 for Financials options below: Select Get It Now: Enter your URL. This is in the format: https://<YourTenant>.financials.dynamics.com:7048/MS/ODataV4/Company(‘CRONUS%20US’) Enter basic credentials: Username = ADMIN (as above) Password…

Introduction to Microsoft Teams

To enable Microsoft Teams, perform the following steps. First, go to Office 365 Admin at http://portal.office.com and select Services and Add-Ins: Select Microsoft Teams: Set to On: Go to Teams:…