How to Create Parm Method and access it

A developer needs to access the current Args buffer to determine the menu item name within anobject method in a dialog class. The Args buffer is currently accessible only in the main() method ofthe class.Scenario: The requirement is to display the “Worker Name” field on a dialog screen only whenopening the form through the “Project […]
How to write a modified method for a Dialog field?

When a user modifies the Worker field in a dialog form, then the Worker Name should be auto-populated in another dialog field within the same dialog form. High level resolution steps Detailed resolution steps Step 1: In the dialog class, write a common method that uses the buffer from control to update the Worker Name […]
Video Blog: How to create a simple runbase dialog with lookup field

RunBase Dialog: A RunBase dialog class in Dynamics 365 Finance and Operations is a framework used to create a user interface which enables users to input parameters and options for running processes. The RunBase framework manages the lifecycle of a batch job, including its execution, querying, and validation. By using this framework, developers can create […]
How to Create and configure App registrations in Azure portal

How to Create and Configure App Registrations in Azure Detailed Resolutions Steps Step 1: Log in to Azure Portal -> search “App registrations” & click new Step 2: Provide name & choose the required account types Step 3: Under URI Redirect option, select “Web” from the first dropdown field & provide the D365 “URL/auth” in the […]
Lookup method for reference field in Dynamics 365 for Operations

How to write a Lookup method for reference field in Dynamics 365 Finance and Operations. Problem statement Created a customized Enum field in the employee master in the HR module. Enums are Active employees, Inactive employees & Resigned employees. The requirement is that only active employees should filter in the “Owner” field in the Department […]
How to create a custom workflow in standard form in Dynamics 365 F&O

How to create custom workflow in dynamics 365 F&O Problem statement The requirement is to create a custom workflow in “All assets” (standard form), which is available in the Asset management module. Workflow should trigger when it is in draft state & the Active field is set as yes. Resolution 1. Detailed step-by-step explanation of […]
Import/Restore BACPAC file in SQL

Requirement How to Import and Restore Bacpac File in SQL D365 F&O High-level resolution steps Go to the SQL database, right-click Import tier application, then import file, and finish Detailed resolution steps Step 1 Open SQL Server management studio, connect to SQL instances where you want to restore the database, and right-click on Database. Then […]
