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?
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...
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...
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...
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".
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...
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!
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...
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...