Skip to main content
Community site session details

Community site session details

Session Id :

Community blogs

Featured

Latest blog posts

View all
Like (0)
Enable and Disable Vendor invoice button on PO list and details page X++

Hi folks, This blog will be useful where vendor invoice process is required to be controlled based on certain conditions. Requirements: Procurement department wants to have control on Vendor invoicing process due to which they need PO on hold for ...

Muhammad Uzair Shah 201
Like (0)
SQL script to retrieve the list of active users with license details D365 FnO

Hi guys, I am writing this blog to share the information regarding active users license details in D365 FnO.  Below is the SQL script that will fetch list of active users, roles and their license details. Select userId.ID as "User id&q...

Muhammad Uzair Shah 201
Like (1)
How to extend Form datasource method X++

Hi guys, This blog will be useful in those scenarios where in standard MS Form datasource methods (init, write, validateWrite, active, selectionChanged etc) will be required to further extend the standard functionality. Requirement: I came acros...

Muhammad Uzair Shah 201
Like (0)
How to extend lookup method and apply query range on the standard MS form X++

Hi folks In this blog, I am going to explain how lookup control on the standard form can be overridden.  Requirement: I got the requirement from the customer where in user wants to select Operating unit of type "Department"&nbs...

Muhammad Uzair Shah 201
Like (0)
Download an external file from Azure blob storage in D365 FO X++

Hi folks,  This post will be useful in scenario where an external file is stored in Azure blob storage and users wants to download that external file without having it stored in D365 FO database.  Requirement: Recently, I came across a r...

Muhammad Uzair Shah 201
Like (3)
Auto submission of workflow X++

Hi folks, In this blog, I am going to explain how to submit workflow automatically for approval without user interaction in D365 FO. Requirement: I got a requirement where in Vendor master data workflow was required to be submitted automatically f...

Muhammad Uzair Shah 201
Like (0)
Financial dimension sets values lookup X++

Hi guys, In this blog, I will explain how to create Financial dimension sets values lookup. Requirement: I came across a requirement where in Financial dimension sets values lookup were required on the dialog form and General ledger balances for M...

Muhammad Uzair Shah 201
Like (0)
Financial reporting folders access to the specific users X++

Hi folks, This blog will be useful in those scenarios where in form datasource OnQueryExecuting event handler can be implemented for applying a range to filter the data on the standard Microsoft form. Requirement: Recently, I came across...

Muhammad Uzair Shah 201