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 →