Combining search components of Metadata Search in D365FO
Views (4)
Hi,
In this post we will see the usage of combining search components "filter by type" and "filter by property" of Metadata search. For demo purpose, we can use these two components to list the tables with table group as transaction and exclude temporary tables. Maps also has the property "Table Group" with value as "Transaction" and we are interested in only regular tables.
Launch metadata by choosing the menu item Dynamics 365 > Metadata search
Under search filter choose the following to view the results
- "filter by property", provide value as property:"TableGroup = Transaction"
- "filter by type", provide the value as Table.
- "filter by property", provide value as property: "TableType=Regular"
property:"TableGroup = Transaction" type:"Table" property:"TableType=Regular"
Regards,
Chaitanya Golla

Like
Report
*This post is locked for comments