I have the following action in my SSRS report to navigate to this URL:
=Parameters!CRM_URL.Value & "?ID="& Fields!ActivityId.Value.ToString& "&LogicalName=serviceappointment"
It resolves to this:
https://xxx.xxx.xxx:5555/?ID=ec29562b-beb0-4a76-a13e-8ea239127879&LogicalName=serviceappointment
This should take me to the Service Activity but instead it is taking me to a Dynamics CRM 2011 error page that states:
Error
An Error has occurred.
Try this action again. If the problem continues......
Any ideas?
=Parameters!CRM_URL.Value & "?ID="& Fields!ActivityId.Value.To
It resolves to this:
https://xxx.xxx.xxx:5555/?
This should take me to the Service Activity but instead it is taking me to a Dynamics CRM 2011 error page that states:
Error
An Error has occurred.
Try this action again. If the problem continues......
Any ideas?