Resources  
  • How to Enable Mega Menu in SharePoint OnlineMar 28, 2024. Learn how to enhance user navigation experience in SharePoint Online by enabling Mega Menu. This step-by-step guide empowers you to customize site navigation, optimize the user interface, and structure your SharePoint site effectively within Office 365.
  • Activate & Deactivate Account Record in Dynamic 365 with PowerShell Mar 28, 2024. InteractiveMode prompts user for login in Dynamics CRM, storing connection in $conn. BypassPluginExecution set to true avoids plugin execution.Set-CrmRecordState modifies record state in CRM using specified entity, ID, and state/status codes.
  • Optimizing Dynamics 365: Thread Jobs for Multiple Record Updates Mar 27, 2024. In this article, we will learn how to utilize Thread Jobs for Updating Multiple Records in Dynamics 365 using PowerShell Script. Retrieving all Contact Records and Updating First and Last Names using Threads.
  • Developing a Walkthrough Component in PowerAppsMar 27, 2024. Create intuitive user experiences by developing a Walkthrough Component in PowerApps. Guide users seamlessly through your app's features with interactive tutorials and enhance navigation for a smoother user journey.
  • Class vs. Record vs. Struct in C#Mar 26, 2024. Understanding the distinctions among classes, records, and structs is vital in C# development. Classes encapsulate data and behavior, records offer immutable data modeling, while structs are lightweight value types. Examples illustrate their usage.
  • Deletion of Record using Power Shell Script with FetchXML Query in D365Mar 23, 2024. Deletion of Contact Record using Power Shell Script with FetchXML Query in D365
  • Update a Contact record in Dynamics 365 (D365) using PowerShellMar 21, 2024. Update a Contact record in Dynamics 365 (D365) using PowerShell involves modifying existing contact information within the D365 environment programmatically. This process utilizes PowerShell scripting to interact with the Dynamics 365 API.
  • Creating Contact Record in Dynamics 365 with PowerShell AttributesMar 20, 2024. Learn to efficiently create Contact records in Dynamics 365 using PowerShell, covering all attribute types. Utilize Microsoft.Xrm.Data.PowerShell module for seamless CRMOnline connection and managing various data types like lookup, option set, money, boolean, and date.
  • Domain-Driven Design with Records in C#Mar 19, 2024. C# 9.0 introduces Records, aligning with Domain-Driven Design (DDD) principles, especially in modeling value objects. This article explores leveraging Records in DDD with illustrative examples for enhanced domain modeling.
  • Creating Contact Record in D365 with PowerShell Script & Image AttributeMar 15, 2024. Learn to automate Dynamics 365 contact record creation via PowerShell. This script includes adding image attributes, streamlining CRM data management. Utilize Microsoft's Xrm.Data.PowerShell module for efficient and seamless integration, enhancing your CRM automation capabilities.
  • PowerApps Canvas Patch Upsert Dynamics 365 RecordsMar 15, 2024. Build a PowerApps Canvas app to efficiently manage Dynamics 365 records with Patch and Upsert operations. Seamlessly integrate and synchronize data, enabling customizations and streamlined record management within your Dynamics 365 environment.
  • Learn about Navigation in SwiftUIMar 12, 2024. This article contains a simple demo of navigation in Swift. Learn SwiftUI navigation with this step-by-step guide. Create a SwiftUI project, add NavigationLinks, and enhance the UI with Lists for smoother screen transitions. Happy coding!
  • Trigger a Journey when a record is updated using Plugin C# CodeMar 08, 2024. To trigger a journey when a record is updated using C# plugin code.
  • Out-of-the-Box Site Navigation and Audience Targeting in SharePointMar 05, 2024. In this article, we will explore SharePoint's built-in tools for intuitive site navigation and precise audience targeting. Enhance user experience with customizable menus and targeted content delivery, optimizing engagement and productivity across diverse user groups.
  • A simplified approach to serializing and deserializing objects in C# 10Mar 04, 2024. This comprehensive guide teaches how to streamline data interchange processes efficiently using C# 10 Records. Authored by Ziggy Rafiq.
  • Create Auto-Numbering in Microsoft Dynamics 365 EntitiesFeb 29, 2024. Automate entity numbering effortlessly in Microsoft Dynamics 365 with no code required. Utilize system settings, business rules, and workflow automation to generate unique serial numbers for records, enhancing data management and streamlining processes.
  • Usage of Classes, Structs, and Records in C#Feb 26, 2024. In the world of C# programming, choosing the right data structure can significantly impact the efficiency and readability of your code. In this article, we'll delve into the nuances of each construct and explore when to use them in your C# projects.
  • An in-depth look at C# 10 and performance improvementsFeb 24, 2024. Get a comprehensive analysis of Ziggy Rafiq's latest C# 10 enhancements and how they affect application performance. Discover how function pointers simplify method invocation, records enhance memory efficiency, and pattern-matching optimisations speed up execution. Discover how to use C# 10 features to optimise performance and user experience for your projects by exploring code examples illustrating these improvements.
  • Trigger Creation: Set Action on Customer Record Create/UpdateFeb 21, 2024. Learn to automate database actions by creating triggers. Choose the trigger name and action type. Execute actions when customer records are created or updated. Enhance database functionality and efficiency with automated processes.
  • Establish a Routing Rule for Customer Service Entity RecordsFeb 20, 2024. Routing rules in Customer Service streamline the process of directing cases to appropriate agents or queues automatically, eliminating the need for manual intervention. These rules also facilitate the routing of escalated cases to specific queues.
  • D365 Data Retrieval: FetchXml, Paging Cookies, and PowerShellFeb 20, 2024. Prepare your PowerShell environment for Dynamics 365 with crucial commands: Install Microsoft.Xrm.Data.PowerShell module for interacting with Dynamics 365 data. Set execution policy to RemoteSigned for internet script execution.
  • How to Generate a Popup Message Box in Power AppsFeb 16, 2024. This article guides us through implementing a popup message box in Power Apps for deleting gallery items. A standard gallery with a delete button is used. Clicking it triggers a confirmation alert. 'Delete' removes the item, 'Cancel' dismisses.
  • Enable Audit History for an Entity in CRMFeb 15, 2024. Enable audit history in CRM to track entity changes. Enhance data security, compliance, and integrity by monitoring modifications. Configure settings to log and report on user actions for improved governance.
  • Duplicate Detection within Dynamics 365 using PowerAppsFeb 09, 2024. Duplicate detection within Dynamics 365 using PowerApps ensures data integrity by identifying and managing duplicate records. Leverage PowerApps' capabilities to validate and match records, establish entity relationships, and automate processes.
  • What Are Navigation Guards in Vue RouterFeb 08, 2024. Vue Router offers navigation guards, functions executed before/after route navigation, enabling control over Vue.js app navigation. Global guards like beforeEach manage app-wide authentication/authorization.
  • Create New Records in Account Entity using PowerShell Script in D365Feb 06, 2024. Install the PowerShell module, set the execution policy to RemoteSigned, configure TLS 1.2, connect to Dynamics 365 CRM using the provided credentials, and create new records in the Account entity.
  • Get Items Action Fetching Few Records from SharePoint OnlineFeb 05, 2024. Using 'Get Items' in Power Automate for SharePoint Online, issues arise, fetching only a subset due to default limitations. A Boolean column, 'SurveyCompleted,' compounds the problem by introducing null values for existing records.
  • Listing Unique Records Within an Array in Azure Data FactoryFeb 02, 2024. Utilize Azure Data Factory to remove duplicates within an array by employing the "union()" function. This solution involves the Set Variable activity to obtain a unique list from the array.
  • Record and Pattern Matching in C# 9Jan 30, 2024. Unlock the elegance of C# 9 with this article on Records and Pattern Matching. Learn how to craft concise and readable code using the simplicity of Records for immutable data structures and the enhanced control flow of Pattern Matching. Elevate your coding efficiency and clarity with these powerful features.
  • Building a Responsive Navigation Bar with Vue.jsJan 22, 2024. Creating a navigation bar is a fundamental step in web development, and Vue.js simplifies the process by offering a clean and efficient way to handle dynamic user interfaces. In this guide, we'll break down the components needed for a basic navigation bar, and delve into Vue.js concepts such as models, and views.
  • Learn How to Use C# 12 in .NET Framework 4.7.2/4.8 SolutionsJan 16, 2024. Unlock the capabilities of C# 12 in .NET Framework 4.7.2 to 4.8.1 with Visual Studio 2022. Learn the upgrade process, and explore features like literals, nullable types, records, and array expressions. Stay cutting-edge!
  • Deleting Duplicate Records Using CTEJan 09, 2024. In this article we will understand how to delete duplicate rows and records from table using Common Table Expression (CTE) in SQL Server.
  • Side Pane with Entity Form in Dynamics 365Jan 04, 2024. In Dynamics 365, the "Side Pane" typically refers to a section or area within an entity form where related or additional information is displayed. This section might contain related records, quick views, I frames, or web resources.
  • React Router: Seamless Navigation in Your React ApplicationsDec 27, 2023. Discover the versatility of React Router, offering dynamic routes, nested navigation, lazy loading, and route guards for enhanced single-page applications.
  • How to Add a Popup for DELETE a Record in Power AppsDec 15, 2023. This step-by-step guide walks you through configuring a canvas app in Power Apps. Learn how to create screens, galleries, and dialogs while implementing functionality like deletion and user access management.
  • PowerApps Reusable Component for left or top navigationDec 03, 2023. In this post, we will see how to create a reusable component which could be used as left or top navigation.
  • Generate Free DMARC Record and Save Instructions in a PDF using Python Nov 07, 2023. Domain-based Message Authentication, Reporting, and Conformance (DMARC) is a standard for email authentication and reporting. DMARC helps organizations protect their email domains from being used for phishing and spoofing attacks. It allows senders to specify how mail servers should handle unauthenticated emails and provides a way to receive reports about email delivery and failures.
  • Building a Web API with C# Records for DTOsNov 06, 2023. This blog article explores the use of C# records for Data Transfer Objects (DTOs) in ASP.NET Core Web API development. It offers insights into the benefits and practical application of C# records, using a UserController example to showcase how these immutable structures enhance data transfer operations in web APIs.
  • Java 21: New Features and ExamplesNov 02, 2023. Java 21 is a major release that includes a number of new features and improvements that make Java more concise, expressive, safe, and performant. Some of the most significant new features include record classes, sealed classes, pattern matching for instanceof, virtual threads, and sequenced collections.In short, Java 21 is a must-have update for any Java developer. It includes a number of new features that can help you to write better code, faster.
  • C# Records and DTO ClassesOct 30, 2023.
  • Easily Record An Audio In Angular 16 And Save It As WAV Format Oct 22, 2023. In this post, we will see how to record an audio in Angular 16 from microphone and save it as WAV format.
  • How to Pop to Root View in SwiftUI Tab on Re-Tap?Oct 19, 2023. In this article we will learn how to enable SwiftUI tab-based navigation to pop to the root view when the same tab is re-tapped, providing an intuitive user experience.
  • How to Create Table & Insert Records in Microsoft Fabric Data Warehouse SQL EndpointOct 16, 2023. This article covers how to create table and insert records in the Microsoft Fabric Data Warehouse SQL Endpoint
  • Cleansing Files of Duplicate records via Azure Data Factory / SynapseOct 03, 2023. Cleansing Files of Duplicate records via Azure Data Factory / Synapse - Part 1
  • Delete records from GridView without Page Reload using jQueryOct 03, 2023. In this article, we will use jQuery to delete records from GridView so that their is no page reload. The codes developed here can be copied and used in any of your web application.
  • Working With NavigationPage In .NET MAUISep 04, 2023. In this article, we will learn about the NavigationPage in .NET MAUI.In .NET MAUI (Multi-platform App UI), the NavigationPage is a fundamental navigation container that allows you to manage the navigation flow and hierarchy of pages within your mobile and desktop applications. It is a key component for creating structured and user-friendly navigation experiences. Here's a description of how to work with NavigationPage in .NET MAUI:
  • Navigation Drawer with Material 3 in Jetpack ComposeAug 29, 2023. This article is a tutorial for creating a Navigation drawer in Android.
  • Navigation Rail with Material 3 in Jetpack ComposeAug 29, 2023. This article is a tutorial for creating a Navigation Rail in Android.
  • Simplifying Data Transfer Objects (DTOs) in C# with RecordsAug 27, 2023. C# records provide a more elegant and succinct way to define DTOs. In this article, we will explore the benefits of using C# records for DTOs with a concrete example.
  • Navigating Through Common Errors in Power BIAug 23, 2023. Mastering Power BI Error Resolution: Navigate and Solve. Discover frequent glitches while using Microsoft's dynamic data tool. Learn causes and practical fixes for seamless analysis and visualization.
  • Deploy Angular Project On DomainAug 22, 2023. In this article, I told you how to run a project on the domain. It appears you're requesting a description, but you haven't specified what you'd like a description of. Could you please provide more context or clarify the subject you're referring to? Whether it's a technology, concept, process, or something else, providing additional details will help me provide you with an accurate and relevant description.
  • Power BI Mobile App Features And CapabilitiesAug 21, 2023. Explore the features and capabilities of the Power BI mobile app for accessing dashboards and reports on mobile devices
  • Learn to Setup Azure Active DirectoryAug 18, 2023. Learn how to set up Azure Active Directory: Create a directory, configure a tenant, and register an app. Follow clear steps via Azure Portal to establish these essential components.
  • How to Create Records for Salesforce SObjects using SOAP API?Aug 11, 2023. In this article, we explore how we can create new records for Salesforce Standard & Custom SObjects using SOAP API Endpoints available for the Salesforce Platform.
  • Material 3 Bottom Navigation Bar in Jetpack ComposeAug 08, 2023. This article describes how we can implement material 3 Bottom Navigation Bar in Jetpack Compose
  • Power Pages - Custom "Select All - Unselect All" button in Lookup records dialogMay 11, 2023. In Power Pages (Earlier Power Apps Portal), OOB support for selecting / deselecting all grid rows in “Lookup records” dialog is not found. Hence, I have built one client-side custom generic feature using Jquery which will be reusable for all such “Lookup records” dialog.
  • Understanding NavLink in BlazorMay 02, 2023. One of the key features of Blazor is the NavLink component, which provides dynamic navigation functionality for client-side routing. In this article, we will explore the basics of NavLink in Blazor, and show you how to create a responsive navigation menu that can be customized to suit the needs of your web app.
  • Simplify Your Code with C# 12 Extension MethodsApr 26, 2023. C# 12's New Extension Method Features: Simplifying Your Code and Making It More Modular
  • Navigation in React NativeApr 17, 2023. The article is a detailed description on how to add navigation to a react native app
  • C# 12's Records: A Game Changer for Data Objects and Immutable TypesApr 17, 2023. C# 12's Records: A Game Changer for Data Objects and Immutable Types
  • React Native Stack Navigation Made Simple - A Beginner's GuideApr 12, 2023. Navigation is a critical part of creating a high-quality mobile application. It is responsible for giving consumers an intuitive and seamless experience, allowing them to seamlessly navigate from one screen to the next.
  • C# 11 - Records DemystifiedFeb 24, 2023. Beginner’s tutorial on C#11 Records with examples.
  • Routing And Navigation With GetX In FlutterFeb 20, 2023. In Flutter applications, managing navigation between screens is one of the most important parts of creating a great user experience. To handle navigation and routing, Flutter provides a built-in Navigator class. But using a state management solution like GetX can make the process much easier.
  • How To Create A Deep Link To A Specific Record In The Teams PowerAppsJan 30, 2023. A deep link is important when you need to navigate the user to a specific record or a screen through a link. Here we will create a deep link through Power Automate and send it via email. The recipient can click on that deep link to directly navigate to a particular PowerApps screen.
  • When to use record vs class vs struct in C#?Jan 16, 2023. Learn when to use a class, record, or struct in C#.
  • Java Records Met SerializationJan 08, 2023. There is a new syntax in the java language to declare a record class. A Record class tightly couples its API to its internal representation. The declaration of a record class is significantly more concise than that of a normal class. 
  • F# RecordsJan 04, 2023. F# records are sometimes missed interpreted as .NET standard classes but it is not. That's why we'll discuss the concepts of F#'s records such as creation, getting the details, updating the details, and many more.
  • Record Classes - A Java 16 New FeatureDec 30, 2022. In this article, you will learn about record classes - a Java 16 new feature.
  • How To Remove Quick Launch Navigation Bar From SharePointCommunication SiteDec 16, 2022. In SharePoint Site, Quick launch is very helpful for any SharePoint page developer for accessing the different pages or other resources with just a single click, but the quick launch has drawbacks in utilizing the space of the SharePoint Page, and it doesn’t look good. So, in this article, I will discuss the steps of how you can hide the quick launch from the SharePoint communication site.
  • Deactivate Child Records Using Plug-inDec 04, 2022. This article is about the sample plugin code which we can use to deactivate child records.
  • How To Delete The Table Rows In The Dataverse Environment From PostmanDec 04, 2022. Step by step information about deleting the Dataverse row from a Table in an environment using Postman
  • How To Create A Table Record In A Dataverse Environment From PostmanNov 25, 2022. Step by step process to create a table record in the dataverse environment using Postman Tool.
  • How To Record A Video Using AngularNov 24, 2022. Record the video and play the recorded video using MediaRecorder in Angular v2 to v14.
  • How To Retrieve A Particular Table Record From The Dataverse Environment In PostmanNov 07, 2022. Step by step details to retrieve a particular record of a Dataverse Table in Postman Tool.
  • How To Retrieve Records From The Dataverse Environment In PostmanNov 01, 2022. In this article, you will learn about the process in retrieving the records from a Dataverse environment using postman.
  • Performance Comparison Between Records And Struct RecordsSep 13, 2022. In this article, you will learn about Performance Comparison between Records and Struct Records.
  • How To Use DaisyUI Navigation Components In Vue.jsSep 09, 2022. In this article, you will learn how to use DaisyUI navigation components in Vue.js.
  • What Is DMARC ? | Why DMARC Is Important ? | Understanding DMARC RecordsAug 15, 2022. In this article we will learn about DMARC, why it is important for email, and also how to get the best understanding of DMARC records.
  • Navigation Drawer In AndroidAug 09, 2022. This article covers a short description of the navigation in android.
  • Bottom Navigation Bar In AndroidAug 05, 2022. In this article, you will learn how to create bottom navigation in android.
  • How To Manage Navigation With ACE (Adaptive card extensions) In SPFxJul 21, 2022. In this article, we will see how we can manage an Adaptive card extension navigation or render/replace views conditionally in SPFx.
  • Get SubGird Record Count With Webresource In Dynamics CRMJul 21, 2022. During certain scenarios, we must acquire the total records count present in a sub grid. To achieve this functionality, explicit logic should be written using JavaScript with form controls that are available on the form. Contact forms with account sub grids are required, and the Contact record was used to explain this functionality.
  • CSV Reader - How To Quickly Change Field Delimiter In CSV DocumentJul 04, 2022. This article explains how to quickly change field delimiter comma , in RFC 4180 standard CSV document, to any other selected like semicolon.
  • Navigation In WPF And MVVM Using Tab controlsJun 14, 2022. To manage the content of the graphical region in WPF, there is some tools (like PRIM) that allows to have a main region which doesn't change during the navigation, and a dynamic one that will hold the content of the controls. In some simple cases, we want to perform it in a simple way without using any tool. Fortunately, the Wpf Material design Toolkit http://materialdesigninxaml.net/ is providing great items that can be used as navigation menus. In this article I'm going to show you how to create an application and navigate between views using The tab control of the Material design toolkit in WPF
  • Update Record Using XRM WebAPI With Webresource In Dynamics CRMMay 11, 2022. In Dynamics 365 CRM, for certain requirements data needs to be updated for a given record, based on GUID of an entity record. As an example, for a selected contact record respective fields details were passed to update contact record.
  • Prepare Quick Test Data Using Power AutomateApr 04, 2022. At times we used to prepare quick test data for customers to quickly demo. During that scenario we can easily create some test records with Power Automate. As an example I have showed how quickly create contact records.
  • Get Status Based Distinct Count Of SharePoint List Items In Power AutomateMar 30, 2022. In this article, you will learn how to get Distinct SharePoint List items count based upon the status from Power Automate and Email the summary to user.
  • Export Filtered Gallery Records To CSV File From PowerAppsMar 29, 2022. In this article we will learn to export the data from PowerApps gallery control to csv file. We will pass on the filter values to a FLOW and get it downloaded automatically for user.
  • PowerApps Horizontal Navigation Menu Component With SubmenuMar 19, 2022. In this article, we will learn how to create a navigation component in powerapps. This navigation component will have submenu options as well.
  • Record Types In C# 10Mar 03, 2022. In this article, we will understand record types in C# 10. The Record types are introduced in C# 9. With C# 10, Microsoft has introduced some changes to make coding simple and easy. We will look at these changes along with understanding record type.
  • Classes, Structures, And Records, Oh My!Feb 18, 2022. In this article, you will learn about Classes, Structures, and Records, Oh My!
  • How To Create An Infinite Scrolling Image Carousel In PowerAppsJan 27, 2022. In this article, we will learn how to create an infinite image carousel in the canvas app. In powerapps, we can easily implement the infinite scrollable image gallery.
  • Everything You Want To Know About The Record Type In .NET - PerformanceJan 26, 2022. In this article, you will learn everything you want to Know about the Record Type in .NET: Performance.
  • Get Record Count For A List In Power AutomateJan 21, 2022. In few scenarios when working on List of records for a given entity it is needed to find out the count of total records present in that table to perform certain manipulations. Here length function in power automate can be used to get record count for a given list. As an example, contact table was considered.
  • Save Running FLOW Instance URL In Your RecordJan 10, 2022. In this article we will be looking at how you can store the URL of instance of the FLOW, which is running for a record, we will be storing the URL in that record itself. This will be handy when it comes to management of the FLOW
  • How To Get Document ID In SharePoint OnlineJan 03, 2022. This article explains how to get Document ID easily in SharePoint online using manual steps.
  • Understanding Move Next and Move Previous in BPFDec 01, 2021. At times we must work on BPF Stages and navigate Stages automatically based on the business requirement, for quick test D365 Client API’s can be used for navigation with predefined methods moveNext and movePrevious in console window of browser before writing JavaScript code. As an example, existing Vaccination BPF on an existing Contact record was used to show these navigation methods.
  • Use Postman Tool To Create And Update Records In Dynamics CRMSep 29, 2021. One of the common scenarios is to work with CRM Web APIs is to quickly create or update records in Dynamics CRM. Within less time, we can achieve this requirement using Postman tool, here as an example going to create and update contact record.
  • Recording Microsoft Form Responses In SharePoint Aug 10, 2021. In this article, you will learn how to record Microsoft Form Responses in SharePoint using Power Automate.
  • Record A Macro With ExcelJul 26, 2021. In this article, you will learn how to record a macro with excel.

About Record-Navigation

NA

OUR TRAINING