Continuing the discussion from Accessing PDF created by reporting framework:
@jeremy.keller is there a way to save a report to a record, and view it in a single action? If I understand correctly,
Queue Reportaction is the one that must be used to attach a report to a record.- To view and generate a report, you can create an app link to a report application with target type of Container, but you can’t save the generated report to a record.
- To view a previously created report, you can create an app link to a report application with target type of Container and pass it a record and it will show you the attachment.
But I’m not sure how to bring these together to. Via a single action, I want this to happen so the user doesn’t have to think about it:
IF NOT previously generated
THEN generate, attach and view report
ELSE view previously generated and previously attached report
Can anyone think of a way to do this?