I have reports written in SQL Server Data Tools that I'm trying to add to a CRM 2013 online system.
I have the reports setup to run on a specific order # that the user enters.
The customer wants to be able to select the report from the Run Reports command, and not have to enter the Order #. I know that I have to use CRM_FilteredSalesOrder, but I'm not sure how to do it. Do I add it as a parameter, and then set the value that I'm expecting the user to enter to that parameter?