Expand my Community achievements bar.

Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 9/9/24
    Hi, My use cases is that currently I have a Voucher code table which is automatically linked to each recipients. The recipients is then linked to the Voucher code table. I want to have a landing page in which I can get different unique Voucher Code to be displayed for each different user. I use pre-...

    Views

    628

    Likes

    0

    Replies

    5
  • 9/9/24
    Hello Community,We have a Campaign/worfklow that is set to run indefinitely in ACC which runs daily. We are relying on Delivery Logs to see if this email was sent, but unfortunately the delivery logs are retained for only 90 days so once the 90 days period is over there is potential a chance that th...

    Views

    525

    Likes

    0

    Replies

    5
  • 9/6/24
    Here my current schema, but I'd like to make the attribute the primary key:<attribute label="aaa" name="aaa" type="string"/>How to do so?<srcSchema _cs="DTI_XXX (abc)" created="2024-08-26 19:36:36.581Z" createdBy-id="0"entitySchema="xtk:srcSchema" img="xtk:schema.png" label="DTI_XXX"lastModified="20...

    Views

    442

    Likes

    0

    Replies

    3
  • 9/5/24
     I'm working on an Adobe Campaign workflow that generates personalized PDF attachments for each recipient based on customer data. Before attaching these PDFs to the emails, I need to encrypt them with a password to ensure security. Since Adobe Campaign doesn’t seem to have built-in PDF encryption ca...

    Views

    455

    Likes

    0

    Replies

    3
  • 9/5/24
    Hi all, @ParthaSarathy need one help based on your old posthttps://experienceleaguecommunities.adobe.com/t5/adobe-campaign-classic-questions/how-to-fetch-total-count-of-opens-and-clicks-for-the-specific/m-p/646792#M21154I need to add 2 attachment coming from data extraction activity in Recurring del...

    Views

    625

    Likes

    0

    Replies

    4
  • 9/5/24
    According to documentation, performance wise, it is better to limit/indicate the length of the fields/attributes. How to do so?Currently I have this in the XML definition: <attribute label="Código Interno Computacional" name="CODINTERNOCOMPUTACIONAL"type="string"/>Adding: value="50" results in error...

    Views

    291

    Likes

    0

    Replies

    1
  • 9/5/24
    Hello,I am creating an enrichment to pull in first name from a separate table that will be used in an email.  The field is defined below in Adobe, but when I code the targetData to reference that field, I am getting the error the targetData is not defined.  The way the enrichment is set up it looks ...

    Views

    318

    Likes

    0

    Replies

    1
  • 9/5/24
    Hello All, Please help meHow to send an attachment via Alert activity in adobe campaign classicBusiness Case:we are extracting the data in data extraction activity and then we need to add that attachment in alert activity and send it to operator group in adobe campaignplease suggest steps

    Views

    414

    Likes

    0

    Replies

    2
  • 9/3/24
    I'm using JS to formt values. Insted of 1000, I would like it to be 1,000 on the final alert sent to the imbox of users.I've found this formatter func online, but it is giving me errors:const formatter = new Intl.NumberFormat('undefined', {style: 'currency',currency: 'USD',// These options are neede...

    Views

    532

    Likes

    0

    Replies

    5
  • 9/3/24
    I'm using an split activity to count how many recipients have field A and how many have field B.Since those are 2 segments inside the split activty I get 2 outputs. I can send an alert for each output, but I need to send a single email containing both counts of Field A and Field B.How to do it? Each...

    Views

    406

    Likes

    0

    Replies

    3