Skip to main content

Notifications

Community site session details

Community site session details

Session Id :

Community blogs

Featured

Latest blog posts

View all
Like (0)
How to set background color for alternate row in SSRS report table D365FO

SETTING BACKGROUND COLOR FOR ALTERNATE ROWS IN SSRS REPORT TABLE In this blog post, we will explore how to set the background color for alternate rows in an SSRS report table in Dynamics 365 Finance and Operations. This can be achieved using two ...

Vijay Yelmame VY 468
Like (0)
Project Hour Journal Creation and Invoice Posting using x++ code

PROJECT HOUR JOURNAL CREATION, POSTING , INVOICE PROPOSAL CREATION AND POSTING INVOICE STEP-BY-STEP GUIDE 1. CREATING THE PROJECT HOUR JOURNAL The first step is to create a project hour journal. This involves initializing the journal tabl...

Vijay Yelmame VY 468
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 468
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 468
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 468
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 468
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 468
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 468