find_similar_implementations
Find D365 objects structurally similar to the one you supply (same kind, similar method set, similar field set). Useful when you need a working reference implementation to copy from.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| maxResults | No | Maximum results (default: 15, max: 30) | |
| objectName | Yes | Object name to find similar objects for, e.g. 'ALMERSftpConnectionTable', 'SalesTable' | |
| filterAotType | No | Optional: filter to a specific AOT type, e.g. 'AxTable', 'AxClass'. If not set, uses the same type as the source object. |