Skip to main content

Notifications

Announcements

No record found.

Dynamics 365 Community / Forums / Finance forum / Open Form with filters...
Finance forum
Suggested answer

Open Form with filters on multiple datasources Via Hyperlink in SSRS Report

Posted on by
Hello all,
 
I need the hyperlinks in my ssrs report to open a form with filters on multiple datasources. For instance, if I click on account number in my ssrs report, it should open the Voucher transactions (LedgerTransVoucher) form with filter on Ledger account (GeneralJournalAccountEntry.LedgerAccount) and Date (GeneralJournalEntry.TransDate) fields using report tmp table (for account) and parameter data (for date).
  • Suggested answer
    André Arnaud de Calavon Profile Picture
    André Arnaud de Cal... 290,246 Super User 2024 Season 2 on at
    Open Form with filters on multiple datasources Via Hyperlink in SSRS Report
    Hi,
     
    The voucher transactions do not support a direct deep link. It is possible to add custom URL parameters and read these additional parameters to set a range when opening the form.
     
    Suppose you have the next URL for opening the voucher transactions:
     
    https://myfno.operations.dynamics.com/?cmp=usmf&mi=LedgerTransVoucherQuery
     
    You can then add custom parameters, like the example below:
     
    https://myfno.operations.dynamics.com/?cmp=usmf&mi=LedgerTransVoucherQuery&account=102010&date=08012024
     
    There are some examples in the application of how to read and work with the additional parameters. You can also download a free utility from my blog site which is also reading and changing the URL: New option to change the user default or session language - Dynamicspedia
     
    When you find out how to read the parameters from the URL, you can apply ranges on the voucher transaction form using a form extension class.

Helpful resources

Quick Links

Dynamics 365 Community Update – Sep 9th

Welcome to the next edition of the Community Platform Update. This is a weekly…

Announcing Our 2024 Season 2 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 290,246 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 228,041 Super User 2024 Season 2

#3
nmaenpaa Profile Picture

nmaenpaa 101,148

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans