D365 elements search in Visual Studio

Login in to your development environment
open Visual Studio
Select Dynamics 365 tab and click 'MetaData Search'
The syntax for searching in the Metadata is:
*<filter_1>:<filter_1_value> [<filter_2>:<filter_2_value>... <filter_N>:<filter_N_value>]*



Or we can use the search bar under the Application explorer


Keywords that you can use in the Metadata search include:
 Name - Filter by element name. This is also the default filter if no keyword is specified. A comma can be used to search for multiple element names.
Type - Filter by element type. A comma can be used after an element to specify sub elements.
Model - Filter by model name. Each comma-separated value will look for a model in your application.
Property - Filters properties on forms. Each comma-separated value should be a property on the form.
Code - Filter code snippets. The code snippet should be in quotes.

Comments

Popular posts from this blog

AX 2012 DEVOPS Build, Release setup and configuration

AX 2012 Build process using AZURE DEVOPS

What is Microsoft Power Platform?