Dynamics 365 FO: Import data from Excel using X++

Scenario:  Sometimes consultants don't want to use the Data Management in D365 due to a lack of data structure knowledge, a short timeline, or many table relations.  They want to import from Excel to all related tables in one shot using x++. Solution:  Prepare a batch class for importing master data.  I normally use this... Continue Reading →

ODBC Connection in Dynamics 365 F&O

When we create the ODBC Connection in Dynamics 365 F&O? We create an ODBC connection in D365F&O when we need to read and write data on the DB from D365F&O,initially, we need a DB in SQL Server with which will make the connection. The exemple code to create connection: public void initialize()  {      str... Continue Reading →

Create a website or blog at WordPress.com

Up ↑