Category Archives: Blog
November 2017 Updates for PowerBI Desktop
Introduction: In this blog article, I will talk about the November Updates for PowerBI Desktop. Conditional Formatting based on Rules: You can now set the colour of the text based on a predefined rule depending on your business logic. This enables you to colour-code your data based on a set of rules that you set … Continue reading November 2017 Updates for PowerBI Desktop
Share Story :
Retrieve Multiple Records using Web API in Dynamics 365 version 9.0
Introduction: In this blog article, we will be showing how use fetch XML to retrieve multiple records with the new Web API in Dynamics 365 version 9.0 Implementation: Step 1: The retrieveMultipleRecords() method retrieves a collection of entity records. The basic syntax is as follows: Xrm.WebApi.retrieveMultipleRecords(entityLogicalName,options,maxPageSize).then(successCallback, errorCallback); Here the options parameter refers to the query … Continue reading Retrieve Multiple Records using Web API in Dynamics 365 version 9.0
Share Story :
Analysis Services Connection Configuration in Power BI for Live Connection
Introduction: In this article, we will learn how to successfully connect to Analysis Services in Power BI for Live Connection. Checklist for Connection: The Domain Account must be a Server Admin in Analysis Server. Right Click on the Analysis Server > Select Properties > Select Security > The domain account must be added/present here. … Continue reading Analysis Services Connection Configuration in Power BI for Live Connection
Share Story :
Steps to configure Power BI Gateway
Introduction: In this article, we will learn how to configure Power BI Gateway. Steps to configure Gateway Login to Power BI service. Select Downloads icon> Data Gateway. You will be redirected to Power BI Gateway Download Page and click Download Gateway. Run the PowerBIGatewayInstaller. Click Next and then Install. The Power BI Gateway will be Installed. … Continue reading Steps to configure Power BI Gateway
Share Story :
DLL Deployment Error on Scribe On-Premise Agent Server
Introduction: Recently, we encountered a strange behavior of Scribe On-Premise Agent when we deployed a DLLs for a Custom Connector. After deployment of DLLs on the Agent, the status of the Scribe Agent was stuck at “Updating” and the Connector was not visible under the connector drop down. Troubleshooting: We checked the “MICROAGE1 Agent 2” Agent … Continue reading DLL Deployment Error on Scribe On-Premise Agent Server
Share Story :
Dynamics CRM Marketing list members sync with MailChimp- Part 2
Introduction: This blog is the continuation of Part 1 and it will show you the code that are required for the action to work and the workflows created in CRM. Steps: 1. Add a button on marketing list using Ribbon Workbench and script which calls the action. 2. Create an action “MailChimpBatchCreateCall” that triggers on … Continue reading Dynamics CRM Marketing list members sync with MailChimp- Part 2
Share Story :
How to login Windows Client and Web Client using ‘NavUserPassword’ Authentication in Microsoft Dynamics NAV
Incorporating your Microsoft dynamics nav upgrade isn’t something you do in only a day or two. It takes a cautious arrangement and the correct assets. At the point when done quickly or without appropriate exploration, retailers can be left with expensive tasks that last months and never appear to work accurately. That is the reason … Continue reading How to login Windows Client and Web Client using ‘NavUserPassword’ Authentication in Microsoft Dynamics NAV
Share Story :
Auditing Reports in Exchange Online
Introduction: Auditing in Exchange Admin Center means troubleshooting the configuration issues by tracking specific changes made by administrators and to help you meet regulatory, compliance, and litigation requirements. Exchange provides two types of audit logging: Administrator audit logging. Mailbox audit logging. Note: You must enable mailbox audit logging for each mailbox so that audited events are … Continue reading Auditing Reports in Exchange Online
Share Story :
Creating a New Module in Dynamics 365 for Finance and Operation
Introduction: In Dynamics 365 New Modules are created using Menu. This is Customization in Dynamics 365 for Finance and Operations. Steps: Following are the Steps of Implementation: Step 1: Create a Menu Item Add a new Item to your Project . Under Dynamics 365 Items go to User Interface. Select Display Menu Item and give … Continue reading Creating a New Module in Dynamics 365 for Finance and Operation
Share Story :
How to Connect with Dynamics 365 and use Lookup Field of Dynamics CRM in PowerApps.
Introduction: This blog explains how to Connect with Dynamics 365 and use Lookup Field of Dynamics CRM in PowerApps. Steps for Creating Connection to Dynamics 365: Go to https://web.powerapps.com Create a new Connection with Dynamics 365. Click on New Connection and search for Dynamics 365. Select Dynamics 365 and click on Create. Enter the Credentials for the … Continue reading How to Connect with Dynamics 365 and use Lookup Field of Dynamics CRM in PowerApps.