Category Archives: Blog
How to Copy and Paste in Power Automate
Introduction Power Automate has finally got one of the most awaited features. Let me explain it to you. So, if you are willing to deploy similar type of actions inside flow, you had no option but to write each action separately from the beginning. phew! That sounds like lot of work! But now, thanks to … Continue reading How to Copy and Paste in Power Automate
Share Story :
Test Automation on MS Dynamics CRM using TypeScript Library
Nowadays, Test Automation is the most important requirement for any company to check Quality assurance of their product or software. There are very few tools available for Test Automation of MS Dynamics CRM. In this blog, we are going to see how we can do Test Automation using TypeScript Library (D365-UI-Test). It is the opensource … Continue reading Test Automation on MS Dynamics CRM using TypeScript Library
Share Story :
Trigger Power Automate on Condition
Introduction This blog explains how we can trigger Power Automate based on the required condition. Suppose you have a requirement where you want your flow should get trigger based on some condition then you can check condition on “Trigger” itself rather than adding a new action to check condition. Use Case: Trigger flow when Lead … Continue reading Trigger Power Automate on Condition
Share Story :
How to get Email notification when Azure Data Factory Pipeline fail
However, it seems there’s no “e-mail activity” in Azure Data Factory. I would like to send an e-mail notification if one of the activities fail. In this blog I am going to explain you how to send an e-mail notification using ADF Web Activity and Azure Logic App. Sending an Email with Logic Apps Logic … Continue reading How to get Email notification when Azure Data Factory Pipeline fail
Share Story :
How to create Date tables in Power BI. Why are they remarkably important in data models?
In this blog I am going to explain you how to create a Date table in Power BI desktop. A date table is a table that contains one column of DateTime type with unique values. It’s also called CALENDAR table A data model typically contains a date table A date table is designed to slice … Continue reading How to create Date tables in Power BI. Why are they remarkably important in data models?
Share Story :
Develop Custom Workflow:Counting Journals workflow
In this blog, you will learn how to develop a custom workflow that is not present out of the box in D365 Finance. For this blog I’m creating a workflow for Counting Journal (Inventory management>>Journal Entries>>Item Counting>>Counting) because there is no such workflow for inventory management module. The followings are steps that are to be … Continue reading Develop Custom Workflow:Counting Journals workflow
Share Story :
How to Add Workflow form for D365 finance and Operation modules
In D365 Finance and Operation for some modules, there is no Workflow setup. eg:- Inventory management module. In such a case, we need to perform the following steps after which you can see the workflow setup form which will include all the workflows for that specific module. First, we need to add the Display menu … Continue reading How to Add Workflow form for D365 finance and Operation modules
Share Story :
How to fix Client found response content type of ”, but expected ‘text/xml’
While running Integration map from Salesforce to AX we might encounter blank response received but expected text/xml. In current use case existing user was deactivated and new user was added into salesforce. To fix this kind of issue we can follow below steps: Login to the salesforce environment Go to setup Following screen will open … Continue reading How to fix Client found response content type of ”, but expected ‘text/xml’
Share Story :
How to Capture Error Description and Error Log Date in Script Component in SSIS
Our Scenario: To resolve the Errors that occur due to componentMetadata130 and to capture the Error Log Date and Error Description while doing custom Error Handling in SSIS use the following steps. Solution: Error Handling at OLEDB Source Block: Step 1: Add a Script Component to catch the Error Description, Error Log Date and Entity. … Continue reading How to Capture Error Description and Error Log Date in Script Component in SSIS
Share Story :
Create new Sandbox and copy Production over to it in PowerPlatform Admin Center
This is one of the standard approaches if you want to copy over a Production instance over to a Sandbox one. Most common scenarios being when you’ve on-boarded a new client to Dynamics 365 / PowerPlatform and you’re nearing Go Live for the first time! You need a Sandbox to then follow new customization on … Continue reading Create new Sandbox and copy Production over to it in PowerPlatform Admin Center