Hello, I would like to know if there is a way to trigger a wkf based on another wkf with for example one week delay.WKF1 starts at 19th december and when it is done the WKF2 starts automatically the 26th december.I've tried using javascript and signal activity but the JS node keeps running until the...
We are implementing a 'One-Click Unsubscription' feature in Adobe Campaign Classic. So far, we have successfully customized the out-of-the-box web app provided by Adobe to handle unsubscriptions and track them programmatically.Our next challenge is identifying which delivery was used by a recipient ...
I'm adding some fields to the abc:recipients (recipient's extension) schema. It currently has 01 PK in the base recipient schema. I need to add an attribute from the extension also as PK. So both are not a combined PK, rather individual PKs.Is this ok? This is how I have set the codinterno field as...
Hi, I need to set up a delivery that will be sent to relevant passengers 2 days before their flight.The delivery should only be sent to passengers departing from a certain airport on Saturday.In order to create this segment I need to use the Day of week date formula on my Departure date parameter an...
Hi there,Could anyone assist with the personalisation token issue below?I’ve added the target data attribute as: Date: <%= targetData.expStartDate %>. However, in the test email delivery, the date appears with a timestamp, e.g., Date: Sat Dec 28 2024 05:30:00 GMT+0000 (Coordinated Universal Time).Co...
Hello, we're trying to do a soap call to our on premise instance, but we're getting this error: A technical error has occured: java.net.SocketTimeoutException at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.fillReadBuffer(NioEndpoint.java:1264) at org.apache.tomcat.util.net.NioEndpoin...
Hi Adobe Community,I was in the process of taking my Adobe certification exam when my link unexpectedly broke. I was immediately redirected to a survey page, and I couldn’t return to the exam session. After checking my status, I saw it now shows as "missed." I’ve sent an email to adobe.psisupport, b...
Hi, I am trying to create an Operator Group with permissions to view reports for any delivery. So far, I have given this Operator Group read-only access to the 'deliveries' and 'reports' folders (Administration > Configuration > Reports). Now, they are able to view the following delivery reports:Del...
Hi everyone,I’m facing an issue with a Recurring Delivery in Adobe Campaign where the post-processing workflow doesn’t get triggered if the target contains 0 records.Here’s the context:I have two identical deliveries:One is launched using a Phone Delivery activity, which always triggers the post-pro...
We have 6 different blocks of code (that we are putting into personalization blocks) that a recipient could receive. How would I code an if/else statement for these (including the 1 generic version = else?). Would it be something like below? <% if ( targetData.segmentCode == "A" ) { %><%@ include...