web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :

Combining search components of Metadata Search in D365FO

Chaitanya Golla Profile Picture Chaitanya Golla 17,225

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

3835.Launch-Metadata.jpg

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"

TableType.jpg

Regards,

Chaitanya Golla

Comments

*This post is locked for comments