Hello everybody,I would like to ask you for help.In Campaign how could I do this query "result of the query filter is the set of recipient having creation date between the range of time and at least a tracking log before [TODAY-x days]"? Thanks in advance,F.
Hello, I am using Adobe Campaign Classic v7 build 8936. My objective is to insert the mirror link of a message into a table in the database. I have built a workflow which queries broadlogid and deliveryid from the nmsbroadlogrcp table and then I have written the following javascript: var deliv...
Hello,We are trying to log failed attempts to login via the console, in order to deactivate operator account after x failed attempts.Do you know how it is possibe to run a script when user try to login (and failed)?Thank you,
Hi, What's the best way to use the syntax for Smartcase (capitalization of the first letter of a name) for the personalization in Adobe Campaign Classic, when your personalization syntax is <%= rtEvent.ctx.firstName.@value %>
I have a technical workflow that captures fields from the technical workflow and writes them to an alert activity. The code (below) is working correctly but the output is not sorting by date even through the temporary work table is properly sorted. Can someone advise the best way to sort the item ...
we are sending transactional email with attachment via message center.Currently we dont have connection to sftp the file to the adobe server before the sent, we try to upload the file to the google cloud storage and generate the signed url, then pass to the rtevent. However this is not working. (err...
Hi all,I need to select data based on Last modified is today(current date) using Java script activity. So I used below script but Unable achieve the solution. Could you please help me here? Thanks in advance
Hello all, I have a workflow with a Java Script task that queries and retrieves a set of products from a custom schema, those products are selected based on specific properties for each recipient, so I have a custom content block with the HTML template where the products info will be filled, the que...
Hello, Thanks in advance for your help. I've been using Campaign classic for 1 year for regular email but have never used Message Center. I would like to use message center to send a real time "Thank you" email on our website. Is this possible? (User enters email address on a form and instantly rece...
Hello,I am trying to change an operator password with this JS code : var resetPassword = NLWS.xtkOperator.ResetPassword("login123", "newpassword"); but I get Method 'ResetPassword' unknown in schema 'xtk:operator'. Any clue why? Thank you for your help,