Posts

Showing posts from January, 2024

In-app notification in dynamic 365 Customer Service Workspace

Image
In this article, we will implement a notification message in the customer service workspace for when a new case is created or updated. We will activate in-app notification features in the model-driven app and develop a plugin code to retrieve messages.      Sing in to https://make.powerapps.com/     Open the solution that contains the model-driven app.   Select the model – driven app and select the edit.   Click on settings, Navigate to Features and search for in – app notification and active. Write a plugin to get notification when a new case is created in customer service workspace. Open visual studio select create new project. Search for class library and select the Class Library (.NET Framework) and click on Next. Give the project name and select the latest .NET frame work and click on create. To install CRM Core Assemblies right click on solution and select Manage NuGet packages as show in below screen and search for Microsoft.CRMSdk.CoreAssemblies and install it. Next to instal

Create barcode using power automate and scan using power app

Image
  In this article, we will learn how we can create bar code with the help of Power Automate and have bar code in SharePoint list as attachment and scan barcodes with the help of Power Apps. Step 1: First, we have to go to https://sharepoint.com/ , then we must create a team site as preferable. Now, create a SharePoint list with the following columns. Step 2: Now go to https://make.powerautomate.com/ click on My flows on left navigation you can able to see new flow on top ribbon from there select automated cloud flow, as show in below screen. Next give the flow name as preferable and choose flow trigger as when an item is created in SharePoint. Refer blow screen. Step 3: In the "When an item is created" box provide the site URL and select the list name as "Employeelist". Step 4: Next click on "Add an action" then search for "Encodian" and select it. After that search for "Create BarCode" and select it. Next, select "Ba

How to implement Scrum in Azure DevOps

Image
  In this tutorial, I will explain how to set up an Azure DevOps Board with sprints, user stories, and tasks. The general steps for implementing Scrum in Azure DevOps (ADO) are the same as any other style of project management - create projects, set goals, assign tasks, and monitor progress. Getting Started Visit https://dev.azure.com to register for a free Azure DevOps account, then add a new project called LearnDevOps and select Work item process as Scrum, as shown in below screen. Once project is created it will be redirected to the Overview section, we can able see options of the left hand side. Create a project and a backlog: A project in Azure DevOps is a container to plan and track work for specific work goals. You’ll need to create a project and then add team members then, based on your goals for the project, you’ll need to create a product backlog of all the ADO work items related to the project. Activities include: User Stories : customer requirements for a softwa