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
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
Each time you load a D365 form som scratch, and you take a view in F12, you will see that there are a lot of calls happening, but one of
There are various ways in x++ to check the current company in X++ (Ax2012 / D365FO). 1. Using SysCountryRegionCode::isLegalEntityInCountryRegion Simplest built-in method. Example: #ISOCountryRegionCodes if (SysCountryRegionCode::isLegalEntityInCountryRegion(#isoUS)) { info("Current legal entity
It is possible to copy customer notes to sales orders in D365FO without customization by enabling a standard feature. Here’s a helpful article that walks you through the setup: Accounts
SysDA is a data access abstraction layer. Instead of writing raw SQL or direct select statements, SysDA lets developers build queries through objects (SysDaQuery, SysDaSelect, SysDaWhere, etc.). Some benefits are: