Using an SQL View to select Activated/Deactivated Customers
Hi everyone,
I would like to set up a program that stores in a PET every user who opted in or opted out.
Normally, I would use the two program events Customer Activated and Customer Deactivated.
But since I need to use a Set Data, to store the data in the PET, I need to use an SQL view to pass the Entry Variables in the program.
Therefore, I need to replicate the Customer Activated/Deactivated event using an SQL query.
Is there a way to set the SQL view to SELECT "users who opted in" / SELECT "users who opted out"
0