How can I do with a Typology Rule that a delivery is not sent after the end date of the campaign? @_Manoj_Kumar_ @ParthaSarathy @Parvesh_Parmar @DavidKangni
Hi,This could be simple of could be complicated.I was able to publish a file in Adobe campaign Classic. (Image or PDF).This file is visible via resource URL. However, When I delete the file, it still displayed via resource URL.Is there a specific time or some configuration where once the file record...
Is there any way to add a conditional expression to an Campaign Classic data schema?For example: <attribute expr="[operation/@end]" label="Max Date" name="maxDate"type="date"/>To check if Operation/@end is later than today's date, and depending on it, set one value or another Thank you in advance!!...
Hello everyone,I need to distinguish deliveries that come from the message center. Is there any attribute that is different in this type of deliveries?Thank you in advance @Manoj_Kumar_ @ParthaSarathy @Parvesh_Parmar @DavidKangni
Hello,In my workflow I want to send a recurring delvery so that it only has to be confirmed the first time it is sent. Is this possible or do I always have to confirm each sending?Thanks in advance @_Manoj_Kumar_ @ParthaSarathy @Parvesh_Parmar @DavidKangni
I have a WebApp in which I'm successfully bringing through text entered in a text box in a page activity into a subsequent JavaScript activity that uses the text entered in a variable.I am unable to use the same method to capture data from a fieldset of radio buttons to do the same thing:Successful ...
Hi,I have made changes to a Javascript template - replaced some part of images with their newer version. The template is used in publication model as part of content management system. Now, I want to apply those changes into running deliveries.What is the next step? Should I restart all the workflow...
Hi All, I want to load the data from SFTP to Campaign and i have more than one file in SFTP folder, so i want to run one by one sequence the file format .csv or .zip, Please suggest me how can i achieve this i can able to do only single file using file transfer activity, kindly suggest Thank You
HI All, i am trying to move the file in SFTP from one folder to another folder i have used execCommand('mv sftp....com/input/Filename sftp....com/Archive'); but still i am getting error (err=2, the system cannot find the file specified.).here i have used this code in File Transfer, File collector a...