User Story
As a Salesforce user, I want to use a screen flow that allows me to filter accounts based on whether they have contacts or not, So that I can quickly identify and work with accounts that meet my criteria.
Acceptance Criteria:
- The screen includes a radio button group with the following options:
- "Accounts with Contacts" (Shows only accounts that have at least one related contact)
- "Accounts without Contacts" (Shows only accounts that do not have any related contacts)
- "All Accounts" (Shows all accounts, regardless of contact presence)
- Selecting a radio button dynamically filters and displays the corresponding accounts.
- The flow should be user-friendly and execute efficiently.