Search feature in Dynamics 365 Finance and Operations

There are multiple ways one can find the required form in D365FO.

Let's take an example for Sales order:

1. Using full form name:


2. Using only the first letter of each word:


3. Combination of first few letters of each word:

         

4. Using form name : This is for those who know the starting of the form names they work with. I find this very useful for developers to search for custom forms when they don't remember the caption of the form. below shows all the forms where form name starts wit purchtable /salestable

      


5. Manipulating the URL with Menu item name: This is for those who you know the exact menu item name. This comes handy while debugging in development. 

  • for Display menu item: mi=<menuItemName>


  • for Output menu item: mi=output%3A<menuItemName>


  • for Action menu item: mi=Action%3A<menuitemname>



6. Manipulating the URL with form name: Similar to menu item we can use form name directly in url. this is mostly for developer rather than users. This comes handy to open custom forms directly.

  • f=<formname>




     

Comments

Post a Comment

Popular posts from this blog

How to : get the Deep URL for a particular form with filter in Dynamics 365 Finance and Operations

How to: Solve issue when DVT script for service model MRApplicationService on machine XXX failed

How to: Display individual financial dimension value in grid control