Developer

How to create a find and exist method in D365 F&O

All tables in D365 F&O should have at least one find method. What is a find method? It's a method that selects and returns one record from the table that matches the unique index specified by the input parameters. The last input variable in a find method must be a boolean variable usually called '_update'.… Continue reading How to create a find and exist method in D365 F&O