Skip to main content

Notifications

Announcements

No record found.

Microsoft Dynamics GP (Archived)

Pass a Parameter to an SSRS Report from Dynamics GP Window

Posted on by Microsoft Employee

I have added a button to the Sales Transaction Entry window in GP.  It launches the SSRS report URL just fine.  I want to pass the CustomerID as a parameter to the report and have it execute immediately as opposed to the user having to enter the Customer Number.  The code is below.  Is this possible?  How do I set the parameter value and pass it to the report?

Thanks!

Private Sub PushButtonM233_Changed()
    Dim objExplorer
           
    Set objExplorer = CreateObject("InternetExplorer.Application")
    'objExplorer.Navigate "http://somewbsite/" & SalesTransactionEntry.DocumentNo & ""
    objExplorer.Navigate "uksql3.intl.lcl/.../ReportViewer.aspx" & SalesTransactionEntry.CustomerID & ""
    objExplorer.Visible = 1
End Sub 

*This post is locked for comments

  • Community Member Profile Picture
    Community Member Microsoft Employee on at
    RE: Pass a Parameter to an SSRS Report from Dynamics GP Window

    Obviously, I am using VBA to do this.  The name of the Parameter on the SSRS report is @Customers.  And that first objExplorer.Navigate line of code is commented out.  Thanks!

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

December Spotlight Star - Muhammad Affan

Congratulations to a top community star!

Top 10 leaders for November!

Congratulations to our November super stars!

Tips for Writing Effective Suggested Answers

Best practices for providing successful forum answers ✍️

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,269 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,198 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans