Skip to main content

Notifications

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

 If you are a developer and need to generate the Deep-link then you can follow the code mentioned in MS docs at https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/user-interface/create-deep-links

But if you want to share a few URLs with filters already applied to other users then you can use the feature of  'Get a link' in D365FO.

Suppose I want to share the list of all sales orders for customer 'US-001'.

Go to Account Receivable -> Orders -> All sales orders 

Filter by customer account 'US-001'

Then in the navigation ribbon, go to Options and click on 'Get a link'


  

Copy all and paste the URL into new browser window. You will only see the sales orders for US-001.

If you want to generate lot of deep URLs then you can also enable  'Automatically update query parameter'


Once you enable this, as soon as you apply a filter on forms URL will be updated with the query parameters like below:

You can copy and share the link directly from the browser URL.




This was originally posted here.

Comments

*This post is locked for comments