Hi - I have a query related to database cleanup workflow, which is OOTB workflow with Adobe Campaign v6/v7. I understand it executes below command via nlserver module.cleanup -instance:<%= instanceName %>1) How is this instanceName defined - is it via the configuration xmls ?2) How can we get the in...
The Enrichment activity allows four links:In the fourth option (a link):Link definition: Allows the selection of the type of link and the target of the link. Link type includes:Define a collection (1-N relationship)Define a link whose target is always available (1-1 relationship). The join condition...
Hi All,Below is the code of 1:N relationship between 2 tables <element label="Dealers" name="dealer" revLink="vehicleLink" target="all:dealer" type="link"> <join xpath-dst="@vin" xpath-src="@dealerId"/> </element> 1.In the above code @vin,@dealerId are not any key they are just attributes fr...
How do I put a link for a Web Application into a hyperlink in an Email Delivery?Or, the question could also be, where do I get the URL related to a Web Application so that I can insert this into an Email Delivery?ThanksTom
Hi,I'm new to Campaign. I am creating a web application that will display the marketing history for a given contact. One of the requirements is that the mirror/preview page url for each email delivery is displayed. After some searching in these forums, I found this thread.Getting a specific Mirror p...
Hello, I am trying to count of Number of Customer Contact Rule ID's per Contact Rule grouped by Name and Value from with a temporary table which i have createdwith the workflow.The number of Customer Contact Rule ID's per Contact Rule within the temp table have already under gone some deduplication ...
Hello,I am looking for documentation on campaign triggers. could you please tell me how to create a trigger workflow.Also according to this discussion: Trigger Workflow in Campaign V6 In the screenshot, they have added Campaign Typology as Trigger.Is it available in console or it should be created?P...
HelloHere is my issue:I want to show differents offers for targeted members with a list, in this list, my columns will contains emails several offer name (ex: column A(offer1) Column B(offer2) etc..Once imported, I want my campaign workflow run and dispatches the offers for each member targeted acco...