Anyone has experience with how to set up the flow, especially how do I catch the generated PDF from de start_table_report to be able to send it by email? Where does it, by default, get saved?
Solved
Process flow to send report (SRSS) to an email
Best answer by Vincent Doppenberg
Hello Freddy,
Yes, since a hidden parameter cannot be entered by the user, you cannot provide a value for it in the request body. Since this parameter is mandatory as well, the only way to successfully call this report as it stands right now is for this parameter to be entered by a default procedure or the tab_report_parmtr context.
So your options are the following:
- Make the report parameter Regular.
- Set the value of the report parameter in the default procedure (or use a default value in the model).
- If the report is linked to a table and this hidden report parameter is linked to a column in that table then call the report like this: https://localhost/indicium/iam/rfbcnpj/my_table(my_key_column=123)/report_empresa_summary_report
I hope this helps.
This topic has been closed for comments
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.