Archive January 2022

What is Macro in D365 ? How to Execute Macro in SQL Statement in D365FO

In this article I will show you how to execute a macro in SQL statements in D365FO or How to process data using a macro in a SQL statement in …
Data 365 Admin Data 365 Admin
1

Event Handlers in D365 with Example

In dynamics AX 2012, customization on tables, forms, and classes was done by simply overriding methods on them, But In Dynamics 365 for Operations, t…
Data 365 Admin Data 365 Admin

How to get current logged user information using x++ code in D365fo

Suppose you have a small requirement where you have to pick and display current log in user informations like name , department , position etc.The co…
Data 365 Admin Data 365 Admin

How to Open External URL in D365 Using X++ Code

In this article i write a small tip "how to open external URL in D365 using x++ code?". If you want to navigate the user’s browser to a dif…
Data 365 Admin Data 365 Admin