Yes, however it’s not quite that simple, unless there is something I am unaware of,
which is of course always possible.
The “Open With” functionality works by passing values from the parent to the child or sibling form
via LaunchFormOptions
. The data you want will either be passed via an object you can
pub/sub to, or pull in code inside your form.
You’ll have to handle what you do with it from there in code.
Here is some relevant info.
Look for “Subscribe to Custom Open With”
https://www.epiusers.help/t/code-from-meug-presentation-on-5-20-2020-customization-tips-and-tricks/67376
Parameters in dashboards can be tricky, may want to either nix it, and add filters, or just add a grid
to a udform and call the BAQ yourself with the info you get from the open with launchformoptions.