Skip to main content
Post a question

Notifications

Community site session details

Community site session details

Session Id : LsCBXqxoAE3Setm19vZQlT

Finance | Project Operations, Human Resources, AX, GP, SL

MS Dynamics 365FO Technical blogs

Dynamics 365 Community / Blogs / Finance | Project Operations, Human Resources, AX, GP, SL / MS Dynamics 365FO Technical blogs

Featured

Latest blog posts

View all
02 Apr 2025
Like (0)
How to access extension class method on data entity field property

HOW TO USE EXTENSION CLASS METHODS ON FIELD PROPERTIES OF DATA ENTITY If you want to use your extension class method on your field property, then please use the following syntax: extension class name :: method name Example: TestCustCustomerV3E...

Vijay Yelmame VY 458
02 Apr 2025
Like (0)
Custom business event in D365FO

IMPLEMENTING CUSTOM BUSINESS EVENTS IN D365FO In this blog post, we'll walk through the steps to implement custom business events in Dynamics 365 Finance and Operations (D365FO). We'll cover creating a contract, defining a business event class, t...

Vijay Yelmame VY 458
01 Apr 2025
Like (0)
How to add Personnel Number field on the data entity D365FO

HOW TO ADD PERSONNEL NUMBER FIELD ON THE DATA ENTITY IN D365FO Follow these steps to add the Personnel Number field to the CustCustomerV3Entity data entity in Dynamics 365 Finance and Operations. STEP 1: CREATE EXTENSION FOR CUSTCUSTOMERV3ENTIT...

Vijay Yelmame VY 458
01 Apr 2025
Like (0)
How to register purchase orders in D365FO using X++ code

Registering a Purchase Order in X++ CODE EXPLANATION internal final class TESTJobToCheckRegistraion { PurchFormLetterParmData purchFormLetterParmData; PurchParmTable purchParmTable; PurchParmLine ...

Vijay Yelmame VY 458
29 Mar 2025
Like (0)
After product receipt from x++ code system is not creating project transactions

RESOLVING ISSUE: PROJECT TRANSACTIONS NOT CREATED AFTER PRODUCT RECEIPT IN X++ INTRODUCTION When receiving a product receipt in Microsoft Dynamics 365 Finance and Operations via X++ code, you might encounter a scenario where project transaction...

Vijay Yelmame VY 458
29 Mar 2025
Like (0)
How to register return sales order lines using X++ code

THE TESTSALESRETURNORDERLINEREGISTER CLASS IN X++ The TestSalesReturnOrderLineRegister class serves as an entry point to the product registration process, specialized for the sales return order process. It handles the return disposition code and ...

Vijay Yelmame VY 458
26 Mar 2025
Like (0)
How to create COC for form methods , How to get formRun , How to make control visi...

HOW TO CREATE COC FOR FORM METHOD IN D365FO EXAMPLE CODE [ExtensionOf(formStr(ProjInvoiceListPage))] final class TestProjInvoiceListPage_Extension { public void init() { next init(); FormRun formRun = this as FormRun; ...

Vijay Yelmame VY 458
07 Feb 2025
Like (0)
Fix Dynamics 365FO Synchronization Error - Transaction Log Full

FIX: THE TRANSACTION LOG FOR DATABASE IS FULL DUE TO 'LOG_BACKUP' - DYNAMICS 365FO If you're encountering the error "The transaction log for database is full due to 'log_backup'" while working with Dynamics 365 Finance and Operations (D365FO), it...

Vijay Yelmame VY 458