Here's what I'm trying to do: When I go to a company form, I want the company guid of that company to be passed automatically to a fetch-based report that's embedded on the company form with an iframe.
Right now, I have successfully written the fetch-based report I want. I can run it outside of the company form and input a company guid -- that works. I can run it within the company form through the iframe, but without the results being specific to the currently-viewed company -- that works. What I can't do (and what I'm trying to figure out) is how to make the report automatically pull the GUID from the company form and run the report on it, and show those results in the iframe. What can I do?
Thanks for your help!
*This post is locked for comments