User Review
0 (0 votes)Power Automate Azure Logic Apps Power Automate is built on top of Azure Logic Apps It is a SaaS service for workflow automation across several different apps and SaaS services. It is a PaaS service for workflow automation across several different apps, SaaS services, and IaaS services for enterprise integration. For more of self-service and … Continue reading “Power Automate vs Azure Logic Apps”
Originally posted on Friyank Parikh Blog:
Hi All, Welcome,Today we will see how to limit the number of responses in Microsoft Forms aka Customer Voice. We have a survey, and customer can fill and submit this survey. But, Requirement is to allow only first 5 customer to reply not more than that. So Before this…
Below are few key points on Azure architecture and management Check availability of Azure products region-wise https://azure.microsoft.com/en-us/global-infrastructure/services/ Below we have filtered it to see products available in UAE We can also filter it further if we are looking for a specific product or service. We can refer to the Data residency document to see where … Continue reading “Azure Architecture and Management – Introduction”
There are couple of improvements in user experience for sub grids and form tab in Power Apps Mobile app. Check other blog posts on Release 2020 Wave 2 Headers are more protruding for sub grid to separate it from rest of the sections of the form. There is also an option (+ New Case – below) … Continue reading “Sub grid and form tabs improvements in Power Apps Mobile App”
Originally posted on HowCanIHelpYou?:
SSRS Reports have a placeholder property HTML – Interpret HTML tags as styles. That property allows you to use HTML tags while displaying report. We have to face the problem when we want to display SharePoint`s RichText field content is SSRS Report. RichText field may contain some characters that are stored different in SharePoint…
Cloud Computing enables companies to consume a complete resource – such as virtual machine, storage, or an application as a utility – just like electricity – rather than having to build and maintain computing infrastructure in-house. Cloud provider provides the cloud infrastructure which is shared across multiple clients. Clients can select which service to use … Continue reading “Microsoft Azure / Cloud Computing – Introduction”
Originally posted on Ajit Patra:
We often come across requirements in which we want to add certain value to the same variable e.g. for integer variable, x=x+5 or for string variable, test=test+”additional”. We were trying to achieve the same thing using PowerAutomate. However, while doing this using Set Variable action, we got an error saying…
Recently we had a requirement to launch a .NET desktop application installed in the user’s machine from within Dynamics 365 and also pass parameters to it. One of the ways of implementing is by using the Custom URL Protocol. Modern browsers and operating systems allow us to implement a custom URL protocol and register an … Continue reading “Use custom browser protocol to launch desktop applications from Dynamics 365”
Below are some of the updates in the product as part of 2020 Release Wave 2. To switch between the Dynamics 365 Apps, we need to click on down arrow icon next to Dynamics 365. With 2020 Release Wave 2, we can click on the app name i.e. which opens up the pop-up windows listing … Continue reading “App Switcher, Back option and other changes in Dynamics 365 – 2020 Release Wave 2”
Originally posted on tsmatz:
With new Azure Portal (https://portal.azure.com/), Azure AD provides very flexible SAML-based configuration, but some folks ask me where to do that ? In this post, I show you the answer for this question using some bit of SAML-based federation sample code of PHP and Node.js. Note : For the settings using Azure…
Queue Item details for a Queue Item earlier used to open in a new window. Thus losing the context 2020 Release Wave 2 provides an immersive experience for the agents, as the queue item details open in the context of the parent window. Small but nice update for the agents. Check other blog posts on Release … Continue reading “Queue Item details change in Dynamics 365 – 2020 Release Wave 2”
Originally posted on Erik Svensen – Blog about Power BI, Power Apps, Power Query:
As you may have noticed I have blogged twice about the new awesome feature in Power BI Desktop where we can build our own external tool buttons in Power BI Desktop. Here is a link to the previous posts. Analyze in…
In our previous post, we created the SSIS Catalog (SSISDB) in Azure and deployed the SSIS package using SSDT. Supported version for SSDT – SQL Server Data Tools to deploy SSIS package to Azure. For Visual Studio 2017, version 15.3 or later. For Visual Studio 2015, version 17.2 or later. In this post, we’d use … Continue reading “Using SQL Server Management Studio to deploy and run SSIS package in Azure Data Factory”
In the previous post, we saw how to deploy and run SSIS packages on the cloud. Here we take it one step further and will deploy and run the SSIS packages that use KingswaySoft’ s SSIS Integration Toolkit components. Here we will need an Azure Subscription, where we will host the SSISDB, followed by provisioning … Continue reading “Deploy and run SSIS Integration Toolkit for Dynamics 365 on Azure Data Lake (KingswaySoft)”
Before the SSIS package can be deployed to Azure Data Factory we need to provision Azure-SQL Server Integration Service (SSIS) runtime (IR) in Azure Data Factory. In the previous posts, we had created an Azure data factory instance had used Azure SQL Database as the source. Within Azure Data Factory in the Let’s get started … Continue reading “Deploy and run SSIS package in Azure Data Factory”
Originally posted on Ajit Patra:
Many times we come across requirements such as show/hide ribbon buttons based on logged in user’s security role. Earlier, we used to get security roles of logged in user at client side using Xrm.Utility.getGlobalContext().userSettings.securityRoles which used to return array of GUID value of each security role. Now that it’s deprecated,…
Let us take a simple example where we will set up an Azure Data Factory instance and use Copy data activity to move data from the Azure SQL database to Dynamics 365. Login to Azure Portal. https://portal.azure.com Search for Data factories Create a new data factory instance Once the deployment is successful, click on Go … Continue reading “Use Azure Data Factory V2 to load data into Dynamics 365”
Recently, while trying to connect to Dynamics 365 data set through Linked Service we got the below error Seems like a product issue, so the workaround is Opening Azure Data Factory in a new incognito or in-private mode. Or Cancel and do not select the certificate, while testing the connection. Ignoring the certificate fixed the … Continue reading “Failed to get response from server error while trying to connect to Dynamics 365 using linked services – Azure Data Factory”
In the previous post, we saw how to export CDS data to Azure Data Lake Storage Gen2. Here we’d see how to write Power BI reports using that data. Open the Power BI Desktop, and click on Get data Select Azure > Azure Data Lake Gen 2 and click on connect. To get the container … Continue reading “Use Power BI to analyze the CDS data in Azure Data Lake Storage Gen2”
While trying to connect to a table within Azure Data Lake Storage Gen2 through CDS Folder View we got the below error Users have reported this issue with the August 2020 Update of Power BI Desktop. As suggested in the forums, downgrading to June 2020 Update fixed the issue for us. Check out Export CDS data … Continue reading “Error – We don’t support the option ‘HierarchicalNavigation’. Parameter name: HierarchicalNavigation when trying to load table in Power BI Desktop using Azure Data Lake Storage Gen 2 CDM Folder view (beta)”
While trying to connect to Azure Data Lake Storage Gen2 through Power BI Desktop we got the below error Came as surprise cause the user was had the owner role assigned to the container It turned out we need to assign the Storage Blob Data Reader role to the user. After assigning the role we … Continue reading “Error – Access to the resource is forbidden while trying to connect to Azure Data Lake Storage Gen2 using Power BI Desktop”
Azure Data lake store gen 2 can be described as a large repository of data, structured or unstructured built on top of Azure Blob storage, that is secure (encryption – data at rest), manageable, scalable, cost-effective, easy to integrate with. Export to Data Lake allows for continuous replication of CDS entities to Data Lake Storage … Continue reading “Export data from Common Data Service to Azure Data Lake Storage Gen2”
Originally posted on Virendra Agrawal’s Blog:
I recently had an opportunity to work on Dynamics 365 Customer Insights for a retail client who was envisioning to consolidate their customer’s information to achieve a true customer 360-degree view. The main objective was to remove the silos of data that represents customer purchases, payments, website visits,…
The new monitor feature added for the Model-driven apps can be used for troubleshooting issues with form related events. We have 2 ways to access the monitor option. Select the Model-driven app inside Power Apps and select Monitor in the command bar. The other option is to add the parameter &monitor=true to the end of … Continue reading “Use Monitor to troubleshoot forms in the model-driven app (preview)– Dynamics 365”
With 2020 Release Wave 2, users can now finally compose, edit, and send emails from the Dynamics 365 Mobile App. Check other blog posts on Release 2020 Wave 2 Now mobile users can – Compose and send email from Dynamics 365 Mobile app Navigate to Activities menu from the home page. We can see the Email entity … Continue reading “Email experience now available in Dynamics 365 Mobile App – 2020 Release Wave 2”
With 2020 Release Wave 1, new experience was added for administrators which uses Power Automate for defining rules, conditions, and actions for SLA and Automatic create and update records rule. https://nishantrana.me/2020/02/26/automatic-record-creation-and-update-rules-enhancements-in-dynamics-365-customer-service-2020-release-wave-1/ Now 2020 Release Wave 2 provides a tool to migrate the existing rules and SLA from classic app to the Customer Service Hub that … Continue reading “ARC and SLA Migration tool (Preview) in Dynamics 365 – 2020 Release Wave 2”
Originally posted on D365 Demystified:
Here’s how you can register your Canvas Power App in your Azure’s Application Insights and log telemetry data into Azure. Some basic info about what all you can see in Application Insights is – Count of Users who used the app Events logged, Sessions logged Device info Region info It’s…
Let us update our previous flow, to use markdown to format the approval email. Markdown is the lightweight mark-up language for adding formatting elements to the plain text. Refer the Markdown cheat sheet We’d update the Details property of Start and wait for an approval action. Below we have added some sample text that uses … Continue reading “Use markdown to format approval emails – Power Automate and Dynamics 365”
Let us update our previous flow to use Approval Type – Custom Responses, using which we can define our custom response options (instead of limiting ourselves to Approve and Reject) Here we have updated the Start and wait for an approval action’s Approval Type from Approve / Reject – First to respond to Custom Responses … Continue reading “Custom Responses in Approvals – Power Automate and Dynamics 365”
Let us update our previous flow to include parallel approvals. The difference between Approve / Reject Type – Everyone must approve and parallel approvals would be that using parallel approvals we could wait for responses for all the approvers, be it approve or reject. In case of Everyone must approve, if any of the approvers rejects, … Continue reading “Parallel Approvals – Power Automate and Dynamics 365”
Let us update our previous sequential flow, to include file attachments to notes of the case record, as part of the approval. First, we need to add Initialize variable action and define an Array variable to store all the attachments details. Next, we will use List records action, to fetch all the notes records associated … Continue reading “Attachments in Approval – Power Automate and Dynamics 365”
Let us update our previous flow from approval/reject type – First to respond to Everyone must approve type. For First to respond, either Approval or rejection by any of the approver completes the request. In case of Everyone must approve, if any of the approvers rejects the request is considered rejected, for the request to … Continue reading “Approval/Reject Type – Everyone must approve – Power Automate and Dynamics 365”
Continuing our previous basic approval flow, here we’d update it to send an approval request to the manager of the user. First, we’d use the Get manager V2 action to get the user’s manager. Let us first update the profiles of the users to add their manager. Sign in to the Azure portal as an … Continue reading “Manager approval – Power Automate and Dynamics 365”
Originally posted on CRM Keeper:
This week I needed to use the List Records function, and I realized that I had no idea how to use the filters. Thank you Jonas Rapp for creating the FetchXML Builder!! The function “Flow List parameters” saved my day:) Simple filters Let’s begin with the simple filters where I…
Loading…
Something went wrong. Please refresh the page and/or try again.