Skip to main content

Notifications

Microsoft Dynamics GP forum
Unanswered

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 

Categories:
  • 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

Anton Venter – Community Spotlight

Kudos to our October Community Star of the month!

Announcing Our 2024 Season 2 Super Users!

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

Dynamics 365 Community Newsletter - September 2024

Check out the latest community news

Leaderboard

#1
André Arnaud de Calavon Profile Picture

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

#2
Martin Dráb Profile Picture

Martin Dráb 228,441 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,148

Leaderboard

Product updates

Dynamics 365 release plans