Skip to main content

Posts

Electronic Signatures in Dynamics 365 Finance and Operations

I recently came across the Electronic Signatures feature in Microsoft Dynamics 365 Finance and Operations (D365FO) that enables secure authorization of critical changes or actions within the system. Traditionally, security roles are used to manage access and control edits, but electronic signatures provide an alternative layer of control—especially for regulated industries or audit-sensitive environments. What is an electronic signature? An electronic signature confirms the identity of a person who is about to start or approve a computing process. In some industries, an electronic signature is as legally binding as a handwritten signature. You can use electronic signatures for critical business processes. Some processes have built-in electronic signature capabilities. You can also create custom signature requirements for any database table and field. Electronic signatures have built-in digital signature functionality. Every user who signs documents must obtain a valid cryptographic cer...
Recent posts

Getting Started with Microsoft 365 Copilot agents - A Phased Approach

Getting started with Microsoft 365 Copilot agents can transform how your organization leverages AI to streamline workflows, enhance productivity, and empower employees to build intelligent solutions. This blog outlines a phased approach—starting with forming a champion team, training employees, and scaling deployment—to help your organization confidently adopt Copilot Studio’s Agent Builder.  To start empowering employees to create and manage Microsoft 365 Copilot agents securely at scale, it is recommended that a three-phase approach is taken:  Form an "agent adoption champion" team within IT and try out Agent Builder. Train employees to build agents with Agent Builder. Provide selected employees with access to Agent Builder and set up pay-go meters.  Phase I – Form a team Step 1: Create an "agent adoption champion" team  Select a group of early adopters (your "champion team”) to explore building agents using Microsoft Copilot Studio Agent Builder in Microsoft...

User Security Governance (Preview) feature in D365 FO

Let's take a first look at User security governance . It is the latest set of features in the D365F&O 10.0.43 update which provides useful tools to System administrators for role management, licenses auditing, enhanced audit trails and versioning, supported with some useful very useful reports around license usage, separation of duties violations etc. Key aspects of this feature include: Role Management: Improved tools for creating, modifying, and managing user roles. Audit Trails: Enhanced tracking of changes made to security settings, helping administrators monitor and review security configurations. Compliance: Tools to ensure that security settings comply with organizational policies and regulatory requirements. Feature management A new feature called (Preview) User security governance has been added to Feature management to control the overall functionality. Navigate to System administration > Security > Security governance to explore all the features. Security analy...

Conditionally Hiding Menu Items in D365 FinOps Menus Without Using Feature Keys

In Microsoft Dynamics 365 Finance and Operations (D365 F&O), menu items are the links that can be clicked on to access forms, reports, classes, jobs, and queries. Feature keys are typically used to control the visibility of menu items based on user licenses. However, there are scenarios where you might want to hide menu items conditionally without relying on feature keys.  This can be accomplished by extending the 'SysMenuNavigationObjectFactory' class and modifying the checkAddSubMenu(...) method.  Suppose we want to hide the  Vendor payment journal menu item under Accounts payable > Payments > Vendor payment journal Steps 1. Create an extension of the SysMenuNavigationObjectFactory class [ ExtensionOf ( classStr (SysMenuNavigationObjectFactory))] internal final class SysMenuNavigationObjectFactory_PS_Extension { } 2. Create a Chain of Command (CoC) for the checkAddSubMenu method [ ExtensionOf ( classStr (SysMenuNavigationObjectFactory))] internal final...

Process automation in Microsoft dynamics 365 Finance and Operations

Process automation in Microsoft Dynamics 365 Finance and Operations (D365FO) is a powerful feature that allows you to schedule processes to be executed by the batch server automatically. It simplifies the creation of batch jobs, thanks to the built-in wizards within the Process Automation setup. The updated calendar view of the scheduled work allows end users to view and take action on scheduled and completed work.  The central administration page for all process automations is found in the System Administration module under the Setup menu. This page will list all automated processes (series) that are set up in the system. It will also allow you to add new process automations directly from this page. After a series is set up, you can manage each series from this list. You can choose to edit the entire series, delete it, view all occurrences in a list view, or disable the series if you would like to pause the scheduled work for a while. For more information about process automa...

Why Copilot (Bing Chat Enterprise) Outshines ChatGpt, Bard, and Bing Chat for Enterprise Data Protection

AI chatbots are becoming more popular and powerful, enabling users to get instant answers, find creative inspiration, learn something new, and collaborate with generative AI. However, not all chatbots are created equal, especially when it comes to security.  In today's digital landscape, where data is the lifeblood of every organization, security reigns supreme. While AI-powered language models like ChatGPT and Google Bard offer exciting capabilities, their open-source nature can raise concerns for security-conscious businesses. Enter Copilot Enterprise , Microsoft's paid solution, designed to address these concerns head-on and empower organizations with secure, enterprise-grade AI assistance. In this blog post, we will compare three of the most prominent AI chatbots: Microsoft Copilot, OpenAI ChatGPT, and Google Bard, and discuss why Copilot (Enterprise ) is the best choice for security-conscious users and organizations . What are Copilot, ChatGPT, and Bard? Copilot, ChatGPT...

Azure AI Studio vs. Microsoft Copilot Studio: Unveiling the Ideal Tool for Developers

Microsoft Copilot Studio and Azure AI Studio are two different products that offer AI-powered solutions for different use cases. Azure AI Studio is a cloud-based service that makes it easy for developers of all skill levels to build AI applications. It provides a single place to do everything you need to build an AI application, including loading data from a variety of sources, preparing it for training, training a model, and deploying the model to production. Azure AI Studio also includes a robust and growing catalog of frontier and open-source models from OpenAI, Hugging Face, Meta, and more that can be applied over your data. You can even compare models by task using open-source datasets and evaluate the model with your own test data to see how the pre-trained model would perform to fit your own use case. Azure AI Studio is a trusted and inclusive platform that empowers developers of all abilities and preferences to innovate with AI and shape the future. In Azure AI Studio, you can...