Instead of hardcoding a specific user's name in your criteria, you can use special variables that automatically filter based on who is viewing the search. This lets you create a single search that shows personalized results for every user.
MineFilters results to show only records where a specific field matches the currently logged-in user.
Use Cases:
Create a customer search that each sales rep can use to see only their own customers:
| Field | Operator | Value |
|---|---|---|
| Sales Rep | is | Mine |
| Is Inactive | is | False |
Result: When John views the search, he sees his customers. When Sarah views it, she sees hers. One search serves everyone!
| Variable | Returns | Example Use |
|---|---|---|
| Mine | Current logged-in user | Sales Rep = Mine |
| My Team | Users in my team hierarchy | Sales Rep = My Team |
| None | Field is empty/unassigned | Assigned = None |
Searches using "Mine" are perfect candidates for the Dashboard View deployment option. Each user sees their own personalized data without any configuration.