Expand my Community achievements bar.

Join us for the Adobe Campaign Community Q&A Coffee Break on 30th September at 8 am PT with Campaign experts Arthur Lacroix and Sandra Hausmann.
Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 3/7/21
    Hi Team, I have created one custom report where I have checked the Allow large data export option. But still, I am able to export the data maximum of 200 records. Is there any configuration I am missing here?    

    Views

    951

    Likes

    0

    Replies

    4
  • 3/5/21
    How difficult is it to split existing recipient table into two recipients based on value under a particular field?Once split will it it be possible to make workflows for both recipients using the same data in other tables in the Acm db without having to replicate these tables for the second recipien...

    Views

    819

    Likes

    0

    Replies

    4
  • 3/5/21
    Hello, Can you please help me understand what are the identifiers used in the 'id' query parameter in a tracking URL of a delivery EX: we have tracking link in the delviery http://<AC_domain>/r/?id=h63686c2,10fa4be2,dc5d5edthe query parameter 'id' has 3 values.We found the last value "dc5d5ed" is th...

    Views

    895

    Likes

    0

    Replies

    2
  • 3/5/21
    The campaign workflow cannot be started in the Adobe Campaign classic environment: After I click the start button after created a campaign workflow, it will not run, only in the "Start as soon as possible" status, all the process control buttons are gray.I've checked the log, it shows "Command 'Wake...

    Views

    1.5K

    Likes

    0

    Replies

    4
  • 3/4/21
    Hi, I'm uploading a Job with several columns, one of them is the "gender" column but since it's an "integer type" I'm not being able to get the update of this column done and it keeps showing as "None specified".

    Views

    1.2K

    Likes

    0

    Replies

    3
  • 3/4/21
    Hello!We have a Telemarketing channel and external account setup and it is of Delivery Mode = Bulk deliveryWe have a JS connector to the external account:function processDeliveryPart (deliveryPart) {var msgs = <messages successOnSent="true"/>;for each( var msg in deliveryPart.message ) {msgs.appendC...

    Views

    1.4K

    Likes

    0

    Replies

    3
  • 3/4/21
    HiHow to configure userEnum and dbEnum  

    Views

    896

    Likes

    0

    Replies

    1
  • 3/3/21
    Hello, I am using an image the email but I want to personalized the image link from the data value. For instance,  <a img src="http://www.abc.com/images/email_hero_<%=targetData.ImageLink%>.jpg" width="580" /></a> But it's not working. Any idea? Thanks!

    Views

    570

    Likes

    0

    Replies

    1
  • 3/3/21
    Hello, I am using greater than sign '>" to compare two data values and show a value.For instance, there are two data fields: Men and Women. Men value is '10', and Women value is '5': Men10Women5 1: I am using following syntax but its not working: <% if (targetData.Men > targetData.Women) {%>show thi...

    Views

    1.3K

    Likes

    0

    Replies

    6
  • 3/3/21
    I am displaying/hiding form elements based on a user dropdown select option, the following script is meant to add/remove required attributes on the fields, however, it seems that validation is not taking this into account, could it be that validation script only runs on page load rather than on dyna...

    Views

    896

    Likes

    0

    Replies

    1