Symantec Developer Group

 View Only
  • 1.  Passing multiple parameters to report.aspx

    Posted Dec 03, 2010 03:07 PM

    I have a custom report with several parameters.  I know you can do this:

    http://notificationserver/altiris/reporting/report.aspx?ItemGuid=MyReportGuid&Parameters=ComputerName:[computerName1]  

    I've already determined that parameters with spaces in their name should be removed in the URL.

    How do I pass additional parameters?



  • 2.  RE: Passing multiple parameters to report.aspx
    Best Answer

    Posted Dec 03, 2010 04:05 PM

    I figured it out, separate the parameter sets with commas.  For example:

    http://notificationserver/altiris/reporting/report.aspx?ItemGuid=MyReportGuid&Parameters=ComputerName:[computerName1],Domain:[domain1]