web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :

Community blogs

Featured

Latest blog posts

View all
Like (0)
Get multiple selected rows using X++

In Microsoft Dynamics 365 for Finance and Operations and Microsoft Dynamics AX 2012, it is usually not a simple task for developers to get multiple selected rows using X++. In this article, I am sharing a code snippet and properties to se...

Moeen Ahmed Sultan 1,402
Like (0)
Create movement journal using X++

In my this article, I will explain to you about how to create movement journal using x++. Here, you must know about that what is movement journal and for what purpose it is used. What is movement journal? It is used to move the inventor...

Moeen Ahmed Sultan 1,402
Like (0)
Get number of attachments with document using X++

It is really tricky and difficult to get number of attachments with document using X++ in Microsoft Dynamics 365 for Finance and Operations. I will explain and share the code which will help you in achieving the results. Attachments are ve...

Moeen Ahmed Sultan 1,402
Like (0)
Application Object Tree in D365FO

Microsoft Dynamics 365 Finance & Operations comes with great development features and new architecture. One of the basics of development of D365FO is AOT. Application Object Tree (AOT) is embedded in the Visual Studio. Explore the AOT by open...

Moeen Ahmed Sultan 1,402
Like (0)
Customization and development in D365FO

Microsoft changes the technical architecture of it’s ERP product Dynamics AX and renames with the name Dynamics 365 Finance & Operations or D365FO. The development or customization approach is also changed. Now, D365FO can be customized ...

Moeen Ahmed Sultan 1,402
Like (0)
Creating your first model in D365FO

Microsoft Dynamics 365 Finance & Operations needs package, model and project to start development or customization. To learn that how does it start, I have created this tutorial. In this, you will learn how to create or use existing package, h...

Moeen Ahmed Sultan 1,402
Like (0)
Create default dimension using x++

Default dimensions are used very commonly in D365FO and DAX 2012. During development or customization of the system, it is very common that we often stuck at the time when we have to create default dimension using x++ and from our own dimension v...

Moeen Ahmed Sultan 1,402
Like (0)
Create sales order using x++

Sales order can be created using X++ code. This helps you to create sales order using data from text files, excel sheets, databases and other data sources automatically. Following is the code to create sales order using x++ programming language: ...

Moeen Ahmed Sultan 1,402