Dynamics CRM Retrieve Multiple and Query Expression

…Microsoft.Crm.Sdk.Messages; using Microsoft.Xrm.Sdk.Query; Then add code to connect to CRM: var connectionString = @”AuthType=Office365;Url=https://yourcrm.crm.dynamics.com/;Username=you@username;Password=yourpassword”; CrmServiceClient conn = new CrmServiceClient(connectionString); IOrganizationService _orgService; _orgService = (IOrganizationService)conn.OrganizationWebProxyClient != null ? (IOrganizationService)conn.OrganizationWebProxyClient : (IOrganizationService)conn.OrganizationServiceProxy;…

Introduction to Microsoft Flow

…go through an example of creating a flow. Firstly, log into the Microsoft Flow website: https://flow.microsoft.com/ You can search for existing templates to accomplish tasks: You can also browse templates…

Azure Active Directory Users and Groups

To manage users and groups in Azure Active Directory, select Active Directory in portal.azure.com: To add a new group, select Users and Groups->All Groups->Add: Enter a group name and click…

Power BI PubNub

To create a Power BI streaming dataset using PubNub, perform the following steps. Firstly, log into powerbi.com. In the bottom left of the screen, select Streaming datasets: Then select +…

Set Dynamics 365 Instance Name

Go to https://portal.office.com. Then, select Admin from the options: Select Dynamics 365: You can then set the name below:  …

Row Level Security (RLS) in Power BI

…publish to powerbi.com. We can then manage user security from there. Under Datasets, select Security: You will see the Roles defined in Power BI Desktop. Enter a member this role:…

Azure Key Vault

Azure Key Vault allows you to encrypt keys used for authentication, storage accounts etc, in the cloud. They keys are protected by hardware security modules, or HSMs. In portal.azure.com, you…

Dynamics CRM Online Updates

To apply updates to your online instances of Dynamics CRM, go to http://portal.office.com. Then, select Admin from the options: Select Dynamics 365: Then select Updates:  …

Ribbon Workbench for Dynamics CRM 2015

To download the Ribbon Workbench, go to: https://ribbonworkbench.uservoice.com/knowledgebase/articles/80806-download-ribbon-workbench-for-crm-2011-2013-2015   Select the download link: Select the version: Check email: This will download the file: In Dynamics CRM, go to Solutions: Select…

Power BI Solution Templates on Github

You can find the Power BI Solution Templates on Github here: https://github.com/Microsoft/Business-platform-solution-templates  …