I need to search for all deliveries containing specific html text/code, how can I perform a mass search on the delivery schema? in ACC you could just search where data contains, not sure in ACS...
Solved! Go to Solution.
Views
Replies
Total Likes
Thanks both,
I was able to do it by using data like '%%' seems like it works like acc afterall where data fild contains the complete html code and is a memo field in the database.
Hello @david--garcia ,
In ACS you have to make a small workflow as you can't see data directly in ACS from schema likewise in ACC.
Just make a simple workflow taking broadlog table as filtering and targeting dimention and make a simple query filter and you will get required results.
Regards
Abhishek
@david--garcia, I believe you want to find a piece of code that exists within the email content from either the delivery template or deliveries. As far as I know in ACS, you will not be able to perform a mass search on all the deliveries/delivery templates. One thing you could try to export all the delivery templates and search for the piece of code that you're looking to find.
Thanks both,
I was able to do it by using data like '%%' seems like it works like acc afterall where data fild contains the complete html code and is a memo field in the database.
Views
Likes
Replies
Views
Likes
Replies