I’m new to Development in D365FO. I’m following the post https://community.dynamics.com/ax/b/axinthefield/posts/using-azure-application-insights-to-monitor-license-usage-in-d365-finance-and-operations
But I’m getting compile errors below.
Severity |
Code |
Description |
Project |
File |
Line |
Suppression State |
Error |
|
Table 'AppInsightsParameters' does not contain the static method 'find'. |
FinanceOperations1 (USR) [TestModel] |
C:\AOSService\PackagesLocalDirectory\Bin\XppSource\TestModel\AxClass_CPR_VendEditInvoice_Form_Extension.xpp |
11 |
|
This is obvious that I don’t have find method because it is a custom table. But I’m not sure how do I add a find method? Can anyone help me please?