AWS SSRS Add Centrals Link to Report
Description of Issue
Client wants to link their report to a centrals ERP page
Context
SSRS reports
AWS hosted clients
Centrals
Cause
Client wants to create a custom report with links to the Centrals program
Resolution
For the purpose of demonstration, lets assume the following:
Desired Centrals URL:Â https://cityoftylerme.tylertech.com/XXXXprod/munis/munisnet/AppHost/WorkOrderCentral/detail?WONumber=
1. Point report to a stored data source using database username and password
2. In SSRS go to Textbox Properties in location of desired link
3. Select Action, Go to Url
4. In select URL: ="https://cityohublink.tylerhost.net/XXXXprod/munis/munisnet/AppHost/WorkOrderCentral/detail?WONumber=" + Trim(Fields!a_work_order_no.Value)
Additional Information