Hello! We’re trying to call Crystal Web Services via the URL Custom Menu Action in IFS 8. Currently I can render the report using the following URL syntax:
“http://CWS_SERVER_NAME/qrn/cr1.aspx?rpt=report_name.rpt”
The custom menu operates as expected, but we would like to grab a field value off of the IFS form and pass it along to Crystal Web Services, much like we would with a PL/SQL action or otherwise. Does the (I assume) IFS developed CR1.ASPX page support the passing of parameters? If so, what is the syntax?
Some syntax we’ve tried with testing:
“http://CWS_SERVER_NAME/qrn/cr1.aspx?rpt=report_name.rpt?ORDER_NO=12345”
“http://CWS_SERVER_NAME/qrn/cr1.aspx?rpt=report_name.rpt&ORDER_NO=12345”
“http://CWS_SERVER_NAME/qrn/cr1.aspx?rpt=report_name.rpt&lsSORDER_NO=12345”
Any help or information about the capabilities of the ASP.NET page CR1.aspx would be most appreciated!
Thanks in advance.
-Randy