Hello, We have table which links to the recipients table with a 1 to many relationship (1 recipient may have many records in the 2nd table). We are trying to list data from all linked records in the 2nd table for each recipient. For example, in an email to John Doe we would like a bulleted list of I...
Hello, I'm having an issue with a csv file extraction. The need is to have it encoded in UTF8 but ACC adds the byte order mark at the begining of the file. Any idea how to get simple UTF8 extraction or remove the BOM please ? Thank you.
Hey, I'm working through understanding typologies in Adobe Campaign Classic. We have 1 typology set which delivers our typology rules over all of our offer spaces. I am attempting to understand the difference between a Standard Typology and a Filtering Typology. We currently have our rule set to...
Hi Team, I am seding emails through javascript API like the below : in my javascript code : var emailCondition = "@email = 'abc@gmail.com'";var deliveryId = nms.delivery.SubmitNotification ("prdDM30608",<delivery><targets ><deliveryTarget ><targetPart type='query' exclusion='false' ignoreDeleteS...
Hi,has anybody integrated Campaign with an Outbound Call Center Software Solution?Is it possible to have Outbound Call be a step in an Adobe Campaign?Thanks a lot for any feedback,Best regardsToby
Hello,I'm having issues in this workflow with that errorI'm using a query with the table "Address" and a data loading activity that seems to not have any table related('') from what the error seems to be. How can I make my intersection works so my Data loading have the "Address" table linked ?Thank ...
Hi guys, I'm trying to create a Split activity based on distinct values of fielddata. I'm trying to fetch city centre data from regions. I tried this in JS: var query = xtk.queryDef.create(<queryDef schema="temp:enrich3" operation="select" distinct="true"><select><node expr="city"/></select></queryD...
Hello, I am using the script from the A/B documentation however when I run the workflow the wait activity doesn't actually wait. Once I approve the A and B test email templates from the dashboard the wait activity doesn't wait and the java selects the winner before an email is opened/clicked. I ra...