I’m working on trying to conditionally show some alerts to users and have run into a snag. My goal is to check for related records for an account on page load and if there are any records, show a popup immediately that contains the records. There does not seem to be…
- A way to initialize a popup on page load (without javascript)
- A way to conditionally show a popup only if there are records (even within the action framework)