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

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :

Community blogs

Featured

Latest blog posts

View all
Like (0)
Handling special character in Odata call – D365FO

I have already shared the posts on Odata calls – post1, post 2 and post 3 OData often brings its own set of challenges, but every issue becomes a learning opportunity. I had a requirement to include the InventDimId in … Continue reading → [https:/...

Anitha Eswaran 312
Like (0)
Limit the Records in Sales order list page- D365FO

Do you want to limit the number of sales orders in SO List Page? You can enable using the below parameter. Navigate to Accounts Receivable Parameter ->General -> Sales Setup Default value 0 disables the limit. As per the help … Continue reading → ...

Anitha Eswaran 312
Like (0)
Locate the Tables for Database log – D365FO

In Microsoft Dynamics 365 Finance and Operations (D365FO), the Database Log is a powerful tool for tracking changes to critical data. It allows administrators to monitor insert, update, and delete operations on selected tables and fields—providing...

Anitha Eswaran 312
Like (0)
Handling Empty SQL Query Results in Azure Logic Apps

When working with Azure Logic Apps, integrating SQL queries is a common way to automate workflows and connect data-driven processes. However, simply running a query isn’t enough—you need to evaluate its output to ensure the workflow behaves correc...

Anitha Eswaran 312
Like (0)
Custom label Print option not appearing – D365FO

Custom labels let you generate labels for any data you configure. Examples include product, location, or customer labels. Once you create one or more custom label layouts, the system automatically displays a Print button on the corresponding pages...

Anitha Eswaran 312
Like (0)
MES Integration – Integrate D365FO with Third Party integration system – Part 3 (C...

Refer my previous posts for Outbound and Inbound . In this article, let us understand the clean up part. In order to clean up the processed and canceled messages related to third-party MES systems which can affect the performance and … Continue re...

Anitha Eswaran 312
Like (0)
MES Integration – Integrate D365FO with Third Party integration system – Part 2 (I...

In continuation to my previous post which explored the Outbound APIs, let us continue to understand about Inbound APIs. To monitor the incoming MES messages to the system, go to Production control > Setup > Manufacturing execution > Manufacturing ...

Anitha Eswaran 312
Like (0)
Different ways to check the current legal entity in x++

There are various ways in x++ to check the current company in X++ (Ax2012 / D365FO). 1. Using SysCountryRegionCode::isLegalEntityInCountryRegion Simplest built-in method. Example: ✅ Pros: Direct, readable, uses enum. No Hard-coding of the legal en...

Anitha Eswaran 312