OnValidatedField table event handler method in Dynamics 365 F&O

OnValidatedField table event handler method in Dynamics 365 F&O Event handlers can be use to fire up your code without the necessary to customize and interfere on core logic and elements. On the example below i’ll create an event handler that will validate FirstName value of DirPersonName table. Open DirPersonName table and on tab Events... 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 ↑