no i can not see the quotenum when i run i.e 123456 quote num
see below link
[RoutingSummary - Report Viewer (camcraft.local)]
https://hperp-test.camcraft.local/ReportServer/Pages/ReportViewer.aspx?%2FE11Test%2Fcustom%2FSales%2FQuote%2FRoutingSummary&rs:Command=Render
Well, I’m not sure how to help. When you run your report through the menu, I’m assuming you have to search for a quote number (or enter it manually)… I’m not sure how your application is passing that QuoteNum value to your report server.
The URL you pasted above is what is being returned.
Is there any way for your to trace what is being sent between the app server and the report server? Again, I’m not onprem, so perhaps someone else may know how to find that?
Yes try that, if that url shown in the picture opens the correct report, add this to the end of the url in the parameters, and report back.
&KeyFields.QuoteNum={KeyFields.QuoteNum}
does not work. do you have any idea that i can use any other way for it?
More info please, when you launched it, what showed up in the url at the top?
paste your full url from the parameters.
Was worth a shot, maybe my syntax is incorrect.
The idea is if you can pick up the quotenum, and pass it, you can retrieve it on the report page.
Possibly automatically if it’s built in, or at least with a layer customization.
Maybe someone more recently versed with Kinetic customization could chime in.
Did the original url (the launched from) have the quotenum in the url?
no original url does not have QuoteNum in the URL
Find the binding for quotenum then and try this:
&KeyFields.QuoteNum={DataSetName.QuoteNum}
where DataSetName.QuoteNum is the actual binding name.
does not work
What does the url say in the report?
what did you use for the url in the params?
The character count on the url should be about half that lol.
Also, still waiting on the url that showed up on the report submit screen.
pass parameters which i used to in the report.
https://hperp-test.camcraft.local/reports/report/E11Test/custom/Sales/Quote/RoutingSummary
this is my actual URL link
that says Compnay instead of Company
thank you that is working ,
but when i was in different QuoteNum still i get the same Quote num report is there any way that i don’t have to pass the Quotenum .
Again, we don’t know what your app server is sending your report server. How does the report server know which quote to print?
Post your url from the params.
What was the binding ?

