what is a static list?
what is a static list? What makes it different?
what is a static list? What makes it different?
@Alvin Francis, just to add my own spin on this, one way I find helpful to think about lists is:
A static list is a bucket. If you put someone in the bucket they stay there until you remove them.
A smart list is a question in the form of, "show me all the people for whom the following things are true". The answer to the question is always a list of people who meet the criteria of your question at the moment in time the smart list runs.
Both types of lists can be very powerful. Smart lists are fluid and dynamic but can take longer to process. Static lists are fast and stable.
Using them together you can do some interesting things. Use a smart list to ask a question, add the resulting people to a static list, and you now have a static reference of the results at a specific point in time. This can be useful for reporting, lead routing, speeding up your instance, etc.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.