Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Finance | Project Operations, Human Resources, ...
Suggested answer

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

(0) ShareShare
ReportReport
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
    294,261 Super User 2025 Season 1 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.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

🌸 Community Spring Festival 2025 Challenge 🌸

WIN Power Platform Community Conference 2025 tickets!

Jonas ”Jones” Melgaard – Community Spotlight

We are honored to recognize Jonas "Jones" Melgaard as our April 2025…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 294,261 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 232,996 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,158 Moderator

Leaderboard

Product updates

Dynamics 365 release plans